Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 31) sorted by relevance

12

/linux-2.4.37.9/arch/mips/vr41xx/common/
Dicu.c346 static inline int set_sysint1_assign(unsigned int irq, unsigned char assign) in set_sysint1_assign() argument
362 intassign0 |= (uint16_t)assign; in set_sysint1_assign()
366 intassign0 |= (uint16_t)assign << 3; in set_sysint1_assign()
370 intassign0 |= (uint16_t)assign << 6; in set_sysint1_assign()
374 intassign0 |= (uint16_t)assign << 9; in set_sysint1_assign()
378 intassign0 |= (uint16_t)assign << 12; in set_sysint1_assign()
382 intassign1 |= (uint16_t)assign; in set_sysint1_assign()
386 intassign1 |= (uint16_t)assign << 6; in set_sysint1_assign()
390 intassign1 |= (uint16_t)assign << 9; in set_sysint1_assign()
396 sysint1_assign[pin] = assign; in set_sysint1_assign()
[all …]
/linux-2.4.37.9/drivers/isdn/eicon/
Dadapter.h94 byte assign; /* assign queue entry */ member
Didi.c134 card->e_tbl[e_no].next = card->assign; in assign_queue()
135 card->assign = e_no; in assign_queue()
153 e_no = (byte)card->assign; in get_assign()
/linux-2.4.37.9/Documentation/networking/
Dtuntap.txt44 right to assign network devices is NOT a good idea. Users could assign
Dframerelay.txt12 how many DLCIs you want to assign to each Frame Relay Access Device (FRAD).
Dcomx.txt206 you've named the interface). Do not assign any IP address to this interface
214 Now you can assign an IP address to this interface and set routes using it.
Dde4x5.txt60 line 5594 to reflect the I/O address you're using, or assign these when
D8139too.txt286 * Call pci_enable_device to wake up/assign resource to device,
/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-irq.c536 static int pcibios_lookup_irq(struct pci_dev *dev, int assign) in pcibios_lookup_irq() argument
578 if (!newirq && assign) { in pcibios_lookup_irq()
/linux-2.4.37.9/Documentation/
Ddigiboard.txt67 assign to this card or reserve if disabled.
126 number of devices to assign to this card.
Disapnp.txt155 dev->activate() must be called to assign free resources to resource members
Dkernel-parameters.txt513 assign-busses [IA-32] Always assign all PCI bus
Dmoxa-smartio206 assign it within driver's source code. If you will not
DIPMI.txt212 automatically assign the sequence number to the command and save the
/linux-2.4.37.9/arch/i386/kernel/
Dpci-irq.c944 static int pcibios_lookup_irq(struct pci_dev *dev, int assign) in pcibios_lookup_irq() argument
1003 if (!newirq && assign) { in pcibios_lookup_irq()
/linux-2.4.37.9/Documentation/x86_64/
Dboot-options.txt137 pci=assign-busses Assign busses
/linux-2.4.37.9/fs/umsdos/
Dspecs101 * would be used to assign the flag to a directory).
102 * I don't think it is useful to assign this flag
/linux-2.4.37.9/Documentation/vm/
Dbalance49 fancy, we could assign different weights to free pages in different
/linux-2.4.37.9/Documentation/s390/
D3270.txt234 assign this function to a PF key. To make PF7 cause job suspension,
249 PF11 rotates forward. You may assign the backward function to any PF
/linux-2.4.37.9/Documentation/video4linux/
DCQcam.txt86 modules, you might want to assign the different minor numbers to
/linux-2.4.37.9/Documentation/usb/
Dov511.txt256 DEFAULT: 0,0,0... (automatically assign the next available minor(s))
Dw9968cf.txt235 video_nr=-1,2,-1 would assign minor number 2 to the second
/linux-2.4.37.9/drivers/scsi/
DREADME.ibmmca214 the immediate assign command of the SCSI-subsystem for probing through
261 because the driver just won't assign everything with lun>0 when
280 The problem for this is, that Linux does not assign the SCSI-devices in the
630 standard to assign drive C: to SCSI-id 6, because it is the highest
1011 the immediate assign, which is of vital importance for
/linux-2.4.37.9/Documentation/crypto/
Ddescore-readme.txt247 do the arithmetic, so i assign these to explicit `m' register variables
/linux-2.4.37.9/Documentation/filesystems/
Dext2.txt156 The inode allocation code tries to assign inodes which are in the same

12