Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_sil24.c143 PORT_CS_PORT_RST = (1 << 0), /* port reset */ enumerator
709 writel(PORT_CS_PORT_RST, port + PORT_CTRL_STAT); in sil24_hardreset()
711 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in sil24_hardreset()
1242 if (tmp & PORT_CS_PORT_RST) { in sil24_init_controller()
1243 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in sil24_init_controller()
1245 PORT_CS_PORT_RST, in sil24_init_controller()
1246 PORT_CS_PORT_RST, 10, 100); in sil24_init_controller()
1247 if (tmp & PORT_CS_PORT_RST) in sil24_init_controller()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil.c607 if (tmp & PORT_CS_PORT_RST) { in scan_sata()
608 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in scan_sata()
610 PORT_CS_PORT_RST, PORT_CS_PORT_RST, 100); in scan_sata()
611 if (tmp & PORT_CS_PORT_RST) in scan_sata()
H A Dsata_sil.h139 PORT_CS_PORT_RST = (1 << 0), /* port reset */ enumerator