Home
last modified time | relevance | path

Searched refs:LEDS_MAX (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/led/
A Dled_bcm6358.c15 #define LEDS_MAX 32 macro
159 pin = dev_read_u32_default(dev, "reg", LEDS_MAX); in bcm6358_led_probe()
160 if (pin >= LEDS_MAX) in bcm6358_led_probe()
A Dled_bcm6858.c19 #define LEDS_MAX 32 macro
189 pin = dev_read_u32_default(dev, "reg", LEDS_MAX); in bcm6858_led_probe()
190 if (pin >= LEDS_MAX) in bcm6858_led_probe()
A Dled_bcm6328.c14 #define LEDS_MAX 24 macro
181 pin = dev_read_u32_default(dev, "reg", LEDS_MAX); in bcm6328_led_probe()
182 if (pin >= LEDS_MAX) in bcm6328_led_probe()

Completed in 4 milliseconds