Lines Matching defs:size
69 static inline u32 ar71xx_pci_get_ble(int where, int size, int local)
73 t = ar71xx_pci_ble_table[size & 3][where & 3];
145 int where, int size, u32 value)
153 ad_cbe |= ar71xx_pci_get_ble(where, size, 1);
161 int where, int size, u32 cmd)
170 __raw_writel(cmd | ar71xx_pci_get_ble(where, size, 0),
177 int where, int size, u32 *value)
188 err = ar71xx_pci_set_cfgaddr(bus, devfn, where, size,
195 *value = (data >> (8 * (where & 3))) & ar71xx_pci_read_mask[size & 7];
201 int where, int size, u32 value)
211 err = ar71xx_pci_set_cfgaddr(bus, devfn, where, size,