Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/
Didp.c227 u32 reg = IDP_CPLD_LED_CONTROL; in idp_led_set()
234 IDP_CPLD_LED_CONTROL = reg; in idp_led_set()
242 return (IDP_CPLD_LED_CONTROL & led->mask) ? LED_OFF : LED_FULL; in idp_led_get()
Didp.h86 #define IDP_CPLD_LED_CONTROL __CPLD_REG(_IDP_CPLD_LED_CONTROL) macro