Searched refs:pinp (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/
H A Dpci.c71 static u8 __init integrator_swizzle(struct pci_dev *dev, u8 *pinp) argument
73 int pin = *pinp;
85 *pinp = pin;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsys_miata.c196 miata_swizzle(struct pci_dev *dev, u8 *pinp) argument
198 int slot, pin = *pinp;
225 *pinp = pin;
H A Dsys_eiger.c179 eiger_swizzle(struct pci_dev *dev, u8 *pinp) argument
182 int slot, pin = *pinp;
212 *pinp = pin;
H A Dsys_noritake.c241 noritake_swizzle(struct pci_dev *dev, u8 *pinp) argument
243 int slot, pin = *pinp;
268 *pinp = pin;
H A Dsys_ruffian.c139 ruffian_swizzle(struct pci_dev *dev, u8 *pinp) argument
141 int slot, pin = *pinp;
166 *pinp = pin;
H A Dsys_takara.c229 takara_swizzle(struct pci_dev *dev, u8 *pinp) argument
232 int pin = *pinp;
256 *pinp = pin;
H A Dsys_sable.c409 lynx_swizzle(struct pci_dev *dev, u8 *pinp) argument
411 int slot, pin = *pinp;
436 *pinp = pin;
H A Dsys_dp264.c438 monet_swizzle(struct pci_dev *dev, u8 *pinp) argument
441 int slot, pin = *pinp;
466 *pinp = pin;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpci.h28 unsigned char __init common_swizzle(struct pci_dev *dev, unsigned char *pinp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rec.c1107 db_indx_t indx, *ninp, *pinp; local
1153 pinp = P_INP(file_dbp, pagep) + NUM_ENT(pagep);
1157 *pinp++ = *ninp++
1242 pinp = P_INP(file_dbp, pagep) + NUM_ENT(pagep);
1246 *pinp++ = *ninp++;
1285 db_indx_t indx, *ninp, *pinp; local
1330 pinp = P_INP(file_dbp, pagep) + NUM_ENT(pagep);
1333 *pinp++ = *ninp++
1419 pinp = P_INP(file_dbp, pagep) + NUM_ENT(pagep);
1422 *pinp
[all...]
H A Dbt_split.c1170 db_indx_t *cinp, nbytes, off, *pinp; local
1173 pinp = P_INP(dbp, pp);
1195 pinp[nxt] == pinp[nxt - P_INDX]) {
H A Dbt_compact.c1319 db_indx_t nent, *ninp, *pinp; local
1366 pinp = P_INP(dbp, pg) + NUM_ENT(pg);
1369 *pinp++ = *ninp++ - (dbp->pgsize - HOFFSET(pg));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci.c1828 * @pinp: pointer to the INTx pin value (1=INTA, 2=INTB, 3=INTD, 4=INTD)
1833 u8 pci_common_swizzle(struct pci_dev *dev, u8 *pinp) argument
1835 u8 pin = *pinp;
1841 *pinp = pin;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci.h672 u8 pci_common_swizzle(struct pci_dev *dev, u8 *pinp);

Completed in 158 milliseconds