| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | i8042.c | 21 #define in8(p) inb(p) macro 58 while ((in8(I8042_STS_REG) & STATUS_IBF) && kbd_timeout--) in kbd_input_empty() 68 while (((in8(I8042_STS_REG) & STATUS_OBF) == 0) && kbd_timeout--) in kbd_output_full() 104 return in8(reg); in kbd_read() 168 return in8(I8042_STS_REG) != 0xff; in kbd_controller_present() 193 while (timeout > 0 && !(in8(I8042_STS_REG) & STATUS_OBF)) { in i8042_flush() 199 if (in8(I8042_STS_REG) & STATUS_OBF) in i8042_flush() 200 in8(I8042_DATA_REG); in i8042_flush() 224 if ((in8(I8042_STS_REG) & STATUS_OBF) == 0) { in i8042_kbd_check() 231 scan_code = in8(I8042_DATA_REG); in i8042_kbd_check()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | smm665.c | 406 SMM665_ATTR(in8, input, SMM665_MISC16_ADC_DATA_F); 418 SMM665_ATTR(in8, min, SMM665_MISC16_ADC_DATA_F); 430 SMM665_ATTR(in8, max, SMM665_MISC16_ADC_DATA_F); 442 SMM665_ATTR(in8, lcrit, SMM665_MISC16_ADC_DATA_F); 454 SMM665_ATTR(in8, crit, SMM665_MISC16_ADC_DATA_F); 466 SMM665_ATTR(in8, crit_alarm, SMM665_FAULT_F);
|
| 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),
|
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | mc146818.c | 19 #define in8(p) inb(p) macro 55 return in8(CONFIG_SYS_RTC_REG_BASE_ADDR + reg); in mc146818_read8() 65 return in8(RTC_PORT_MC146818 + ofs + 1); in mc146818_read8()
|
| H A D | mk48t59.c | 26 return in8(RTC_PORT_DATA); in rtc_read() 40 return in8(RTC(reg)); in rtc_read()
|
| H A D | ds174x.c | 162 uchar val = in8( addr ); in rtc_read()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | ppc.h | 64 unsigned char in8(unsigned int);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | 264 2.8 volts with a resolution of 0.0109 volt. The battery voltage in8 does not 271 * in8 (always)
|
| H A D | w83791d.rst | 165 in8 (VBAT) 0x100000 0x020000 <== mismatch
|
| H A D | w83792d.rst | 98 20 in8
|
| 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)
|
| /OK3568_Linux_fs/kernel/sound/pci/vx222/ |
| H A D | vx222_ops.c | 988 .in8 = vx2_inb, 1008 .in8 = vx2_inb,
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | start.S | 553 .globl in8 symbol 554 in8: label
|
| /OK3568_Linux_fs/kernel/sound/pcmcia/vx/ |
| H A D | vxp_ops.c | 585 .in8 = vxp_inb,
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | start.S | 1433 .globl in8 symbol 1434 in8: label
|