Searched refs:number (Results 201 - 225 of 937) sorted by path

1234567891011>>

/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c234 int cnt = 48; /* Maximal number of capabilities */
811 dev->bus->number, option);
868 pdev->bus->number, option);
H A Docxl.c45 * hardware supports a finite number of actags per link (64 for
49 * multiple AFUs. Each AFU advertises in its config space the number
145 link->bus == dev->bus->number &&
156 link->bus = dev->bus->number;
268 * can allocate a pro-rated number of actags to each function.
288 * The number of PASIDs (process address space ID) which can
H A Dpci-ioda.c70 pci_domain_nr(pe->pbus), pe->pbus->number);
528 /* Sanity check on PE number */
906 pe->rid = dev->bus->number << 8 | pdn->devfn;
942 pe_num = phb->ioda.pe_rmap[bus->number << 8];
948 /* PE number for root bus should have been reserved */
956 /* The PE number isn't pinned by M64 */
962 __func__, pci_domain_nr(bus), bus->number);
1294 * Map TCE table through TVT. The TVE index is the PE number
1625 * needs an HW IRQ number mapped in the XICS IRQ domain. The HW IRQ
1828 * The EOI OPAL call takes an OPAL HW IRQ number bu
[all...]
H A Dpci-sriov.c26 * the total BAR area is: number-of-vfs * per-vf-size. The number of VFs
36 * NB: $PE_COUNT is the number of PEs that the PHB supports.
48 * new_size = per-vf-size * number-of-PEs
58 * based on the maximum number of VFs supported by the device and we need
92 * PE number. This is handled in pnv_pci_vf_resource_shift().
112 * 2) The number of MBT entries that we have is limited. PHB3 and PHB4 only
176 * number of VFs we can support.
353 * communicate the number of segments we want on a BAR. This wasn't
519 * address are the PE number
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dspu.c311 pr_debug("%s:%d spu_%d\n", __func__, __LINE__, spu->number);
337 pr_debug("%s:%d spu_%d\n", __func__, __LINE__, spu->number);
393 * For now, just create logical spus equal to the number
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c366 __be32 liobn; /* tce table number */
417 /* covert to number of tces */
486 /* covert to number of tces */
552 udbg_printf("PCI_DMA: Unexpected number of IOAs under this PHB.\n");
553 panic("PCI_DMA: Unexpected number of IOAs under this PHB.\n");
565 iommu_table_setparms_common(tbl, phb->bus->number, 0, phb->dma_window_base_cur,
614 /* Count number of direct PCI children of the PHB. */
808 iommu_table_setparms_common(tbl, ppci->phb->bus->number,
1048 * @extnum: index number of the extension.
1355 * whole partition. Query returns number o
[all...]
H A Dlpar.c164 * This represents the number of cpus in the hypervisor. Since there is no
165 * architected way to discover the number of processors in the host, we
1086 * is the number of entries yet to process.
1349 static void do_block_remove(unsigned long number, struct ppc64_tlb_batch *batch, argument
1361 for (i = 0; i < number; i++) {
1474 * maximum it will be the number of possible page sizes *2 + 10 bytes.
1525 static void pSeries_lpar_flush_hash_range(unsigned long number, int local) argument
1541 do_block_remove(number, batch, param);
1548 for (i = 0; i < number; i++) {
H A Dpci.c70 pdev->bus->number,
128 max_vfs = of_get_property(dn, "ibm,number-of-configurable-vfs", NULL);
229 if (dev->bus->number == 0 && dev->devfn == 0x81 &&
H A Dpci_dlpar.c62 pci_domain_nr(b), b->number);
/linux-master/arch/powerpc/sysdev/
H A Dfsl_pci.c634 "Firmware bus number: %d->%d\n",
700 * PCI-E controller does not check the device number bits and just
701 * assumes that the device number bits are 0.
703 if (bus->number == hose->first_busno ||
710 if (ppc_md.pci_exclude_device(hose, bus->number, devfn))
722 u32 dev_base = bus->number << 24 | devfn << 16;
732 if (bus->number == hose->first_busno)
751 if (offset == PCI_PRIMARY_BUS && bus->number == hose->first_busno)
883 "Firmware bus number: %d->%d\n",
H A Dindirect_pci.c80 return __indirect_read_config(hose, bus->number, devfn, offset, len,
93 if (bus->number != hose->first_busno)
100 if (ppc_md.pci_exclude_device(hose, bus->number, devfn))
104 if (bus->number != hose->first_busno)
107 bus_no = (bus->number == hose->first_busno) ?
108 hose->self_busno : bus->number;
125 (bus->number == hose->first_busno))
H A Dtsi108_pci.c56 if (ppc_md.pci_exclude_device(hose, bus->number, devfunc))
59 cfg_addr = (unsigned char *)(tsi_mk_config_addr(bus->number,
65 printk("%d:0x%x:0x%x ", bus->number, devfunc, offset);
141 if (ppc_md.pci_exclude_device(hose, bus->number, devfn))
144 cfg_addr = (unsigned char *)(tsi_mk_config_addr(bus->number,
166 printk("%d:0x%x:0x%x ", bus->number, devfn, offset);
220 pr_info("Found tsi108 PCI host bridge at 0x%pa. Firmware bus number: %d->%d\n",
/linux-master/arch/powerpc/xmon/
H A Dxmon.c225 c# try to switch to cpu number h (in hex)\n\
1033 printf("Invalid number.\n");
1509 "bc <n/addr> clear breakpoint number n or at addr\n"
1602 /* assume a breakpoint number */
3898 printf("Unsupported TLB number !\n");
4130 if (spu->number >= XMON_NUM_SPUS) {
4135 spu_info[spu->number].spu = spu;
4136 spu_info[spu->number].stopped_ok = 0;
4137 spu_info[spu->number].dump_addr = (unsigned long)
4138 spu_info[spu->number]
[all...]
/linux-master/arch/s390/boot/
H A Dhead.S43 lgh %r1,__LC_SUBCHANNEL_ID # test if subchannel number
45 llgf %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number
49 stg %r1,IPL_DEVICE-PARMAREA(%r12) # save ipl device number
114 c %r1,__LC_SUBCHANNEL_ID # compare subchannel number
157 c %r1,__LC_SUBCHANNEL_ID # compare subchannel number
167 sgf %r0,8(%r3) # r0/8 = number of ccws executed
168 mghi %r0,10 # *10 = number of bytes in ccws
223 # This is a list of s390 kernel entry points. At address 0x1000f the number of
/linux-master/arch/sh/drivers/pci/
H A Dcommon.c20 bus.number = busnr;
H A Dpci.c77 /* Don't allow 8-bit bus number overflow inside the hose -
236 if (dev->bus->number == 0 && dev->devfn == 0)
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S246 add #4, r15 ! Skip syscall number
/linux-master/arch/sh/kernel/
H A Ddwarf.c54 * @reg_num: the register number
77 reg->number = reg_num;
99 * @reg_num: the register number to search for
102 * NULL if @reg_num is an register invalid number.
110 if (reg->number == reg_num)
123 * the native machine. We return the number of bytes read, which
126 * aligned. Return 'n' - the number of bytes read.
143 * the number of bytes read.
178 * C of the DWARF 3 spec. Return the number of bytes read.
202 /* The number o
[all...]
/linux-master/arch/sparc/kernel/
H A Dentry.S205 mov %l7, %o1 ! trap number
H A Dleon_pci_grpci1.c244 unsigned int busno = bus->number;
283 unsigned int busno = bus->number;
H A Dleon_pci_grpci2.c382 unsigned int busno = bus->number;
421 unsigned int busno = bus->number;
H A Dpci.c322 dev->bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn));
459 bus->primary = dev->bus->number;
536 bus->number);
554 node, bus->number);
568 * for example, device number 3 is listed twice.
776 /* Return the domain number for this pci bus */
H A Dpci_common.c113 unsigned char bus = bus_dev->number;
130 if (!bus_dev->number && !PCI_SLOT(devfn))
217 unsigned char bus = bus_dev->number;
220 if (!bus_dev->number && !PCI_SLOT(devfn))
263 unsigned int bus = bus_dev->number;
296 unsigned int bus = bus_dev->number;
H A Dpci_sun4v.c275 bus = bus_dev->number;
H A Dpcic.c55 * find PCIC pin number where INT line goes. Then we may either program
59 unsigned char busno; /* PCI bus number */
218 if (bus->number != 0) return -EINVAL;
221 pcic_read_config_dword(bus->number, devfn, where&~3, &v);
226 pcic_read_config_dword(bus->number, devfn, where&~3, &v);
231 pcic_read_config_dword(bus->number, devfn, where&~3, val);
257 if (bus->number != 0) return -EINVAL;
260 pcic_read_config_dword(bus->number, devfn, where&~3, &v);
263 return pcic_write_config_dword(bus->number, devfn, where&~3, v);
266 pcic_read_config_dword(bus->number, devf
[all...]

Completed in 379 milliseconds

1234567891011>>