Lines Matching defs:where
111 int where = 0x55;
120 where = 0x95; /* the memory write queue timer register is
129 pci_read_config_byte(d, where, &v);
132 d->device, d->revision, where, v, mask, v & mask);
134 pci_write_config_byte(d, where, v);
206 static int quirk_pcie_aspm_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value)
209 devfn, where, size, value);
216 static int quirk_pcie_aspm_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value)
222 if ((offset) && (where == offset))
226 devfn, where, size, value);
237 * Save the register offset, where the ASPM control bits are located,