Searched refs:bus_no (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dindirect_pci.c30 u32 bus_no, reg; local
47 bus_no = (bus->number == hose->first_busno) ?
56 out_be32(hose->cfg_addr, (0x80000000 | (bus_no << 16) |
59 out_le32(hose->cfg_addr, (0x80000000 | (bus_no << 16) |
88 u32 bus_no, reg; local
105 bus_no = (bus->number == hose->first_busno) ?
114 out_be32(hose->cfg_addr, (0x80000000 | (bus_no << 16) |
117 out_le32(hose->cfg_addr, (0x80000000 | (bus_no << 16) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dindirect_pci.c29 u32 bus_no, reg; local
42 bus_no = (bus->number == hose->first_busno) ?
51 out_be32(hose->cfg_addr, (0x80000000 | (bus_no << 16) |
54 out_le32(hose->cfg_addr, (0x80000000 | (bus_no << 16) |
83 u32 bus_no, reg; local
96 bus_no = (bus->number == hose->first_busno) ?
105 out_be32(hose->cfg_addr, (0x80000000 | (bus_no << 16) |
108 out_le32(hose->cfg_addr, (0x80000000 | (bus_no << 16) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcelleb_scc_pciex.c299 #define MK_PEXDADRS(bus_no, dev_no, func_no, addr) \
301 ((bus_no) << PEXDADRS_BUSNO_SHIFT) | \
310 uint64_t bus_no, uint64_t dev_no, uint64_t func_no,
316 addr = MK_PEXDADRS(bus_no, dev_no, func_no, off);
325 static void config_write_pciex_dev(unsigned int __iomem *base, uint64_t bus_no, argument
331 addr = MK_PEXDADRS(bus_no, dev_no, func_no, off);
309 config_read_pciex_dev(unsigned int __iomem *base, uint64_t bus_no, uint64_t dev_no, uint64_t func_no, uint64_t off, uint64_t size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpt_i2o.c1549 u8 bus_no = 0; local
1583 bus_no = buf[0]>>16;
1586 if(bus_no >= MAX_CHANNEL) { // Something wrong skip it
1587 printk(KERN_WARNING"%s: Channel number %d out of range \n", pHba->name, bus_no);
1591 printk(KERN_WARNING"%s: SCSI ID %d out of range \n", pHba->name, bus_no);
1594 if(bus_no > pHba->top_scsi_channel){
1595 pHba->top_scsi_channel = bus_no;
1622 bus_no = 0;
1627 // TODO get the bus_no from hrt-but for now they are in order
1628 //bus_no
2602 u8 bus_no = 0; local
[all...]
H A Dgdth.c1561 u32 bus_no, drv_cnt, drv_no, j; local
1682 for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
1683 if (iocr->list[bus_no].proc_id < MAXID)
1684 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id;
1686 ha->bus_id[bus_no] = 0xff;
1691 for (bus_no = 0; bus_no < MAXBU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dio_common.c233 unsigned int bus_no, devfn; local
245 bus_no = (pcidev_info->pdi_slot_host_handle >> 32) & 0xff;
247 host_pci_bus = pci_find_bus(segment, bus_no);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_adt746x.c135 unsigned long bus_no; local
141 bus_no = simple_strtoul(adapter->name + 6, NULL, 10);
142 if (bus_no != therm_bus)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_pci.c1103 debug ("the bus_no behind the bridge is %x\n", busno);
1335 int bus_no, pri_no, sub_no, sec_no = 0; local
1351 bus_no = (int) busno;
1360 if (pri_no != bus_no) {

Completed in 170 milliseconds