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