Searched refs:SATA_SS (Results 1 – 2 of 2) sorted by relevance
598 u_int32_t status = ATA_INL(ch->r_mem, SATA_SS); in mvs_phy_check_events()683 work = ATA_INL(ch->r_mem, SATA_SS); in mvs_ch_pm_wake()692 while ((ATA_INL(ch->r_mem, SATA_SS) & SATA_SS_IPM_ACTIVE) == 0 && in mvs_ch_pm_wake()1583 ATA_INL(ch->r_mem, SATA_SS), ATA_INL(ch->r_mem, SATA_SE), in mvs_timeout()2161 status = ATA_INL(ch->r_mem, SATA_SS); in mvs_sata_connect()2341 status = ATA_INL(ch->r_mem, SATA_SS) & SATA_SS_SPD_MASK; in mvsaction()
255 #define SATA_SS 0x300 /* SStatus */ macro