Searched refs:pci_id_bit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c1890 int pci_id_cnt, pci_id_bit; local
1932 pci_id_bit = 1;
1946 while (!(bit_mask & pci_id_bit) &&
1948 pci_id_bit = pci_id_bit << 1;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c3843 int r, pci_id_cnt, pci_id_bit; local
3876 pci_id_bit = 1;
3895 while (!(bit_mask & pci_id_bit) &&
3897 pci_id_bit = pci_id_bit << 1;

Completed in 54 milliseconds