Searched refs:bus_no (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/ |
D | dpt_i2o.c | 1552 u8 bus_no = 0; in adpt_i2o_parse_lct() local 1586 bus_no = buf[0]>>16; in adpt_i2o_parse_lct() 1589 if(bus_no >= MAX_CHANNEL) { // Something wrong skip it in adpt_i2o_parse_lct() 1590 printk(KERN_WARNING"%s: Channel number %d out of range \n", pHba->name, bus_no); in adpt_i2o_parse_lct() 1594 printk(KERN_WARNING"%s: SCSI ID %d out of range \n", pHba->name, bus_no); in adpt_i2o_parse_lct() 1597 if(bus_no > pHba->top_scsi_channel){ in adpt_i2o_parse_lct() 1598 pHba->top_scsi_channel = bus_no; in adpt_i2o_parse_lct() 1625 bus_no = 0; in adpt_i2o_parse_lct() 1632 if(bus_no > pHba->top_scsi_channel){ in adpt_i2o_parse_lct() 1633 pHba->top_scsi_channel = bus_no; in adpt_i2o_parse_lct() [all …]
|
D | gdth.c | 1562 u32 bus_no, drv_cnt, drv_no, j; in gdth_search_drives() local 1683 for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) { in gdth_search_drives() 1684 if (iocr->list[bus_no].proc_id < MAXID) in gdth_search_drives() 1685 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id; in gdth_search_drives() 1687 ha->bus_id[bus_no] = 0xff; in gdth_search_drives() 1692 for (bus_no = 0; bus_no < MAXBUS; ++bus_no) { in gdth_search_drives() 1693 chn->channel_no = bus_no; in gdth_search_drives() 1698 if (bus_no == 0) { in gdth_search_drives() 1706 ha->bus_id[bus_no] = chn->siop_id; in gdth_search_drives() 1708 ha->bus_id[bus_no] = 0xff; in gdth_search_drives() [all …]
|
/drivers/macintosh/ |
D | therm_adt746x.c | 134 unsigned long bus_no; in attach_thermostat() local 140 bus_no = simple_strtoul(adapter->name + 6, NULL, 10); in attach_thermostat() 141 if (bus_no != therm_bus) in attach_thermostat()
|
/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()
|
/drivers/net/wireless/bcmdhd/ |
D | dhd_sdio.c | 6947 dhdsdio_probe(uint16 venid, uint16 devid, uint16 bus_no, uint16 slot, in dhdsdio_probe() argument
|