Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/sja1000/
Dpeak_pci.c143 #define PCA9553_LED_STATE(s, c) ((s) << ((c) << 1)) macro
145 #define PCA9553_LED_ON(c) PCA9553_LED_STATE(PCA9553_ON, c)
146 #define PCA9553_LED_OFF(c) PCA9553_LED_STATE(PCA9553_OFF, c)
147 #define PCA9553_LED_SLOW(c) PCA9553_LED_STATE(PCA9553_SLOW, c)
148 #define PCA9553_LED_FAST(c) PCA9553_LED_STATE(PCA9553_FAST, c)
149 #define PCA9553_LED_MASK(c) PCA9553_LED_STATE(0x03, c)
342 new_led |= PCA9553_LED_STATE(s, i); in peak_pciec_set_leds()