Searched refs:PORT_CTRL_STAT (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/ata/ |
| D | sata_sil24.c | 113 PORT_CTRL_STAT = 0x1000, /* write: ctrl-set, read: stat */ enumerator 474 writel(PORT_CS_CDB16, port + PORT_CTRL_STAT); in sil24_dev_config() 525 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_STAT); in sil24_config_port() 549 writel(PORT_CS_PMP_EN, port + PORT_CTRL_STAT); in sil24_config_pmp() 579 writel(PORT_CS_INIT, port + PORT_CTRL_STAT); in sil24_init_port() 580 ata_wait_register(ap, port + PORT_CTRL_STAT, in sil24_init_port() 582 tmp = ata_wait_register(ap, port + PORT_CTRL_STAT, in sil24_init_port() 709 writel(PORT_CS_PORT_RST, port + PORT_CTRL_STAT); in sil24_hardreset() 712 ata_wait_register(ap, port + PORT_CTRL_STAT, PORT_CS_RDY, 0, in sil24_hardreset() 730 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT); in sil24_hardreset() [all …]
|