Searched refs:ci_masked (Results 1 – 1 of 1) sorted by relevance
2044 u_int32_t is, ci_saved, ci_masked, processed = 0; in ahci_port_intr() local2302 ci_masked = ci_saved & *active; in ahci_port_intr()2303 while (ci_masked) { in ahci_port_intr()2304 slot = ffs(ci_masked) - 1; in ahci_port_intr()2306 ci_masked &= ~(1 << slot); in ahci_port_intr()2323 ci_masked = ~ci_saved & *active & ci_mask; in ahci_port_intr()2324 while (ci_masked) { in ahci_port_intr()2325 slot = ffs(ci_masked) - 1; in ahci_port_intr()2327 ci_masked &= ~(1 << slot); in ahci_port_intr()