Searched refs:set_bits (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/led/ |
| A D | led_bcm6358.c | 122 u32 set_bits = 0; in bcm6358_led_probe() local 129 set_bits |= LED_CTRL_POL_MASK; in bcm6358_led_probe() 134 set_bits |= LED_CTRL_CLK_8; in bcm6358_led_probe() 137 set_bits |= LED_CTRL_CLK_4; in bcm6358_led_probe() 140 set_bits |= LED_CTRL_CLK_2; in bcm6358_led_probe() 143 set_bits |= LED_CTRL_CLK_1; in bcm6358_led_probe() 150 set_bits); in bcm6358_led_probe()
|
| A D | led_bcm6858.c | 162 u32 set_bits = 0; in bcm6858_led_probe() local 169 set_bits |= LED_CTRL_SERIAL_LED_MSB_FIRST; in bcm6858_led_probe() 171 set_bits |= LED_CTRL_SERIAL_LED_EN_POL; in bcm6858_led_probe() 173 set_bits |= LED_CTRL_SERIAL_LED_CLK_POL; in bcm6858_led_probe() 175 set_bits |= LED_CTRL_SERIAL_LED_DATA_PPOL; in bcm6858_led_probe() 177 set_bits |= LED_CTRL_LED_TEST_MODE; in bcm6858_led_probe() 179 clrsetbits_32(regs + LED_CTRL_REG, ~0, set_bits); in bcm6858_led_probe()
|
| A D | led_bcm6328.c | 155 u32 set_bits = 0; in bcm6328_led_probe() local 162 set_bits |= LED_INIT_SLEDEN_MASK; in bcm6328_led_probe() 164 set_bits |= LED_INIT_SLEDMUX_MASK; in bcm6328_led_probe() 166 set_bits |= LED_INIT_SLEDCLKNPOL_MASK; in bcm6328_led_probe() 168 set_bits |= LED_INIT_SLEDDATANPOL_MASK; in bcm6328_led_probe() 170 set_bits |= LED_INIT_SLEDSHIFTDIR_MASK; in bcm6328_led_probe() 172 clrsetbits_be32(regs + LED_INIT_REG, ~0, set_bits); in bcm6328_led_probe()
|
| /u-boot/drivers/sound/ |
| A D | hda_codec.c | 128 static int set_bits(void *port, u32 mask, u32 val) in set_bits() function 156 if (set_bits(®s->gctl, 1, 1)) in hda_codec_detect() 171 set_bits(®s->gctl, 1, 0); in hda_codec_detect()
|
| /u-boot/arch/arm/mach-omap2/omap3/ |
| A D | board.c | 410 static void omap3_update_aux_cr(u32 set_bits, u32 clear_bits) in omap3_update_aux_cr() argument 417 acr |= set_bits; in omap3_update_aux_cr()
|
| /u-boot/arch/arm/include/asm/arch-omap5/ |
| A D | omap.h | 256 void clrset_spare_register(u8 spare_type, u32 clear_bits, u32 set_bits);
|
| /u-boot/board/nokia/rx51/ |
| A D | rx51.c | 407 static void omap3_update_aux_cr_secure_rx51(u32 set_bits, u32 clear_bits) in omap3_update_aux_cr_secure_rx51() argument 414 acr |= set_bits; in omap3_update_aux_cr_secure_rx51()
|
| /u-boot/arch/arm/mach-omap2/omap5/ |
| 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()
|
Completed in 17 milliseconds