Home
last modified time | relevance | path

Searched refs:RCBA32_AND_OR (Results 1 – 15 of 15) sorted by relevance

/external/coreboot/src/southbridge/intel/bd82x6x/
Dlpc.c251 RCBA32_AND_OR(CIR30, ~0U, (1 << 6)|(1 << 0)); in cpt_pm_init()
252 RCBA32_AND_OR(CIR5, ~0U, (1 << 0)); in cpt_pm_init()
256 RCBA32_AND_OR(CIR6, ~0U, (1 << 5)|(1 << 18)); in cpt_pm_init()
257 RCBA32_AND_OR(CIR9, ~0U, (1 << 15)|(1 << 1)); in cpt_pm_init()
258 RCBA32_AND_OR(CIR7, ~0x1f, 0xf); in cpt_pm_init()
261 RCBA32_AND_OR(CIR10, ~0U, 0xfffff); in cpt_pm_init()
262 RCBA32_AND_OR(CIR11, ~0U, (1 << 1)); in cpt_pm_init()
274 RCBA32_AND_OR(CIR22, 0xf000f000, 0x00670060); in cpt_pm_init()
278 RCBA32_AND_OR(CIR28, ~0x0000ffff, 0x00001001); in cpt_pm_init()
279 RCBA32_AND_OR(CIR28, ~0UL, (1 << 24)); /* SATA 2/3 disabled */ in cpt_pm_init()
[all …]
Dearly_thermal.c50 RCBA32_AND_OR(0x38b0, 0xffff8003, 0x403c); in early_thermal_init()
/external/coreboot/src/southbridge/intel/lynxpoint/
Dlpc.c292 RCBA32_AND_OR(0x21a4, ~(7 << 15 | 7 << 12), reg32); in configure_dmi_pm()
294 RCBA32_AND_OR(0x2348, ~0xf, 0); in configure_dmi_pm()
297 RCBA32_AND_OR(0x2304, ~(1 << 10), 0); in configure_dmi_pm()
401 RCBA32_AND_OR(0x232c, ~1, 0); in lpt_lp_pm_init()
403 RCBA32_AND_OR(0x1100, ~0xc000, 0xc000); in lpt_lp_pm_init()
407 RCBA32_AND_OR(0x2320, ~0x60, 0x10); in lpt_lp_pm_init()
490 RCBA32_AND_OR(0x2234, ~0, 0xf); in enable_clock_gating()
515 RCBA32_AND_OR(0x2234, ~0, 0xf); in enable_lp_clock_gating()
530 RCBA32_AND_OR(0x2614, ~0x74000000, 0x0a206500); in enable_lp_clock_gating()
Dearly_pch.c118 RCBA32_AND_OR(0x2340, ~(0xff << 0), 0x1b << 0); in early_pch_init()
119 RCBA32_AND_OR(0x2340, ~(0xff << 16), 0x3a << 16); in early_pch_init()
Dearly_pch_native.c145 RCBA32_AND_OR(0x2340, ~0x00ff0000, 0x3a << 16); in pch_dmi_setup_physical_layer()
160 RCBA32_AND_OR(CIR0050, ~(0xf << 20), 2 << 20); in pch_dmi_tc_vc_mapping()
Dbootblock.c58 RCBA32_AND_OR(HPTC, ~3, 1 << 7); in bootblock_early_southbridge_init()
Dsata.c188 RCBA32_AND_OR(0x333c, 0xffcfffff, 0x00c00000); in sata_init()
/external/coreboot/src/soc/intel/broadwell/pch/
Dlpc.c206 RCBA32_AND_OR(0x3f02, ~0xf, 0); in pch_misc_init()
227 RCBA32_AND_OR(0x232c, ~1, 0); in pch_pm_init_magic()
231 RCBA32_AND_OR(0x2320, ~0x60, 0x10); in pch_pm_init_magic()
235 RCBA32_AND_OR(0x3318, ~0x000f0330, 0x0dcf0400); in pch_pm_init_magic()
398 RCBA32_AND_OR(0x2614, ~0x64ff0000, 0x0a206500); in pch_cg_init()
429 RCBA32_AND_OR(0x3434, ~0x1f, 0x17); in pch_cg_init()
Dbootblock.c83 RCBA32_AND_OR(HPTC, ~3, 1 << 7); in pch_early_lpc()
Dsata.c242 RCBA32_AND_OR(0x333c, 0xffcfffff, 0x00c00000); in sata_init()
/external/coreboot/src/southbridge/intel/ibexpeak/
Dearly_usb.c25 RCBA32_AND_OR(USBIR0 + 4 * i, ~0xfff, currents[portmap[i].current]); in early_usb_init()
31 RCBA32_AND_OR(USBIRB, ~0x617f0, (3 << 17) | (1 << 12) | (1 << 10) in early_usb_init()
Dearly_cir.c38 RCBA32_AND_OR(CIR6, 0xff1fff7f, 0x600000); in pch_setup_cir()
Dlpc.c356 RCBA32_AND_OR(0x2234, ~0UL, 0xf); in enable_clock_gating()
394 RCBA32_AND_OR(0x2304, ~(1 << 10), 0); in pch_fixups()
/external/coreboot/src/southbridge/intel/i82801gx/
Dearly_cir.c21 RCBA32_AND_OR(0x3430, ~(3 << 0), 1 << 0); in ich7_setup_cir()
/external/coreboot/src/southbridge/intel/common/
Drcba.h21 #define RCBA32_AND_OR(x, and, or) RCBA_AND_OR(32, x, and, or) macro