Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H 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()
H 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()
H A Dds174x.c171 out8( addr, val ); in rtc_write()
/openbmc/linux/drivers/edac/
H A Damd8111_edac.c254 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 Di8042.c21 #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 Dppc.h61 void out8(unsigned int, unsigned char);
/openbmc/linux/include/sound/
H A Dvx_core.h78 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 Dvx222_ops.c994 .out8 = vx2_outb,
1014 .out8 = vx2_outb,
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S561 .globl out8
562 out8: label
/openbmc/linux/sound/pcmcia/vx/
H A Dvxp_ops.c588 .out8 = vxp_outb,
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1444 .globl out8
1445 out8: label
/openbmc/linux/drivers/net/usb/
H A Dlan78xx.c4456 goto out8; in lan78xx_probe()
4471 out8: in lan78xx_probe()