Home
last modified time | relevance | path

Searched refs:andvalue (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/x86/cpu/broadwell/
Diobp.c108 int pch_iobp_update(u32 address, u32 andvalue, u32 orvalue) in pch_iobp_update() argument
113 data &= andvalue; in pch_iobp_update()
/external/u-boot/arch/x86/cpu/ivybridge/
Dbd82x6x.c110 void pch_iobp_update(struct udevice *dev, u32 address, u32 andvalue, in pch_iobp_update() argument
138 data &= andvalue; in pch_iobp_update()
/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dpch.h149 int pch_iobp_update(u32 address, u32 andvalue, u32 orvalue);
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dpch.h395 void pch_iobp_update(struct udevice *dev, u32 address, u32 andvalue,