Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rtc/
H A Dmk48t59.c24 out8(RTC_PORT_ADDR0, reg & 0xFF); in rtc_read()
25 out8(RTC_PORT_ADDR1, (reg>>8) & 0xFF); in rtc_read()
31 out8(RTC_PORT_ADDR0, reg & 0xFF); in rtc_write()
32 out8(RTC_PORT_ADDR1, (reg>>8) & 0xFF); in rtc_write()
33 out8(RTC_PORT_DATA, val); in rtc_write()
45 out8(RTC(reg),val); in rtc_write()
H A Dmc146818.c20 #define out8(p, v) outb(v, p) macro
63 out8(RTC_PORT_MC146818 + ofs, reg); in mc146818_read8()
72 out8(CONFIG_SYS_RTC_REG_BASE_ADDR + reg, val); in mc146818_write8()
80 out8(RTC_PORT_MC146818 + ofs, reg); in mc146818_write8()
81 out8(RTC_PORT_MC146818 + ofs + 1, val); in mc146818_write8()
H A Dds174x.c174 out8( addr, val ); in rtc_write()
/rk3399_rockchip-uboot/drivers/input/
H A Di8042.c22 #define out8(p, v) outb(v, p) macro
83 out8(I8042_DATA_REG, CMD_SET_KBD_LED); in i8042_kbd_update_leds()
85 out8(I8042_DATA_REG, leds & 0x7); in i8042_kbd_update_leds()
94 out8(reg, value); in kbd_write()
212 out8(I8042_CMD_REG, CMD_KBD_DIS); in i8042_disable()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dppc.h65 void out8(unsigned int, unsigned char);
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S562 .globl out8 symbol
563 out8: label
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1442 .globl out8 symbol
1443 out8: label