Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h94 #define PORT_SCR_STAT_DET_MASK 0x3 macro
/openbmc/u-boot/drivers/ata/
H A Dahci.c130 tmp &= PORT_SCR_STAT_DET_MASK; in ahci_link_up()
294 tmp &= PORT_SCR_STAT_DET_MASK; in ahci_host_init()
300 tmp = readl(port_mmio + PORT_SCR_STAT) & PORT_SCR_STAT_DET_MASK; in ahci_host_init()
328 if ((tmp & PORT_SCR_STAT_DET_MASK) == PORT_SCR_STAT_DET_PHYRDY) in ahci_host_init()