Searched refs:scode (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/dio/
H A Ddio.c12 * void *dio_scodetoviraddr(int scode)
15 * int dio_scodetoipl(int scode)
18 * const char *dio_scodetoname(int scode)
21 * void dio_config_board(int scode) mark board as configured in the list
22 * void dio_unconfig_board(int scode) mark board as no longer configured
100 int scode; /* select code of this board */ member in struct:dioboard
115 int scode; local
118 for (scode = 0; scode < DIO_SCMAX; scode
162 int scode; local
217 dio_scodetoviraddr(int scode) argument
234 dio_scodetoipl(int scode) argument
250 dio_scodetoname(int scode) argument
266 dio_config_board(int scode) argument
281 dio_unconfig_board(int scode) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Ddio.h52 #define DIO_ISIHPIB(scode) ((scode) == DIO_IHPIBSCODE)
54 #define DIO_ISIHPIB(scode) 0
72 #define DIO_SCINHOLE(scode) (((scode) >= 32) && ((scode) < DIOII_SCBASE))
87 #define DIO_SIZE(scode, base) (DIO_ISDIOII((scode)) ? DIOII_SIZE((base)) : DIO_DEVSIZE)
197 extern void *dio_scodetoviraddr(int scode);
198 extern int dio_scodetoipl(int scode);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Ddio.h52 #define DIO_ISIHPIB(scode) ((scode) == DIO_IHPIBSCODE)
54 #define DIO_ISIHPIB(scode) 0
72 #define DIO_SCINHOLE(scode) (((scode) >= 32) && ((scode) < DIOII_SCBASE))
87 #define DIO_SIZE(scode, base) (DIO_ISDIOII((scode)) ? DIOII_SIZE((base)) : DIO_DEVSIZE)
197 extern void *dio_scodetoviraddr(int scode);
198 extern int dio_scodetoipl(int scode);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dhplance.c48 unsigned int scode; member in struct:hplance_private
58 static int hplance_init(struct net_device *dev, int scode);
81 int v, scode = dio_find(DIO_ID_LAN); local
83 if (!scode)
90 v = hplance_init(dev, scode);
101 static int __init hplance_init(struct net_device *dev, int scode) argument
103 const char *name = dio_scodetoname(scode);
104 void *va = dio_scodetoviraddr(scode);
120 printk("%s: %s; select code %d, addr", dev->name, name, scode);
151 lp->lance.irq = dio_scodetoipl(scode);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhilkbd.c155 unsigned char scode; local
160 scode = hil_dev.data[1] >> 1;
161 key = hil_kbd_set1[scode & 0x7f];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dtraps.c327 unsigned short scode, udb_reg; local
339 scode = ecc_syndrome_table[udb_reg & 0xff];
340 if (prom_getunumber(scode, afar,
347 smp_processor_id(), scode, p);
352 scode = ecc_syndrome_table[udb_reg & 0xff];
353 if (prom_getunumber(scode, afar,
360 smp_processor_id(), scode, p);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/hp300/
H A Dhil.c227 unsigned char scode = poll.data[1] >> 1; local
228 handle_scancode(scode, down);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dst.c243 unsigned char *sense = SRpnt->sr_sense_buffer, scode;
252 scode = sense[2] & 0x0f;
255 scode = 0;
271 scode != NO_SENSE &&
272 scode != RECOVERED_ERROR &&
273 /* scode != UNIT_ATTENTION && */
274 scode != BLANK_CHECK &&
275 scode != VOLUME_OVERFLOW &&
300 scode == RECOVERED_ERROR
662 int attentions, waits, max_wait, scode;
241 unsigned char *sense = SRpnt->sr_sense_buffer, scode; local
658 int attentions, waits, max_wait, scode; local
[all...]
H A Dosst.c191 unsigned char * sense = SRpnt->sr_sense_buffer, scode;
201 scode = sense[2] & 0x0f;
204 scode = 0;
221 scode != NO_SENSE &&
222 scode != RECOVERED_ERROR &&
223 /* scode != UNIT_ATTENTION && */
224 scode != BLANK_CHECK &&
225 scode != VOLUME_OVERFLOW &&
249 scode == RECOVERED_ERROR) {
190 unsigned char * sense = SRpnt->sr_sense_buffer, scode; local
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dirixelf.c480 unsigned int *scode, unsigned int *ebss,
507 if(epp->p_vaddr < *scode)
508 *scode = epp->p_vaddr;
478 map_executable(struct file *fp, struct elf_phdr *epp, int pnum, unsigned int *estack, unsigned int *laddr, unsigned int *scode, unsigned int *ebss, unsigned int *ecode, unsigned int *edata, unsigned int *ebrk) argument

Completed in 249 milliseconds