Searched refs:bcm63138_leds_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/leds/blink/ |
H A D | leds-bcm63138.c | 64 static void bcm63138_leds_write(struct bcm63138_leds *leds, unsigned int reg, in bcm63138_leds_write() function 81 bcm63138_leds_write(leds, reg, (bcm63138_leds_read(leds, reg) & ~mask) | (val & mask)); in bcm63138_leds_update_bits() 276 bcm63138_leds_write(leds, BCM63138_GLB_CTRL, in bcm63138_leds_probe() 279 bcm63138_leds_write(leds, BCM63138_HW_LED_EN, 0); in bcm63138_leds_probe() 280 bcm63138_leds_write(leds, BCM63138_SERIAL_LED_POLARITY, 0); in bcm63138_leds_probe() 281 bcm63138_leds_write(leds, BCM63138_PARALLEL_LED_POLARITY, 0); in bcm63138_leds_probe()
|