Searched refs:out8 (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/drivers/rtc/ |
H 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()
|
H 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()
|
H A D | ds174x.c | 171 out8( addr, val ); in rtc_write()
|
/openbmc/linux/drivers/edac/ |
H A D | amd8111_edac.c | 254 u8 out8 = 0; in amd8111_lpc_bridge_init() local 256 out8 = AT_COMPAT_CLRSERR; in amd8111_lpc_bridge_init() 258 out8 |= AT_COMPAT_CLRIOCHK; in amd8111_lpc_bridge_init() 259 if (out8 > 0) in amd8111_lpc_bridge_init() 260 __do_outb(out8, REG_AT_COMPAT); in amd8111_lpc_bridge_init() 298 u8 out8 = 0; in amd8111_lpc_bridge_check() local 301 out8 = AT_COMPAT_CLRSERR; in amd8111_lpc_bridge_check() 303 out8 |= AT_COMPAT_CLRIOCHK; in amd8111_lpc_bridge_check() 304 if (out8 > 0) { in amd8111_lpc_bridge_check() 305 __do_outb(out8, REG_AT_COMPAT); in amd8111_lpc_bridge_check()
|
/openbmc/u-boot/drivers/input/ |
H A D | i8042.c | 21 #define out8(p, v) outb(v, p) macro 82 out8(I8042_DATA_REG, CMD_SET_KBD_LED); in i8042_kbd_update_leds() 84 out8(I8042_DATA_REG, leds & 0x7); in i8042_kbd_update_leds() 93 out8(reg, value); in kbd_write() 206 out8(I8042_CMD_REG, CMD_KBD_DIS); in i8042_disable()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | ppc.h | 61 void out8(unsigned int, unsigned char);
|
/openbmc/linux/include/sound/ |
H A D | vx_core.h | 78 void (*out8)(struct vx_core *chip, int reg, unsigned char val); member 237 chip->ops->out8(chip, reg, val); in snd_vx_outb()
|
/openbmc/linux/sound/pci/vx222/ |
H A D | vx222_ops.c | 994 .out8 = vx2_outb, 1014 .out8 = vx2_outb,
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | start.S | 561 .globl out8 562 out8: label
|
/openbmc/linux/sound/pcmcia/vx/ |
H A D | vxp_ops.c | 588 .out8 = vxp_outb,
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | start.S | 1444 .globl out8 1445 out8: label
|
/openbmc/linux/drivers/net/usb/ |
H A D | lan78xx.c | 4456 goto out8; in lan78xx_probe() 4471 out8: in lan78xx_probe()
|