Home
last modified time | relevance | path

Searched refs:PORT_CTRL_STAT (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/ata/
Dsata_sil24.c123 PORT_CTRL_STAT = 0x1000, /* write: ctrl-set, read: stat */ enumerator
484 writel(PORT_CS_CDB16, port + PORT_CTRL_STAT); in sil24_dev_config()
535 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_STAT); in sil24_config_port()
559 writel(PORT_CS_PMP_EN, port + PORT_CTRL_STAT); in sil24_config_pmp()
589 writel(PORT_CS_INIT, port + PORT_CTRL_STAT); in sil24_init_port()
590 ata_wait_register(ap, port + PORT_CTRL_STAT, in sil24_init_port()
592 tmp = ata_wait_register(ap, port + PORT_CTRL_STAT, in sil24_init_port()
719 writel(PORT_CS_PORT_RST, port + PORT_CTRL_STAT); in sil24_hardreset()
722 ata_wait_register(ap, port + PORT_CTRL_STAT, PORT_CS_RDY, 0, in sil24_hardreset()
740 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT); in sil24_hardreset()
[all …]