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