Lines Matching defs:read
11 * the CE4100. Each register can be assigned a private init, read and
33 void (*read)(struct sim_dev_reg *reg, u32 *value);
40 void (*read)(struct sim_dev_reg *reg, u32 value);
53 * All read/write functions are called with pci_config_lock held.
57 pci_direct_conf1.read(0, 1, reg->dev_func, reg->reg, 4,
74 pci_direct_conf1.read(0, 1, PCI_DEVFN(14, 0), 0x10, 4,
190 * to zero and read only, so do the simulation.
204 pci_direct_conf1.read(0, 0, devfn,
251 bus1_fixups[i].read) {
254 bus1_fixups[i].read(&(bus1_fixups[i]), value);
275 return pci_direct_conf1.read(seg, bus, devfn, reg, len, value);
314 .read = ce4100_conf_read,