Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/can/sja1000/
Dpeak_pci.c118 #define PCA9553_LED_STATE(s, c) ((s) << ((c) << 1)) macro
120 #define PCA9553_LED_ON(c) PCA9553_LED_STATE(PCA9553_ON, c)
121 #define PCA9553_LED_OFF(c) PCA9553_LED_STATE(PCA9553_OFF, c)
122 #define PCA9553_LED_SLOW(c) PCA9553_LED_STATE(PCA9553_SLOW, c)
123 #define PCA9553_LED_FAST(c) PCA9553_LED_STATE(PCA9553_FAST, c)
124 #define PCA9553_LED_MASK(c) PCA9553_LED_STATE(0x03, c)
321 new_led |= PCA9553_LED_STATE(s, i); in peak_pciec_set_leds()