Searched refs:PORT_CTRL_STAT (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/ata/ |
A D | sata_sil.c | 124 writel(PORT_CS_INIT, port + PORT_CTRL_STAT); in sil_init_port() 125 ata_wait_register(port + PORT_CTRL_STAT, in sil_init_port() 127 tmp = ata_wait_register(port + PORT_CTRL_STAT, in sil_init_port() 561 tmp = readl(port + PORT_CTRL_STAT); 564 tmp = ata_wait_register(port + PORT_CTRL_STAT, 585 tmp = ata_wait_register(port + PORT_CTRL_STAT, 596 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT); 597 readl(port + PORT_CTRL_STAT); 598 tmp = ata_wait_register(port + PORT_CTRL_STAT, PORT_CS_DEV_RST,
|
A D | sata_sil.h | 112 PORT_CTRL_STAT = 0x1000, /* write: ctrl-set, read: stat */ enumerator
|
Completed in 6 milliseconds