Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil.h108 PORT_CTRL_CLR = 0x1004, /* write: ctrl-clear */ enumerator
H A Dsata_sil.c84 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_CLR); in sil_config_port()
95 writel(PORT_CS_32BIT_ACTV, port + PORT_CTRL_CLR); in sil_config_port()
98 writel(PORT_CS_PMP_EN | PORT_CS_PMP_RESUME, port + PORT_CTRL_CLR); in sil_config_port()
608 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in scan_sata()