Searched refs:PORT_CTRL_STAT (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/ata/ |
H A D | sata_sil24.c | 113 PORT_CTRL_STAT = 0x1000, /* write: ctrl-set, read: stat */ enumerator 476 writel(PORT_CS_CDB16, port + PORT_CTRL_STAT); in sil24_dev_config() 527 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_STAT); in sil24_config_port() 551 writel(PORT_CS_PMP_EN, port + PORT_CTRL_STAT); in sil24_config_pmp() 581 writel(PORT_CS_INIT, port + PORT_CTRL_STAT); in sil24_init_port() 582 ata_wait_register(ap, port + PORT_CTRL_STAT, in sil24_init_port() 584 tmp = ata_wait_register(ap, port + PORT_CTRL_STAT, in sil24_init_port() 708 writel(PORT_CS_PORT_RST, port + PORT_CTRL_STAT); in sil24_hardreset() 711 ata_wait_register(ap, port + PORT_CTRL_STAT, PORT_CS_RDY, 0, in sil24_hardreset() 729 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT); in sil24_hardreset() [all …]
|