Searched refs:PORT_CTRL_STAT (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/ata/ |
| D | sata_sil24.c | 113 PORT_CTRL_STAT = 0x1000, /* write: ctrl-set, read: stat */ enumerator 477 writel(PORT_CS_CDB16, port + PORT_CTRL_STAT); in sil24_dev_config() 528 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_STAT); in sil24_config_port() 552 writel(PORT_CS_PMP_EN, port + PORT_CTRL_STAT); in sil24_config_pmp() 582 writel(PORT_CS_INIT, port + PORT_CTRL_STAT); in sil24_init_port() 583 ata_wait_register(ap, port + PORT_CTRL_STAT, in sil24_init_port() 585 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 …]
|