Home
last modified time | relevance | path

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

/u-boot/drivers/rtc/
A Dmk48t59.c23 out8(RTC_PORT_ADDR0, reg & 0xFF); in rtc_read()
24 out8(RTC_PORT_ADDR1, (reg>>8) & 0xFF); in rtc_read()
30 out8(RTC_PORT_ADDR0, reg & 0xFF); in rtc_write()
31 out8(RTC_PORT_ADDR1, (reg>>8) & 0xFF); in rtc_write()
32 out8(RTC_PORT_DATA, val); in rtc_write()
44 out8(RTC(reg),val); in rtc_write()
A Dmc146818.c19 #define out8(p, v) outb(v, p) macro
60 out8(RTC_PORT_MC146818 + ofs, reg); in mc146818_read8()
69 out8(CONFIG_SYS_RTC_REG_BASE_ADDR + reg, val); in mc146818_write8()
77 out8(RTC_PORT_MC146818 + ofs, reg); in mc146818_write8()
78 out8(RTC_PORT_MC146818 + ofs + 1, val); in mc146818_write8()
A Dds174x.c171 out8( addr, val ); in rtc_write()
/u-boot/drivers/input/
A Di8042.c25 #define out8(p, v) outb(v, p) macro
86 out8(I8042_DATA_REG, CMD_SET_KBD_LED); in i8042_kbd_update_leds()
88 out8(I8042_DATA_REG, leds & 0x7); in i8042_kbd_update_leds()
97 out8(reg, value); in kbd_write()
210 out8(I8042_CMD_REG, CMD_KBD_DIS); in i8042_disable()
/u-boot/arch/powerpc/include/asm/
A Dppc.h61 void out8(unsigned int, unsigned char);
/u-boot/arch/powerpc/cpu/mpc86xx/
A Dstart.S561 .globl out8
562 out8: label
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dstart.S1411 .globl out8
1412 out8: label

Completed in 8 milliseconds