Searched refs:PORT_CTRL_CLR (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | sata_sil24.c | 114 PORT_CTRL_CLR = 0x1004, /* write: ctrl-clear */ enumerator 479 writel(PORT_CS_CDB16, port + PORT_CTRL_CLR); in sil24_dev_config() 530 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_CLR); in sil24_config_port() 541 writel(PORT_CS_32BIT_ACTV, port + PORT_CTRL_CLR); in sil24_config_port() 544 writel(PORT_CS_PMP_EN | PORT_CS_PMP_RESUME, port + PORT_CTRL_CLR); in sil24_config_port() 554 writel(PORT_CS_PMP_EN, port + PORT_CTRL_CLR); in sil24_config_pmp() 562 writel(PORT_CS_PMP_RESUME, port + PORT_CTRL_CLR); in sil24_clear_pmp() 711 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in sil24_hardreset() 1242 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in sil24_init_controller()
|
/openbmc/u-boot/drivers/ata/ |
H A D | sata_sil.h | 107 PORT_CTRL_CLR = 0x1004, /* write: ctrl-clear */ enumerator
|
H A D | sata_sil.c | 83 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()
|