Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Ddm355evm_msp.c148 if (reg == DM355EVM_MSP_LED) in msp_gpio_get()
161 if (MSP_GPIO_REG(offset) != DM355EVM_MSP_LED) in msp_gpio_out()
172 return dm355evm_msp_write(bits, DM355EVM_MSP_LED); in msp_gpio_out()
391 dm355evm_msp_write(msp_led_cache, DM355EVM_MSP_LED); in dm355evm_msp_probe()
/Linux-v4.19/include/linux/mfd/
Ddm355evm_msp.h43 #define DM355EVM_MSP_LED 0x03 /* active low (MSP P4) */ macro