Home
last modified time | relevance | path

Searched refs:in8 (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/drivers/input/
H A Di8042.c20 #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 Dmc146818.c18 #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 Dmk48t59.c25 return in8(RTC_PORT_DATA); in rtc_read()
39 return in8(RTC(reg)); in rtc_read()
H A Dds174x.c159 uchar val = in8( addr ); in rtc_read()
/openbmc/linux/drivers/hwmon/
H A Dasc7621.c824 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 Dppc.h60 unsigned char in8(unsigned int);
/openbmc/linux/Documentation/hwmon/
H A Dpowr1220.rst45 in8 VMON9
H A Dw83795.rst48 21 VSEN9 18h in8
H A Dw83627hf.rst119 74 VBAT 51h (bank 5) in8
H A Dit87.rst301 2.8 volts with a resolution of 0.0109 volt. The battery voltage in8 does not
308 * in8 (always)
H A Dw83792d.rst98 20 in8
H A Dw83791d.rst165 in8 (VBAT) 0x100000 0x020000 <== mismatch
H A Df71805f.rst91 in8 VIN8 VSB5V 200K 47K 1.00 0.95 V
H A Dpc87360.rst153 external. Some of them (in7:Vsb, in8:Vdd and in10:AVdd) are divided by two
H A Dlm93.rst38 Configures in7 and in8 limit type, where 0 means absolute and non-zero
H A Dw83781d.rst170 0x020000 in8 (W83782D only)
/openbmc/linux/include/sound/
H A Dvx_core.h76 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 Dvx222_ops.c992 .in8 = vx2_inb,
1012 .in8 = vx2_inb,
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S552 .globl in8
553 in8: label
/openbmc/linux/sound/pcmcia/vx/
H A Dvxp_ops.c587 .in8 = vxp_inb,
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1435 .globl in8
1436 in8: label