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

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dmem_refcnt.c192 rcb_slot_t slot[MAX_MEM_SLOTS]; local
199 slot[s].base = (uint64_t)ctob(slot_getbasepfn(node, s));
201 slot[s].size = (uint64_t)ctob(slot_getsize(node, s));
203 slot[s].size = (uint64_t)1;
206 if (COPYOUT(&slot[0], arg, nslots * sizeof(rcb_slot_t))) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dprofile.c239 int net_profile_register(struct net_profile_slot *slot) argument
242 slot->next = net_profile_chain;
243 net_profile_chain = slot;
248 int net_profile_unregister(struct net_profile_slot *slot) argument
253 if (s == slot) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_hpc.c87 #define WPG_1ST_SLOT_INDEX 0x01 // index - 1st slot for ctlr
89 #define WPG_1ST_EXTSLOT_INDEX 0x10 // index - 1st ext slot for ctlr
117 static int update_slot (struct slot *, u8);
118 static int process_changeinstatus (struct slot *, struct slot *);
537 int ibmphp_hpc_readslot (struct slot * pslot, u8 cmd, u8 * pstatus)
591 // update the slot structure
602 // DO NOT update the slot structure
607 // DO NOT update the slot structure
612 // DO NOT update the slot structur
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c527.c155 int slot; member in struct:mc32_local
266 * mc32_probe1 - Check a given slot for a board and test the card
268 * @slot: The MCA bus slot being used by this card
270 * Decode the slot data and configure the card structures. Having done this we
276 static int __init mc32_probe1(struct net_device *dev, int slot) argument
318 printk(KERN_INFO "%s: %s found in slot %d:", dev->name, cardname, slot);
320 POS = mca_read_stored_pos(slot, 2);
332 POS = mca_read_stored_pos(slot,
1752 int slot; local
[all...]
H A D3c523.c224 volatile int slot; member in struct:priv
383 static int elmc_getinfo(char *buf, int slot, void *d) argument
416 static int slot; local
431 slot = mca_find_adapter(ELMC_MCA_ID, 0);
432 while (slot != -1) {
433 status = mca_read_stored_pos(slot, 2);
446 slot = mca_find_adapter(ELMC_MCA_ID, slot + 1);
450 slot = mca_find_adapter(ELMC_MCA_ID, slot
[all...]
H A Dne2.c140 static int ne2_probe1(struct net_device *dev, int slot);
281 static int ne2_procinfo(char *buf, int slot, struct net_device *dev) argument
304 static int __init ne2_probe1(struct net_device *dev, int slot) argument
316 printk("NE/2 ethercard found in slot %d:", slot);
319 POS = mca_read_stored_pos(slot, 2);
327 if (mca_read_stored_pos(slot, 0) == 0xea) {
425 if (mca_read_stored_pos(slot, 0) == 0xea) {
467 mca_set_adapter_procfn(slot, (MCA_ProcFn) ne2_procinfo, dev);
485 ei_status.priv = slot;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/nubus/
H A Dproc.c39 dev->board->slot,
105 dev->board->slot, ent.type);
133 sprintf(name, "%x", dev->board->slot);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev96100/
H A Dint-handler.S27 move a1, sp # delay slot
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Ddtlb_base.S75 nop ! delay slot
80 nop ! Delay-slot
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Di82365.h133 #define I365_REG(slot, reg) (((slot) << 6) + reg)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Deisa_eeprom.h18 #define HPEE_SLOT_INFO(slot) (20+(48*slot))
42 /* bits 0..3 are the duplicate slot id */
66 * in the parsed slot data area */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dmachdep.h23 void (*hpte_invalidate)(unsigned long slot,
27 long (*hpte_updatepp)(unsigned long slot,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Deisa_eeprom.h18 #define HPEE_SLOT_INFO(slot) (20+(48*slot))
42 /* bits 0..3 are the duplicate slot id */
66 * in the parsed slot data area */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dmachdep.h23 void (*hpte_invalidate)(unsigned long slot,
27 long (*hpte_updatepp)(unsigned long slot,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dultrastor.c124 * Release ICM slot by clearing first byte on 24F.
238 /* The slot number is used to distinguish the 24F (slot != 0) from
239 the 14F and 34F (slot == 0). */
240 unsigned char slot; member in struct:ultrastor_config
535 /* probe each EISA slot at slot address C80 */
547 config.slot = i;
551 printk("U24F: found disabled card in slot %u\n", i);
556 printk("U24F: found card in slot
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dpci-x86_64.h51 u8 slot; /* Slot number, 0=onboard */ member in struct:irq_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/h/
H A Dtargethw.h86 short slot ; /* slot number */ member in struct:s_smt_hw
95 short slot_32 ; /* 32bit slot (1) or 16bit slot (0) */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-footbridge/
H A Dnetwinder-pci.c17 static int __init netwinder_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dpci-i386.h48 u8 slot; /* Slot number, 0=onboard */ member in struct:irq_info
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirlap_event.h127 int slot; /* Random chosen slot */ member in struct:irlap_info
128 int s; /* Current slot */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirlap_event.h127 int slot; /* Random chosen slot */ member in struct:irlap_info
128 int s; /* Current slot */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsun4d_irq.c211 unsigned mask, slot; local
222 /* Loop for each pending SBI slot */
223 for (slot = (1 << sbil); mask; slot <<= 1, actionp++)
224 if (mask & slot) {
225 mask &= ~slot;
234 release_sbi(SBI2DEVID(sbino), slot); local
248 return ((sdev->bus->board + 1) << 5) + (sbusl << 2) + sdev->slot;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dialloc.c40 * into the specified slot in the superblock's bitmap cache.
80 int i, slot = 0; local
95 slot = block_group;
96 bh = sbi->s_inode_bitmap[slot];
99 if (sbi->s_inode_bitmap_number[slot] == slot)
125 sbi->s_inode_bitmap_number[slot] = block_group;
126 sbi->s_inode_bitmap[slot] = bh;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dklconflib.c112 find_lboard_modslot(lboard_t *start, moduleid_t mod, slotid_t slot) argument
117 (start->brd_slot == slot))
208 is_master_baseio(nasid_t nasid,moduleid_t module,slotid_t slot) argument
214 * (e.g. iograph.c) and let them pass in a slot if they want
218 board = find_lboard_modslot((lboard_t *)KL_CONFIG_INFO(nasid), module, slot);
233 module, slot);
247 get_board_name(nasid_t nasid, moduleid_t mod, slotid_t slot, char *name) argument
252 mod, slot);
261 mod, slot);
439 slotid_t slot; local
[all...]
H A Dpci_bus_cvlink.c99 * devfn_to_vertex() - returns the vertex of the device given the bus, slot,
106 int slot = 0; local
129 * Go get the slot&function vertex.
132 slot = PCI_SLOT(devfn);
140 sprintf(name, "%d", slot);
153 sprintf(name, "%d%c", slot, 'a'+func);
502 int slot = PCI_SLOT(device_dev->devfn); local
512 intr_test_register_irq(irq, pcibr_soft, slot);
526 * (rack/slot etc.) starting from HUB_WIDGET_ID_MAX down to

Completed in 128 milliseconds

1234567891011>>