Searched refs:out8 (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/rtc/ |
A D | mk48t59.c | 23 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 D | mc146818.c | 19 #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 D | ds174x.c | 171 out8( addr, val ); in rtc_write()
|
/u-boot/drivers/input/ |
A D | i8042.c | 25 #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 D | ppc.h | 61 void out8(unsigned int, unsigned char);
|
/u-boot/arch/powerpc/cpu/mpc86xx/ |
A D | start.S | 561 .globl out8 562 out8: label
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | start.S | 1411 .globl out8 1412 out8: label
|
Completed in 8 milliseconds