Home
last modified time | relevance | path

Searched refs:in8 (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/input/
H A Di8042.c21 #define in8(p) inb(p) macro
58 while ((in8(I8042_STS_REG) & STATUS_IBF) && kbd_timeout--) in kbd_input_empty()
68 while (((in8(I8042_STS_REG) & STATUS_OBF) == 0) && kbd_timeout--) in kbd_output_full()
104 return in8(reg); in kbd_read()
168 return in8(I8042_STS_REG) != 0xff; in kbd_controller_present()
193 while (timeout > 0 && !(in8(I8042_STS_REG) & STATUS_OBF)) { in i8042_flush()
199 if (in8(I8042_STS_REG) & STATUS_OBF) in i8042_flush()
200 in8(I8042_DATA_REG); in i8042_flush()
224 if ((in8(I8042_STS_REG) & STATUS_OBF) == 0) { in i8042_kbd_check()
231 scan_code = in8(I8042_DATA_REG); in i8042_kbd_check()
/rk3399_rockchip-uboot/drivers/rtc/
H A Dmc146818.c19 #define in8(p) inb(p) macro
55 return in8(CONFIG_SYS_RTC_REG_BASE_ADDR + reg); in mc146818_read8()
65 return in8(RTC_PORT_MC146818 + ofs + 1); in mc146818_read8()
H A Dmk48t59.c26 return in8(RTC_PORT_DATA); in rtc_read()
40 return in8(RTC(reg)); in rtc_read()
H A Dds174x.c162 uchar val = in8( addr ); in rtc_read()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dppc.h64 unsigned char in8(unsigned int);
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S553 .globl in8 symbol
554 in8: label
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1433 .globl in8 symbol
1434 in8: label