Lines Matching refs:decode
100 unsigned long decode; in pci_device_update_fixed() local
107 decode = size - 1; in pci_device_update_fixed()
108 decode |= decode >> 1; in pci_device_update_fixed()
109 decode |= decode >> 2; in pci_device_update_fixed()
110 decode |= decode >> 4; in pci_device_update_fixed()
111 decode |= decode >> 8; in pci_device_update_fixed()
112 decode |= decode >> 16; in pci_device_update_fixed()
113 decode++; in pci_device_update_fixed()
114 decode = ~(decode - 1); in pci_device_update_fixed()
116 decode = 0; in pci_device_update_fixed()
126 decode); in pci_device_update_fixed()