Searched refs:slot (Results 101 - 125 of 437) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpadlpar_core.c102 * find_php_slot - return hotplug slot structure for device node
104 * This routine will return the hotplug slot structure
109 static struct slot *find_php_slot(struct device_node *dn)
112 struct slot *slot; local
115 slot = list_entry(tmp, struct slot, rpaphp_slot_list);
116 if (slot->dn == dn)
117 return slot;
196 /* Add hotplug slot */
228 struct slot *slot; local
375 struct slot *slot; local
[all...]
H A Dpciehp_ctrl.c40 static int pciehp_enable_slot(struct slot *p_slot);
41 static int pciehp_disable_slot(struct slot *p_slot);
43 static int queue_interrupt_event(struct slot *p_slot, u32 event_type)
62 struct slot *p_slot;
83 struct slot *p_slot;
114 struct slot *p_slot;
148 struct slot *p_slot;
180 static void set_slot_off(struct controller *ctrl, struct slot * pslot)
182 /* turn off slot, turn on Amber LED, turn off Green LED if supported*/
210 static int board_added(struct slot *p_slo
383 update_slot_info(struct slot *slot) argument
[all...]
H A Dshpchp_ctrl.c39 static int shpchp_enable_slot(struct slot *p_slot);
40 static int shpchp_disable_slot(struct slot *p_slot);
42 static int queue_interrupt_event(struct slot *p_slot, u32 event_type)
61 struct slot *p_slot;
84 struct slot *p_slot;
122 struct slot *p_slot;
155 struct slot *p_slot;
189 static int change_bus_speed(struct controller *ctrl, struct slot *p_slot,
203 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot,
239 static int board_added(struct slot *p_slo
464 update_slot_info(struct slot *slot) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-versatile/
H A Dpci.c64 int slot; local
66 while ((retval = get_option(&str,&slot))) {
67 if ((slot < 0) || (slot > 31)) {
68 printk("Illegal slot value: %d\n",slot);
70 pci_slot_ignore |= (1 << slot);
103 int slot = PCI_SLOT(devfn); local
105 if (pci_slot_ignore & (1 << slot)) {
106 /* Ignore this slot */
146 int slot = PCI_SLOT(devfn); local
329 versatile_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A DdirCache.h47 int growDirCache(dirCache_t *cache, int slot);
48 dirCache_t *allocDirCache(Stream_t *Stream, int slot);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Debsa285-pci.c18 static int __init ebsa285_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
28 return irqmap_ebsa285[(slot + pin) & 3];
H A Dnetwinder-pci.c17 * We now use the slot ID instead of the device identifiers to select
20 static int __init netwinder_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
22 switch (slot) {
39 printk(KERN_ERR "PCI: unknown device in slot %s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-atlas.c61 int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
63 return irq_tab[slot][pin];
H A Dfixup-ip32.c11 * 2 expansion slot
36 * Given a PCI slot number (a la PCI_SLOT(...)) and the interrupt pin of
42 int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
44 return irq_tab_mace[slot][pin];
H A Dfixup-tb0226.c26 int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
30 switch (slot) {
H A Dfixup-vr4133.c119 u8 slot; member in struct:irq_map_entry
124 {1, ROCKHOPPER_PCI1_SLOT, M1535_IRQ_INTD}, /* PCI slot #1 */
125 {1, ROCKHOPPER_PCI2_SLOT, M1535_IRQ_INTC}, /* PCI slot #2 */
130 {2, ROCKHOPPER_PCI3_SLOT, M1535_IRQ_INTB}, /* PCI slot #3 */
131 {2, ROCKHOPPER_PCI4_SLOT, M1535_IRQ_INTC} /* PCI slot #4 */
138 int rockhopper_get_irq(struct pci_dev *dev, u8 pin, u8 slot) argument
148 if (int_map[i].bus == bus->number && int_map[i].slot == slot) {
172 int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
179 if(slot
[all...]
H A Dpci-lasat.c67 int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
69 switch (slot) {
73 return LASATINT_PCIA + (((slot-1) + (pin-1)) % 4);
H A Dops-bridge.c32 int slot = PCI_SLOT(devfn); local
38 addr = &bridge->b_type0_cfg_dev[slot].f[fn].c[PCI_VENDOR_ID];
49 addr = &bridge->b_type0_cfg_dev[slot].f[fn].c[where ^ (4 - size)];
75 addr = &bridge->b_type0_cfg_dev[slot].f[fn].l[where >> 2];
93 int slot = PCI_SLOT(devfn); local
99 bridge->b_pci_cfg = (busno << 16) | (slot << 11);
111 bridge->b_pci_cfg = (busno << 16) | (slot << 11);
138 bridge->b_pci_cfg = (busno << 16) | (slot << 11);
165 int slot = PCI_SLOT(devfn); local
171 addr = &bridge->b_type0_cfg_dev[slot]
231 int slot = PCI_SLOT(devfn); local
[all...]
H A Dfixup-sni.c123 int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
128 return irq_tab_pcit[slot][pin];
132 return irq_tab_rm300d[slot][pin];
136 return irq_tab_rm200[slot][pin];
139 return irq_tab_rm300e[slot][pin];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dm8xx_pcmcia.c126 /* full support for one slot */
190 * SLOT_A : slot = 0
191 * SLOT_B : slot = 1
194 #define M8XX_PCMCIA_VS1(slot) (0x80000000 >> (slot << 4))
195 #define M8XX_PCMCIA_VS2(slot) (0x40000000 >> (slot << 4))
196 #define M8XX_PCMCIA_VS_MASK(slot) (0xc0000000 >> (slot << 4))
197 #define M8XX_PCMCIA_VS_SHIFT(slot) (3
235 u32 slot; member in struct:socket_info
290 voltage_set(int slot, int vcc, int vpp) argument
347 voltage_set(int slot, int vcc, int vpp) argument
394 hardware_enable(int slot) argument
399 hardware_disable(int slot) argument
412 voltage_set(int slot, int vcc, int vpp) argument
467 hardware_enable(int slot) argument
476 hardware_disable(int slot) argument
494 voltage_set(int slot, int vcc, int vpp) argument
551 voltage_set(int slot, int vcc, int vpp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c47 regs_spill[offset].slot[0] = spu_readch(SPU_RdEventStatMask);
58 regs_spill[offset].slot[0] = spu_readch(MFC_RdTagMask);
103 regs_spill[offset].slot[0] = spu_readch(SPU_RdDec);
115 regs_spill[offset].slot[0] = spu_readch(SPU_RdSRR0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dops-snapgear.c72 int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) argument
76 switch (slot) {
85 printk("PCI: Mapping SnapGear IRQ for slot %d, pin %c to irq %d\n",
86 slot, pin - 1 + 'A', irq);
H A Dops-titan.c30 int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) argument
32 int irq = titan_irq_tab[slot];
34 printk("PCI: Mapping TITAN IRQ for slot %d, pin %c to irq %d\n",
35 slot, pin - 1 + 'A', irq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dsetup-irq.c26 u8 pin, slot; local
30 which interrupt pin it will come in on. We know which slot it
31 will come in on 'cos that slot is where the bridge is. Each
42 slot = (*swizzle)(dev, &pin);
44 irq = (*map_irq)(dev, slot, pin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmsdos.c13 * /dev/hda *must* have a "DOS" type 0x51 partition in the first slot (hda1).
69 int slot, ret = 0; local
77 for (slot = 1; slot <= 4; slot++, pt++) {
440 int slot; local
463 for (slot = 1; slot <= 4; slot++, p++) {
472 for (slot
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c700.c513 /* Pull a slot off the free list */
517 struct NCR_700_command_slot *slot = hostdata->free_list; local
519 if(slot == NULL) {
526 if(slot->state != NCR_700_SLOT_FREE)
531 hostdata->free_list = slot->ITL_forw;
532 slot->ITL_forw = NULL;
536 * indicates the slot is in use and cannot be run by the IRQ
539 slot->state = NCR_700_SLOT_BUSY;
540 slot->flags = 0;
543 return slot;
547 free_slot(struct NCR_700_command_slot *slot, struct NCR_700_Host_Parameters *hostdata) argument
574 struct NCR_700_command_slot *slot = local
584 NCR_700_unmap(struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, struct NCR_700_command_slot *slot) argument
608 struct NCR_700_command_slot *slot = local
991 struct NCR_700_command_slot *slot = local
1109 struct NCR_700_command_slot *slot; local
1197 struct NCR_700_command_slot *slot; local
1325 struct NCR_700_command_slot *slot = local
1406 struct NCR_700_command_slot *slot = local
1564 struct NCR_700_command_slot *slot = local
1599 struct NCR_700_command_slot *slot = (SCp == NULL) ? NULL : local
1756 struct NCR_700_command_slot *slot; local
1917 struct NCR_700_command_slot *slot; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dkprobes.c84 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, argument
91 p->ainsn.slot = slot;
104 if (bundle_encoding[template][slot] == B) {
120 } else if (bundle_encoding[template][slot] == X) {
137 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, argument
144 if (!((bundle_encoding[template][slot] == I) ||
145 (bundle_encoding[template][slot] == M)))
173 static int __kprobes unsupported_inst(uint template, uint slot, argument
181 if (is_cmp_ctype_unc_inst(template, slot, major_opcod
284 prepare_break_inst(uint template, uint slot, uint major_opcode, unsigned long kprobe_inst, struct kprobe *p, int qp) argument
320 get_kprobe_inst(bundle_t *bundle, uint slot, unsigned long *kprobe_inst, uint *major_opcode) argument
353 valid_kprobe_addr(int template, int slot, unsigned long addr) argument
486 unsigned int slot = addr & 0xf, template, major_opcode = 0; local
585 int slot = ((unsigned long)p->addr & 0xf); local
651 unsigned long slot = (unsigned long)p->addr & 0xf; local
670 unsigned int slot = ia64_psr(regs)->ri; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_dma.c48 static inline int next_slot(struct bcm43xx_dmaring *ring, int slot) argument
50 assert(slot >= -1 && slot <= ring->nr_slots - 1);
51 if (slot == ring->nr_slots - 1)
53 return slot + 1;
56 static inline int prev_slot(struct bcm43xx_dmaring *ring, int slot) argument
58 assert(slot >= 0 && slot <= ring->nr_slots - 1);
59 if (slot == 0)
61 return slot
68 int slot; local
95 return_slot(struct bcm43xx_dmaring *ring, int slot) argument
370 int slot; local
858 generate_cookie(struct bcm43xx_dmaring *ring, int slot) argument
897 parse_cookie(struct bcm43xx_private *bcm, u16 cookie, int *slot) argument
931 dmacontroller_poke_tx(struct bcm43xx_dmaring *ring, int slot) argument
955 int slot; local
1051 int slot; local
1082 dma_rx(struct bcm43xx_dmaring *ring, int *slot) argument
1198 int slot, current_slot; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dgrip_mp.c76 #define IO_SLOT_CHANGE 0x0800 /* Multiport physical slot status changed */
353 * B21-B24 => multiport slot index (1-4)
365 int slot; local
383 slot = ((packet >> 21) & 0xf) - 1;
384 if ((slot < 0) || (slot > 3))
387 port = grip->port[slot];
398 printk(KERN_INFO "grip_mp: removing %s, slot %d\n",
399 grip_name[port->mode], slot);
403 dbg("Reset: grip multiport slot
453 int flags, slot, invalid = 0, active = 0; local
512 report_slot(struct grip_mp *grip, int slot) argument
586 register_slot(int slot, struct grip_mp *grip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dnamei.c17 int slot, namelen; local
43 for(slot = 0; slot < dirblock->slots; slot++) {
44 dirslot = (struct efs_dentry *) (((char *) bh->b_data) + EFS_SLOTAT(dirblock, slot));

Completed in 309 milliseconds

1234567891011>>