Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/sja1000/
Dpeak_pci.c131 #define PCA9553_LED_STATE(s, c) ((s) << ((c) << 1)) macro
133 #define PCA9553_LED_ON(c) PCA9553_LED_STATE(PCA9553_ON, c)
134 #define PCA9553_LED_OFF(c) PCA9553_LED_STATE(PCA9553_OFF, c)
135 #define PCA9553_LED_SLOW(c) PCA9553_LED_STATE(PCA9553_SLOW, c)
136 #define PCA9553_LED_FAST(c) PCA9553_LED_STATE(PCA9553_FAST, c)
137 #define PCA9553_LED_MASK(c) PCA9553_LED_STATE(0x03, c)
334 new_led |= PCA9553_LED_STATE(s, i); in peak_pciec_set_leds()