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