Home
last modified time | relevance | path

Searched refs:inb (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dparport_pc.h73 unsigned char val = inb (DATA (p)); in parport_pc_read_data()
85 unsigned char ecr = inb (ECONTROL (p)); in dump_parport_state()
86 unsigned char dcr = inb (CONTROL (p)); in dump_parport_state()
87 unsigned char dsr = inb (STATUS (p)); in dump_parport_state()
100 dcr = i ? priv->ctr : inb (CONTROL (p)); in dump_parport_state()
213 return inb(STATUS(p)); in parport_pc_read_status()
Dvia-core.h191 return inb(port + 1); in via_read_reg()
205 old = inb(port + 1); in via_write_reg_mask()
214 u8 old = inb(VIA_MISC_REG_READ); in via_write_misc_reg_mask()
Dlogic_pio.h57 #ifndef inb
58 #define inb logic_inb macro
Dscc.h23 #define Inb(port) inb(port)
Dgameport.h179 return inb(gameport->io); in gameport_read()
/include/sound/
Dsb.h267 inb(SBP(chip, DATA_AVAIL)); in snd_sb_ack_8bit()
272 inb(SBP(chip, DATA_AVAIL_16)); in snd_sb_ack_16bit()
Dgus.h455 return inb(GUSP(gus, MIDISTAT)); in snd_gf1_uart_stat()
465 return inb(GUSP(gus, MIDIDATA)); in snd_gf1_uart_get()
/include/asm-generic/
Dio.h530 #if !defined(inb) && !defined(_inb)
601 #ifndef inb
602 #define inb _inb macro
629 return inb(addr); in inb_p()