Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Didp.c224 u32 reg = IDP_CPLD_LED_CONTROL; in idp_led_set()
231 IDP_CPLD_LED_CONTROL = reg; in idp_led_set()
239 return (IDP_CPLD_LED_CONTROL & led->mask) ? LED_OFF : LED_FULL; in idp_led_get()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Didp.h86 #define IDP_CPLD_LED_CONTROL __CPLD_REG(_IDP_CPLD_LED_CONTROL) macro