Lines Matching refs:PCI_SIZE_32
38 case PCI_SIZE_32: in pci_byte_size()
76 case PCI_SIZE_32: in pci_read_config()
182 { "base address 0", PCI_SIZE_32, PCI_BASE_ADDRESS_0 },
187 { "base address 1", PCI_SIZE_32, PCI_BASE_ADDRESS_1 },
188 { "base address 2", PCI_SIZE_32, PCI_BASE_ADDRESS_2 },
189 { "base address 3", PCI_SIZE_32, PCI_BASE_ADDRESS_3 },
190 { "base address 4", PCI_SIZE_32, PCI_BASE_ADDRESS_4 },
191 { "base address 5", PCI_SIZE_32, PCI_BASE_ADDRESS_5 },
192 { "cardBus CIS pointer", PCI_SIZE_32, PCI_CARDBUS_CIS },
195 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS },
204 { "base address 1", PCI_SIZE_32, PCI_BASE_ADDRESS_1 },
216 { "prefetch memory base upper", PCI_SIZE_32, PCI_PREF_BASE_UPPER32 },
217 { "prefetch memory limit upper", PCI_SIZE_32, PCI_PREF_LIMIT_UPPER32 },
220 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS1 },
234 { "CardBus memory base 0", PCI_SIZE_32, PCI_CB_MEMORY_BASE_0 },
235 { "CardBus memory limit 0", PCI_SIZE_32, PCI_CB_MEMORY_LIMIT_0 },
236 { "CardBus memory base 1", PCI_SIZE_32, PCI_CB_MEMORY_BASE_1 },
237 { "CardBus memory limit 1", PCI_SIZE_32, PCI_CB_MEMORY_LIMIT_1 },
251 { "PC Card 16bit base address", PCI_SIZE_32, PCI_CB_LEGACY_MODE_BASE },
661 enum pci_size_t size = PCI_SIZE_32; in do_pci()
682 size = (cmd_size == 4) ? PCI_SIZE_32 : cmd_size - 1; in do_pci()