Lines Matching refs:where_a
36 int where_a = where & 0xc; in handle_ea_bar() local
38 if (where_a == 0) { in handle_ea_bar()
42 if (where_a == 0x4) { in handle_ea_bar()
54 if (where_a == 0x8) { in handle_ea_bar()
73 if (where_a == 0xc) { in handle_ea_bar()
90 int where_a = where & ~3; in thunder_ecam_p2_config_read() local
96 switch (where_a) { in thunder_ecam_p2_config_read()
106 addr = bus->ops->map_bus(bus, devfn, where_a); in thunder_ecam_p2_config_read()
135 int where_a = where & ~3; in thunder_ecam_config_read() local
207 if (!has_msix && where_a == 0x70) { in thunder_ecam_config_read()
212 if (where_a == 0xb0) { in thunder_ecam_config_read()
213 addr = bus->ops->map_bus(bus, devfn, where_a); in thunder_ecam_config_read()
225 if (where_a == 0xbc) { in thunder_ecam_config_read()
237 if (where_a >= 0xc0 && where_a < 0xd0) in thunder_ecam_config_read()
242 if (where_a >= 0xd0 && where_a < 0xe0 && has_msix) in thunder_ecam_config_read()
247 if (where_a >= 0xe0 && where_a < 0xf0 && is_tns) in thunder_ecam_config_read()
252 if (where_a >= 0xe0 && where_a < 0xf0 && is_nic) in thunder_ecam_config_read()
257 if (where_a >= 0xf0 && where_a < 0x100 && is_nic) in thunder_ecam_config_read()
269 if (where_a == 0x70) { in thunder_ecam_config_read()
270 addr = bus->ops->map_bus(bus, devfn, where_a); in thunder_ecam_config_read()
282 if (where_a == 0xbc) { in thunder_ecam_config_read()
290 if (where_a == 0xc0) { in thunder_ecam_config_read()
302 if (where_a == 0xc4 && is_nic_bridge) { in thunder_ecam_config_read()
308 if (where_a == 0xc8 && is_nic_bridge) { in thunder_ecam_config_read()
313 if (where_a == 0xcc && is_nic_bridge) { in thunder_ecam_config_read()
318 if (where_a == 0xd0 && is_nic_bridge) { in thunder_ecam_config_read()
323 if (where_a == 0xd4 && is_nic_bridge) { in thunder_ecam_config_read()