Searched refs:SATA_PORT_SSTS_DET_MASK (Results 1 – 2 of 2) sorted by relevance
218 if (((tmp & SATA_PORT_SSTS_DET_MASK) == 0x3) || in ahci_host_init()219 ((tmp & SATA_PORT_SSTS_DET_MASK) == 0x1)) in ahci_host_init()257 if ((tmp & SATA_PORT_SSTS_DET_MASK) == 0x03) in ahci_host_init()941 return readl(&port_mmio->ssts) & SATA_PORT_SSTS_DET_MASK; in sata_port_status()980 return readl(&port_mmio->ssts) & SATA_PORT_SSTS_DET_MASK ? 0 : -ENXIO; in dwc_ahsata_port_status()
231 #define SATA_PORT_SSTS_DET_MASK 0x0000000f macro