/openbmc/u-boot/drivers/input/ |
H A D | i8042.c | 20 #define in8(p) inb(p) macro 57 while ((in8(I8042_STS_REG) & STATUS_IBF) && kbd_timeout--) in kbd_input_empty() 67 while (((in8(I8042_STS_REG) & STATUS_OBF) == 0) && kbd_timeout--) in kbd_output_full() 103 return in8(reg); in kbd_read() 167 return in8(I8042_STS_REG) != 0xff; in kbd_controller_present() 181 while (timeout > 0 && !(in8(I8042_STS_REG) & STATUS_OBF)) { in i8042_flush() 187 if (in8(I8042_STS_REG) & STATUS_OBF) in i8042_flush() 188 in8(I8042_DATA_REG); in i8042_flush() 218 if ((in8(I8042_STS_REG) & STATUS_OBF) == 0) { in i8042_kbd_check() 225 scan_code = in8(I8042_DATA_REG); in i8042_kbd_check()
|
/openbmc/u-boot/drivers/rtc/ |
H A D | mc146818.c | 18 #define in8(p) inb(p) macro 52 return in8(CONFIG_SYS_RTC_REG_BASE_ADDR + reg); in mc146818_read8() 62 return in8(RTC_PORT_MC146818 + ofs + 1); in mc146818_read8()
|
H A D | mk48t59.c | 25 return in8(RTC_PORT_DATA); in rtc_read() 39 return in8(RTC(reg)); in rtc_read()
|
H A D | ds174x.c | 159 uchar val = in8( addr ); in rtc_read()
|
/openbmc/linux/drivers/hwmon/ |
H A D | asc7621.c | 824 PWRITE(in0_min, 0, PRI_LOW, 0x44, 0, 0, 0, in8), 825 PWRITE(in1_min, 1, PRI_LOW, 0x46, 0, 0, 0, in8), 826 PWRITE(in2_min, 2, PRI_LOW, 0x48, 0, 0, 0, in8), 827 PWRITE(in3_min, 3, PRI_LOW, 0x4a, 0, 0, 0, in8), 828 PWRITE(in4_min, 4, PRI_LOW, 0x4c, 0, 0, 0, in8), 830 PWRITE(in0_max, 0, PRI_LOW, 0x45, 0, 0, 0, in8), 831 PWRITE(in1_max, 1, PRI_LOW, 0x47, 0, 0, 0, in8), 832 PWRITE(in2_max, 2, PRI_LOW, 0x49, 0, 0, 0, in8), 833 PWRITE(in3_max, 3, PRI_LOW, 0x4b, 0, 0, 0, in8), 834 PWRITE(in4_max, 4, PRI_LOW, 0x4d, 0, 0, 0, in8),
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | ppc.h | 60 unsigned char in8(unsigned int);
|
/openbmc/linux/Documentation/hwmon/ |
H A D | powr1220.rst | 45 in8 VMON9
|
H A D | w83795.rst | 48 21 VSEN9 18h in8
|
H A D | w83627hf.rst | 119 74 VBAT 51h (bank 5) in8
|
H A D | it87.rst | 301 2.8 volts with a resolution of 0.0109 volt. The battery voltage in8 does not 308 * in8 (always)
|
H A D | w83792d.rst | 98 20 in8
|
H A D | w83791d.rst | 165 in8 (VBAT) 0x100000 0x020000 <== mismatch
|
H A D | f71805f.rst | 91 in8 VIN8 VSB5V 200K 47K 1.00 0.95 V
|
H A D | pc87360.rst | 153 external. Some of them (in7:Vsb, in8:Vdd and in10:AVdd) are divided by two
|
H A D | lm93.rst | 38 Configures in7 and in8 limit type, where 0 means absolute and non-zero
|
H A D | w83781d.rst | 170 0x020000 in8 (W83782D only)
|
/openbmc/linux/include/sound/ |
H A D | vx_core.h | 76 unsigned char (*in8)(struct vx_core *chip, int reg); member 227 return chip->ops->in8(chip, reg); in snd_vx_inb()
|
/openbmc/linux/sound/pci/vx222/ |
H A D | vx222_ops.c | 992 .in8 = vx2_inb, 1012 .in8 = vx2_inb,
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | start.S | 552 .globl in8 553 in8: label
|
/openbmc/linux/sound/pcmcia/vx/ |
H A D | vxp_ops.c | 587 .in8 = vxp_inb,
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | start.S | 1435 .globl in8 1436 in8: label
|