Lines Matching refs:offset
25 int offset, int len, u32 *val) in __indirect_read_config() argument
50 reg = ((offset & 0xf00) << 16) | (offset & 0xfc); in __indirect_read_config()
52 reg = offset & 0xfc; in __indirect_read_config()
65 cfg_data = hose->cfg_data + (offset & 3); in __indirect_read_config()
81 int offset, int len, u32 *val) in indirect_read_config() argument
85 return __indirect_read_config(hose, bus->number, devfn, offset, len, in indirect_read_config()
90 int offset, int len, u32 val) in indirect_write_config() argument
116 reg = ((offset & 0xf00) << 16) | (offset & 0xfc); in indirect_write_config()
118 reg = offset & 0xfc; in indirect_write_config()
129 if ((offset == PCI_PRIMARY_BUS) && in indirect_write_config()
135 offset == PCI_CACHE_LINE_SIZE) { in indirect_write_config()
143 cfg_data = hose->cfg_data + (offset & 3); in indirect_write_config()