Searched refs:out8 (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | mk48t59.c | 24 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 D | mc146818.c | 20 #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 D | ds174x.c | 174 out8( addr, val ); in rtc_write()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | i8042.c | 22 #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()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | ppc.h | 65 void out8(unsigned int, unsigned char);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/pci/vx222/ |
| H A D | vx222_ops.c | 990 .out8 = vx2_outb, 1010 .out8 = vx2_outb,
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | start.S | 562 .globl out8 symbol 563 out8: label
|
| /OK3568_Linux_fs/kernel/sound/pcmcia/vx/ |
| H A D | vxp_ops.c | 586 .out8 = vxp_outb,
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | start.S | 1442 .globl out8 symbol 1443 out8: label
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | inode.c | 2258 goto out8; in init_nfs_fs() 2312 out8: in init_nfs_fs()
|