Lines Matching refs:decode
105 unsigned long decode; in pci_device_update_fixed() local
112 decode = size - 1; in pci_device_update_fixed()
113 decode |= decode >> 1; in pci_device_update_fixed()
114 decode |= decode >> 2; in pci_device_update_fixed()
115 decode |= decode >> 4; in pci_device_update_fixed()
116 decode |= decode >> 8; in pci_device_update_fixed()
117 decode |= decode >> 16; in pci_device_update_fixed()
118 decode++; in pci_device_update_fixed()
119 decode = ~(decode - 1); in pci_device_update_fixed()
121 decode = 0; in pci_device_update_fixed()
131 decode); in pci_device_update_fixed()