Home
last modified time | relevance | path

Searched refs:scode (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/dio/
A Ddio.c118 int scode, id; in dio_find() local
121 for (scode = 0; scode < DIO_SCMAX; scode++) { in dio_find()
133 if (scode < DIOII_SCBASE) in dio_find()
140 if (scode >= DIOII_SCBASE) in dio_find()
156 return scode; in dio_find()
168 int scode; in dio_init() local
193 for (scode = 0; scode < DIO_SCMAX; ++scode) in dio_init()
207 if (scode < DIOII_SCBASE) in dio_init()
227 dev->scode = scode; in dio_init()
248 if (scode >= DIOII_SCBASE) in dio_init()
[all …]
/linux/include/linux/
A Ddio.h48 int scode; member
120 #define DIO_SCINHOLE(scode) (((scode) >= 32) && ((scode) < DIOII_SCBASE)) argument
121 #define DIO_ISDIOII(scode) ((scode) >= 132 && (scode) < 256) argument
136 #define DIO_SIZE(scode, base) (DIO_ISDIOII((scode)) ? DIOII_SIZE((base)) : DIO_DEVSIZE) argument
244 extern unsigned long dio_scodetophysaddr(int scode);
/linux/drivers/tty/serial/8250/
A D8250_hp300.c93 int scode; in hp300_setup_serial_console() local
104 scode = hp300_uart_scode; in hp300_setup_serial_console()
112 if (scode == 256) { in hp300_setup_serial_console()
127 unsigned long pa = dio_scodetophysaddr(scode); in hp300_setup_serial_console()
131 pr_info("Serial console is HP DCA at select code %d\n", scode); in hp300_setup_serial_console()
164 if (hp300_uart_scode == d->scode) { in hpdca_init_one()
185 d->scode, uart.port.irq); in hpdca_init_one()
/linux/drivers/video/fbdev/
A Dhpfb.c337 if (d->scode >= DIOII_SCBASE) { in hpfb_dio_probe()
343 "(secondary id %02x)\n", d->scode, (d->id >> 8) & 0xff); in hpfb_dio_probe()
345 if (d->scode >= DIOII_SCBASE) in hpfb_dio_probe()
355 if (d->scode >= DIOII_SCBASE) in hpfb_remove_one()
/linux/drivers/input/keyboard/
A Dhilkbd.c114 unsigned char scode; in poll_finished() local
119 scode = hil_dev.data[1] >> 1; in poll_finished()
120 key = hphilkeyb_keycode[scode]; in poll_finished()
/linux/drivers/media/tuners/
A Dtuner-xc2028.c654 v4l2_std_id *id, __u16 int_freq, int scode) in load_scode() argument
679 if (priv->firm[pos].size != 12 * 16 || scode >= 16) in load_scode()
681 p += 12 * scode; in load_scode()
685 if (priv->firm[pos].size != 14 * 16 || scode >= 16 || in load_scode()
686 le16_to_cpu(*(__le16 *)(p + 14 * scode)) != 12) in load_scode()
688 p += 14 * scode + 2; in load_scode()
A Dxc4000.c859 v4l2_std_id *id, __u16 int_freq, int scode) in load_scode() argument
885 if (priv->firm[pos].size != 12 * 16 || scode >= 16) in load_scode()
887 p += 12 * scode; in load_scode()
/linux/kernel/trace/
A Dtrace_probe.c556 struct fetch_insn *code, *scode, *tmp = NULL; in traceprobe_parse_probe_arg_body() local
699 scode = code; in traceprobe_parse_probe_arg_body()
711 if (scode->op != FETCH_OP_ST_MEM && in traceprobe_parse_probe_arg_body()
712 scode->op != FETCH_OP_ST_STRING && in traceprobe_parse_probe_arg_body()
713 scode->op != FETCH_OP_ST_USTRING) { in traceprobe_parse_probe_arg_body()
/linux/drivers/scsi/
A Dst.c360 u8 scode; in st_chk_result() local
374 scode = 0; in st_chk_result()
392 scode != NO_SENSE && in st_chk_result()
393 scode != RECOVERED_ERROR && in st_chk_result()
395 scode != BLANK_CHECK && in st_chk_result()
396 scode != VOLUME_OVERFLOW && in st_chk_result()
421 scode == RECOVERED_ERROR in st_chk_result()
1000 if (scode == NOT_READY) { in test_ready()
1622 int undone, retry_eot = 0, scode; in st_write() local
1796 scode == VOLUME_OVERFLOW) in st_write()
[all …]
/linux/arch/sparc/kernel/
A Dtraps_64.c486 unsigned short scode; in spitfire_log_udb_syndrome() local
490 scode = ecc_syndrome_table[udbl & 0xff]; in spitfire_log_udb_syndrome()
491 if (sprintf_dimm(scode, afar, memmod_str, sizeof(memmod_str)) < 0) in spitfire_log_udb_syndrome()
497 smp_processor_id(), scode, p); in spitfire_log_udb_syndrome()
501 scode = ecc_syndrome_table[udbh & 0xff]; in spitfire_log_udb_syndrome()
502 if (sprintf_dimm(scode, afar, memmod_str, sizeof(memmod_str)) < 0) in spitfire_log_udb_syndrome()
508 smp_processor_id(), scode, p); in spitfire_log_udb_syndrome()
/linux/drivers/net/ethernet/amd/
A Dhplance.c106 dev->name, d->name, d->scode, dev->dev_addr, d->ipl); in hplance_init_one()
/linux/drivers/net/can/
A Dgrcan.c50 u32 scode; /* 0x1c - CanCODE */ member

Completed in 35 milliseconds