Lines Matching defs:size
29 int where, int size, u32 *val)
116 switch (size) {
131 int where, int size, u32 *val)
144 return thunder_pem_bridge_read(bus, devfn, where, size, val);
146 return pci_generic_config_read(bus, devfn, where, size, val);
207 int where, int size, u32 val)
220 * 32-bit accesses only. If the write is for a size smaller
225 switch (size) {
280 int where, int size, u32 val)
292 return thunder_pem_bridge_write(bus, devfn, where, size, val);
295 return pci_generic_config_write(bus, devfn, where, size, val);
393 * Reserve 64K size PEM specific resources. The full 16M range
394 * size is required for thunder_pem_init() call.