ci_masked        1597 dev/pci/ahci.c 	u_int32_t			is, ci_saved, ci_masked, processed = 0;
ci_masked        1750 dev/pci/ahci.c 		ci_masked = ci_saved & *active;
ci_masked        1751 dev/pci/ahci.c 		while (ci_masked) {
ci_masked        1752 dev/pci/ahci.c 			slot = ffs(ci_masked) - 1;
ci_masked        1754 dev/pci/ahci.c 			ci_masked &= ~(1 << slot);
ci_masked        1771 dev/pci/ahci.c 	ci_masked = ~ci_saved & *active & ci_mask;
ci_masked        1772 dev/pci/ahci.c 	while (ci_masked) {
ci_masked        1773 dev/pci/ahci.c 		slot = ffs(ci_masked) - 1;
ci_masked        1775 dev/pci/ahci.c 		ci_masked &= ~(1 << slot);