Searched refs:slot (Results 226 - 250 of 437) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dat1700.c270 int slot, ret = -ENODEV; local
302 slot = 0;
303 while (slot != MCA_NOTFOUND) {
305 slot = mca_find_unused_adapter( at1720_mca_adapters[j].id, slot );
306 if (slot == MCA_NOTFOUND) break;
311 pos3 = mca_read_stored_pos( slot, 3 );
312 pos4 = mca_read_stored_pos( slot, 4 );
326 slot++; /* probing next slot */
[all...]
H A Dne2.c138 static int ne2_probe1(struct net_device *dev, int slot);
304 static int ne2_procinfo(char *buf, int slot, struct net_device *dev) argument
327 static int __init ne2_probe1(struct net_device *dev, int slot) argument
339 printk("NE/2 ethercard found in slot %d:", slot);
342 POS = mca_read_stored_pos(slot, 2);
350 if (mca_read_stored_pos(slot, 0) == 0xea) {
448 if (mca_read_stored_pos(slot, 0) == 0xea) {
482 mca_set_adapter_procfn(slot, (MCA_ProcFn) ne2_procinfo, dev);
500 ei_status.priv = slot;
[all...]
H A Dmac8390.c320 if (slots & (1<<ndev->board->slot))
322 slots |= 1<<ndev->board->slot;
332 dev->irq = SLOT2IRQ(ndev->board->slot);
334 dev->base_addr = ndev->board->slot_addr | ((ndev->board->slot&0xf) << 20);
341 " directory for slot %X!\n",
342 dev->name, ndev->board->slot);
359 " for slot %X not found!\n",
360 dev->name, ndev->board->slot);
370 " for slot %X not found"
372 dev->name, ndev->board->slot);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c138 * cpqhp_find_slot: find the struct slot of given device
142 static struct slot *cpqhp_find_slot(struct controller *ctrl, u8 device)
144 struct slot *slot = ctrl->slot; local
146 while (slot && (slot->device != device)) {
147 slot = slot->next;
150 return slot;
1140 struct slot *slot; local
1791 update_slot_info(struct controller *ctrl, struct slot *slot) argument
1932 cpqhp_pushbutton_thread(unsigned long slot) argument
[all...]
H A Dibmphp.h280 extern struct slot *ibmphp_get_slot_from_physical_num (u8);
282 extern void ibmphp_free_ibm_slot (struct slot *);
396 extern int ibmphp_hpc_readslot (struct slot *, u8, u8 *);
397 extern int ibmphp_hpc_writeslot (struct slot *, u8);
470 // slot status
528 // extended slot status
598 // macro for slot info
705 struct slot { struct
718 u8 flag; /* this is for disable slot and polling */
732 u8 starting_slot_num; /* starting and ending slot #'
[all...]
H A Dshpchp_pci.c99 int shpchp_configure_device(struct slot *p_slot)
165 int shpchp_unconfigure_device(struct slot *p_slot)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_utils_64.c848 unsigned long hash, index, shift, hidx, slot; local
856 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
857 slot += hidx & _PTEIDX_GROUP_IX;
858 DBG_LOW(" sub %d: hash=%x, hidx=%x\n", index, slot, hidx);
859 ppc_md.hpte_invalidate(slot, va, psize, local);
920 unsigned long hash, hidx, slot, vsid = get_kernel_vsid(vaddr); local
931 slot = (hash & htab_hash_mask) * HPTES_PER_GROUP;
932 slot += hidx & _PTEIDX_GROUP_IX;
933 ppc_md.hpte_invalidate(slot, va, mmu_linear_psize, 0);
H A Dslb.c46 static inline unsigned long mk_esid_data(unsigned long ea, unsigned long slot) argument
48 return (ea & ESID_MASK) | SLB_ESID_V | slot;
228 /* Invalidate the entire SLB (even slot 0) & all the ERATS */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dio_acpi_init.c240 int slot; local
278 slot = (adr >> 16) & 0xffff;
280 devfn = PCI_DEVFN(slot, function);
301 int slot; local
327 slot = (adr >> 16) & 0xffff;
329 devfn = PCI_DEVFN(slot, function);
407 * Perform any SN specific slot fixup.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpmag-aa-fb.c57 * Bt455 RAM DAC register base offset (rel. to TC slot base address).
62 * Bt431 cursor generator offset (rel. to TC slot base address).
67 * Begin of PMAG-AA framebuffer memory relative to TC slot address,
411 static int __init init_one(int slot) argument
413 unsigned long base_addr = CKSEG1ADDR(get_tc_base_addr(slot));
414 struct aafb_info *ip = &my_fb_info[slot];
462 printk(KERN_INFO "fb%d: %s frame buffer in TC slot %d\n",
463 GET_FB_IDX(ip->info.node), ip->info.modename, slot);
468 static int __exit exit_one(int slot) argument
470 struct aafb_info *ip = &my_fb_info[slot];
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtimer.c670 int index, slot, array, found = 0; local
675 index = slot = timer_jiffies & TVR_MASK;
677 list_for_each_entry(nte, base->tv1.vec + slot, entry) {
684 if (!index || slot < index)
688 slot = (slot + 1) & TVR_MASK;
689 } while (slot != index);
706 index = slot = timer_jiffies & TVN_MASK;
708 list_for_each_entry(nte, varp->vec + slot, entry) {
719 if (!index || slot < inde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dplpar_wrappers.h54 unsigned long hpte_r, unsigned long *slot)
61 *slot = retbuf[0];
52 plpar_pte_enter(unsigned long flags, unsigned long hpte_group, unsigned long hpte_v, unsigned long hpte_r, unsigned long *slot) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dpci.c24 static inline u8 bridge_swizzle(u8 pin, u8 slot) argument
26 return (((pin - 1) + slot) % 4) + 1;
40 /* The slot is the slot of the last bridge. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop32x/
H A Dglantank.c79 glantank_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
94 return pci_irq_table[slot % 4][pin - 1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dpci.c106 static inline u8 bridge_swizzle(u8 pin, u8 slot) argument
108 return (((pin - 1) + slot) % 4) + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dvrc4173_cardu.c51 extern struct socket_info_t *pcmcia_register_socket (int slot,
122 static int cardu_init(unsigned int slot) argument
124 vrc4173_socket_t *socket = &cardu_sockets[slot];
464 int slot, err; local
466 slot = vrc4173_cardu_slots++;
467 socket = &cardu_sockets[slot];
471 sprintf(socket->name, "NEC VRC4173 CARDU%1d", slot+1);
496 socket->pcmcia_socket = pcmcia_register_socket(slot, &cardu_operations, 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_sli.h224 /* Given a pointer to the start of the ring, and the slot number of
228 #define IOCB_ENTRY(ring,slot) ((IOCB_t *)(((char *)(ring)) + ((slot) * 32)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirlap.h111 int slot; /* Random chosen slot */ member in struct:irlap_info
112 int s; /* Current slot */
192 __u8 slot; /* Random chosen slot */ member in struct:irlap_cb
193 __u8 s; /* Current slot */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmachdep.h52 void (*hpte_invalidate)(unsigned long slot,
56 long (*hpte_updatepp)(unsigned long slot,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Ddmi_scan.c91 static void __init dmi_save_ident(struct dmi_header *dm, int slot, int string) argument
95 if (dmi_ident[slot])
102 dmi_ident[slot] = p;
282 * their slot's (field index's) data (i.e., each
284 * DMI slot's string data) to be considered a
298 int s = d->matches[i].slot;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dbudget-ci.c293 static int ciintf_read_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address) argument
297 if (slot != 0)
304 static int ciintf_write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address, u8 value) argument
308 if (slot != 0)
315 static int ciintf_read_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address) argument
319 if (slot != 0)
326 static int ciintf_write_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address, u8 value) argument
330 if (slot != 0)
337 static int ciintf_slot_reset(struct dvb_ca_en50221 *ca, int slot) argument
342 if (slot !
360 ciintf_slot_shutdown(struct dvb_ca_en50221 *ca, int slot) argument
373 ciintf_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) argument
441 ciintf_poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dpci_v3.c201 int slot = PCI_SLOT(devfn); local
216 if (slot > 12)
220 mapaddress |= 1 << (slot - 5);
225 address |= 1 << (slot + 11);
232 * 15:11 = slot number (7:3 of devfn)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dpci.h61 u8 slot; /* Slot number, 0=onboard */ member in struct:irq_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_dma.h226 /* Currently used slot in the ring. */
268 int slot,
271 *meta = &(ring->meta[slot]);
274 return (struct bcm43xx_dmadesc_generic *)(&(dd64[slot]));
277 return (struct bcm43xx_dmadesc_generic *)(&(dd32[slot]));
267 bcm43xx_dma_idx2desc(struct bcm43xx_dmaring *ring, int slot, struct bcm43xx_dmadesc_meta **meta) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtc.h91 int slot; member in struct:tc_dev

Completed in 336 milliseconds

1234567891011>>