/linux-4.4.14/arch/microblaze/pci/ |
D | indirect_pci.c | 29 u32 bus_no, reg; in indirect_read_config() local 42 bus_no = (bus->number == hose->first_busno) ? in indirect_read_config() 51 out_be32(hose->cfg_addr, (0x80000000 | (bus_no << 16) | in indirect_read_config() 54 out_le32(hose->cfg_addr, (0x80000000 | (bus_no << 16) | in indirect_read_config() 83 u32 bus_no, reg; in indirect_write_config() local 96 bus_no = (bus->number == hose->first_busno) ? in indirect_write_config() 105 out_be32(hose->cfg_addr, (0x80000000 | (bus_no << 16) | in indirect_write_config() 108 out_le32(hose->cfg_addr, (0x80000000 | (bus_no << 16) | in indirect_write_config()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | indirect_pci.c | 29 u32 bus_no, reg; in __indirect_read_config() local 46 bus_no = (bus_number == hose->first_busno) ? in __indirect_read_config() 55 out_be32(hose->cfg_addr, (0x80000000 | (bus_no << 16) | in __indirect_read_config() 58 out_le32(hose->cfg_addr, (0x80000000 | (bus_no << 16) | in __indirect_read_config() 95 u32 bus_no, reg; in indirect_write_config() local 112 bus_no = (bus->number == hose->first_busno) ? in indirect_write_config() 121 out_be32(hose->cfg_addr, (0x80000000 | (bus_no << 16) | in indirect_write_config() 124 out_le32(hose->cfg_addr, (0x80000000 | (bus_no << 16) | in indirect_write_config()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | controlvmchannel.h | 222 u32 bus_no; /* bus # (0..n-1) from the msg receiver's end */ member 234 u32 bus_no; /* bus # (0..n-1) from the msg member 254 u32 bus_no; /* bus # (0..n-1) from the msg member 268 u32 bus_no; /* bus # (0..n-1) from the msg member 273 u32 bus_no; /* bus # (0..n-1) from the receiver's member 289 u32 bus_no; /* bus # (0..n-1) from the msg member 296 u32 bus_no; /* bus # (0..n-1) from the msg member 301 u32 bus_no; member 306 u32 bus_no; member 316 u32 bus_no; member
|
D | visorchipset.c | 692 u32 bus_no; member 700 u32 bus_no = id->bus_no; in match_visorbus_dev_by_id() local 703 if ((vdev->chipset_bus_no == bus_no) && in match_visorbus_dev_by_id() 709 struct visor_device *visorbus_get_device_by_id(u32 bus_no, u32 dev_no, in visorbus_get_device_by_id() argument 716 .bus_no = bus_no, in visorbus_get_device_by_id() 890 u32 bus_no = p->chipset_bus_no; in device_changestate_responder() local 900 outmsg.cmd.device_change_state.bus_no = bus_no; in device_changestate_responder() 1090 u32 bus_no = cmd->create_bus.bus_no; in bus_create() local 1095 bus_info = visorbus_get_device_by_id(bus_no, BUS_ROOT_DEVICE, NULL); in bus_create() 1097 POSTCODE_LINUX_3(BUS_CREATE_FAILURE_PC, bus_no, in bus_create() [all …]
|
D | visorbus_main.c | 1147 int bus_no = visordev->chipset_bus_no; in fix_vbus_dev_info() local 1160 bdev = visorbus_get_device_by_id(bus_no, BUS_ROOT_DEVICE, NULL); in fix_vbus_dev_info() 1301 u32 bus_no = dev->chipset_bus_no; in chipset_bus_create() local 1303 POSTCODE_LINUX_3(BUS_CREATE_ENTRY_PC, bus_no, POSTCODE_SEVERITY_INFO); in chipset_bus_create() 1305 POSTCODE_LINUX_3(BUS_CREATE_EXIT_PC, bus_no, POSTCODE_SEVERITY_INFO); in chipset_bus_create() 1308 POSTCODE_LINUX_3(BUS_CREATE_FAILURE_PC, bus_no, in chipset_bus_create() 1311 POSTCODE_LINUX_3(CHIPSET_INIT_SUCCESS_PC, bus_no, in chipset_bus_create() 1330 u32 bus_no = dev_info->chipset_bus_no; in chipset_device_create() local 1333 POSTCODE_LINUX_4(DEVICE_CREATE_ENTRY_PC, dev_no, bus_no, in chipset_device_create() 1341 POSTCODE_LINUX_4(DEVICE_CREATE_FAILURE_PC, dev_no, bus_no, in chipset_device_create() [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | dpt_i2o.c | 1461 u8 bus_no = 0; in adpt_i2o_parse_lct() local 1495 bus_no = buf[0]>>16; in adpt_i2o_parse_lct() 1498 if(bus_no >= MAX_CHANNEL) { // Something wrong skip it in adpt_i2o_parse_lct() 1499 printk(KERN_WARNING"%s: Channel number %d out of range \n", pHba->name, bus_no); in adpt_i2o_parse_lct() 1503 printk(KERN_WARNING"%s: SCSI ID %d out of range \n", pHba->name, bus_no); in adpt_i2o_parse_lct() 1506 if(bus_no > pHba->top_scsi_channel){ in adpt_i2o_parse_lct() 1507 pHba->top_scsi_channel = bus_no; in adpt_i2o_parse_lct() 1534 bus_no = 0; in adpt_i2o_parse_lct() 1541 if(bus_no > pHba->top_scsi_channel){ in adpt_i2o_parse_lct() 1542 pHba->top_scsi_channel = bus_no; in adpt_i2o_parse_lct() [all …]
|
D | gdth.c | 1554 u32 bus_no, drv_cnt, drv_no, j; in gdth_search_drives() local 1675 for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) { in gdth_search_drives() 1676 if (iocr->list[bus_no].proc_id < MAXID) in gdth_search_drives() 1677 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id; in gdth_search_drives() 1679 ha->bus_id[bus_no] = 0xff; in gdth_search_drives() 1684 for (bus_no = 0; bus_no < MAXBUS; ++bus_no) { in gdth_search_drives() 1685 chn->channel_no = bus_no; in gdth_search_drives() 1690 if (bus_no == 0) { in gdth_search_drives() 1698 ha->bus_id[bus_no] = chn->siop_id; in gdth_search_drives() 1700 ha->bus_id[bus_no] = 0xff; in gdth_search_drives() [all …]
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | io_common.c | 233 unsigned int bus_no, devfn; in sn_pci_fixup_slot() local 245 bus_no = (pcidev_info->pdi_slot_host_handle >> 32) & 0xff; in sn_pci_fixup_slot() 247 host_pci_dev = pci_get_domain_bus_and_slot(segment, bus_no, devfn); in sn_pci_fixup_slot()
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | visorbus.h | 223 struct visor_device *visorbus_get_device_by_id(u32 bus_no, u32 dev_no,
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 1335 int bus_no, pri_no, sub_no, sec_no = 0; in unconfigure_boot_bridge() local 1351 bus_no = (int) busno; in unconfigure_boot_bridge() 1360 if (pri_no != bus_no) { in unconfigure_boot_bridge()
|