| /openbmc/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | lpc.c | 131 u8 reg8; in pch_power_options() local 180 reg8 = inb(0x61); in pch_power_options() 181 reg8 &= 0x0f; /* Higher Nibble must be 0 */ in pch_power_options() 182 reg8 &= ~(1 << 3); /* IOCHK# NMI Enable */ in pch_power_options() 183 reg8 |= (1 << 2); /* PCI SERR# Disable for now */ in pch_power_options() 184 outb(reg8, 0x61); in pch_power_options() 186 reg8 = inb(0x70); in pch_power_options() 191 reg8 &= ~(1 << 7); /* Set NMI. */ in pch_power_options() 195 reg8 |= (1 << 7); in pch_power_options() 197 outb(reg8, 0x70); in pch_power_options() [all …]
|
| H A D | northbridge.c | 213 u8 reg8; in bd82x6x_northbridge_early_init() local 218 dm_pci_read_config8(dev, 0xf3, ®8); in bd82x6x_northbridge_early_init() 219 reg8 &= ~7; /* Clear 2:0 */ in bd82x6x_northbridge_early_init() 222 reg8 |= 1; /* Set bit 0 */ in bd82x6x_northbridge_early_init() 224 dm_pci_write_config8(dev, 0xf3, reg8); in bd82x6x_northbridge_early_init()
|
| /openbmc/u-boot/board/freescale/mpc8349itx/ |
| H A D | pci.c | 69 u8 reg8; in pci_init_board() local 74 if ((i2c_read(CONFIG_SYS_I2C_8574_ADDR2, 0, 0, ®8, sizeof(reg8)) == 0) || in pci_init_board() 75 (i2c_read(CONFIG_SYS_I2C_8574A_ADDR2, 0, 0, ®8, sizeof(reg8)) == 0)) { in pci_init_board() 76 if (reg8 & I2C_8574_PCI66) in pci_init_board()
|
| /openbmc/u-boot/board/esd/vme8349/ |
| H A D | pci.c | 57 u8 reg8; in pci_init_board() local 62 if ((i2c_read(CONFIG_SYS_I2C_8574_ADDR2, 0, 0, ®8, 1) == 0) || in pci_init_board() 63 (i2c_read(0x38 , 0, 0, ®8, 1) == 0)) { in pci_init_board() 64 if (reg8 & 0x40) { in pci_init_board() 71 if (((reg8 & 0x01) == 0) || ((reg8 & 0x02) == 0)) in pci_init_board()
|
| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | lpc.c | 21 u8 reg8; in enable_spi_prefetch() local 23 dm_pci_read_config8(pch, 0xdc, ®8); in enable_spi_prefetch() 24 reg8 &= ~(3 << 2); in enable_spi_prefetch() 25 reg8 |= (2 << 2); /* Prefetching and Caching Enabled */ in enable_spi_prefetch() 26 dm_pci_write_config8(pch, 0xdc, reg8); in enable_spi_prefetch()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ivybridge_igd.c | 657 u8 reg8; in sandybridge_setup_graphics() local 690 dm_pci_read_config8(video_dev, MSAC, ®8); in sandybridge_setup_graphics() 691 reg8 &= ~0x06; in sandybridge_setup_graphics() 692 reg8 |= 0x02; in sandybridge_setup_graphics() 693 dm_pci_write_config8(video_dev, MSAC, reg8); in sandybridge_setup_graphics()
|
| /openbmc/u-boot/drivers/sound/ |
| H A D | hda_codec.c | 150 uint reg8; in hda_codec_detect() local 160 reg8 = readb(®s->statests) & 0xf; in hda_codec_detect() 161 if (!reg8) in hda_codec_detect() 164 return reg8; in hda_codec_detect()
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | memcpy.S | 24 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 25 ldmia \ptr!, {\reg1, \reg2, \reg3, \reg4, \reg5, \reg6, \reg7, \reg8} 36 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 37 stmia \ptr!, {\reg1, \reg2, \reg3, \reg4, \reg5, \reg6, \reg7, \reg8}
|
| /openbmc/u-boot/board/gdsys/common/ |
| H A D | osd.c | 203 u8 reg0, reg4, reg8, reg12, reg18, reg20; in ics8n3qv01_set() local 221 reg8 = mfrac >> 1; in ics8n3qv01_set() 222 i2c_reg_write(ICS8N3QV01_I2C_ADDR, 8, reg8); in ics8n3qv01_set()
|
| /openbmc/u-boot/include/ |
| H A D | ns16550.h | 77 UART_REG(reg8); /* 8 */
|