Home
last modified time | relevance | path

Searched refs:PORT_CTRL_CLR (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/ata/
Dsata_sil.c83 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_CLR); in sil_config_port()
94 writel(PORT_CS_32BIT_ACTV, port + PORT_CTRL_CLR); in sil_config_port()
97 writel(PORT_CS_PMP_EN | PORT_CS_PMP_RESUME, port + PORT_CTRL_CLR); in sil_config_port()
607 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in scan_sata()
Dsata_sil.h107 PORT_CTRL_CLR = 0x1004, /* write: ctrl-clear */ enumerator