Searched refs:clear_bits (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
| H A D | board.c | 402 static void omap3_update_aux_cr(u32 set_bits, u32 clear_bits) in omap3_update_aux_cr() argument 408 acr &= ~clear_bits; in omap3_update_aux_cr()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 257 | 104 def clear_bits(self, bits): member in EmulatedBitmap 108 self.clear_bits({bit}) 111 self.clear_bits(GROUPS[n].bits(self.granularity))
|
| /openbmc/qemu/scripts/oss-fuzz/ |
| H A D | minimize_qtest_trace.py | 240 def clear_bits(newtrace, outpath): function 304 clear_bits(newtrace, outpath)
|
| /openbmc/u-boot/arch/arm/include/asm/arch-omap5/ |
| H A D | omap.h | 256 void clrset_spare_register(u8 spare_type, u32 clear_bits, u32 set_bits);
|
| /openbmc/u-boot/board/nokia/rx51/ |
| H A D | rx51.c | 361 static void omap3_update_aux_cr_secure_rx51(u32 set_bits, u32 clear_bits) in omap3_update_aux_cr_secure_rx51() argument 367 acr &= ~clear_bits; in omap3_update_aux_cr_secure_rx51()
|
| /openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | prcm-regs.c | 1018 void clrset_spare_register(u8 spare_type, u32 clear_bits, u32 set_bits) in clrset_spare_register() argument 1022 clrsetbits_le32(reg, clear_bits, set_bits); in clrset_spare_register()
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | fsl_qspi.c | 855 void qspi_cfg_smpr(struct fsl_qspi_priv *priv, u32 clear_bits, u32 set_bits) in qspi_cfg_smpr() argument 860 smpr_val &= ~clear_bits; in qspi_cfg_smpr()
|