Searched refs:LEDS_MAX (Results 1 – 3 of 3) sorted by relevance
15 #define LEDS_MAX 32 macro159 pin = dev_read_u32_default(dev, "reg", LEDS_MAX); in bcm6358_led_probe()160 if (pin >= LEDS_MAX) in bcm6358_led_probe()
19 #define LEDS_MAX 32 macro189 pin = dev_read_u32_default(dev, "reg", LEDS_MAX); in bcm6858_led_probe()190 if (pin >= LEDS_MAX) in bcm6858_led_probe()
14 #define LEDS_MAX 24 macro181 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