Lines Matching defs:where
38 int where, int size, u32 *val)
44 if (devfn != 0 || where >= 2048)
52 read_val = where & ~3ull;
61 switch (where & ~3) {
68 * Change PME interrupt to vector 2 on T88 where it
122 read_val >>= (8 * (where & 3));
138 int where, int size, u32 *val)
151 return thunder_pem_bridge_read(bus, devfn, where, size, val);
153 return pci_generic_config_read(bus, devfn, where, size, val);
214 int where, int size, u32 val)
219 u64 where_aligned = where & ~3ull;
223 if (devfn != 0 || where >= 2048)
237 mask = ~(0xff << (8 * (where & 3)));
239 val = (val & 0xff) << (8 * (where & 3));
246 mask = ~(0xffff << (8 * (where & 3)));
248 val = (val & 0xffff) << (8 * (where & 3));
262 u32 w1c_bits = thunder_pem_bridge_w1c_bits(where);
287 int where, int size, u32 val)
299 return thunder_pem_bridge_write(bus, devfn, where, size, val);
302 return pci_generic_config_write(bus, devfn, where, size, val);
395 * FW where we need to calculate PEM-specific resources manually.