Searched refs:DM355EVM_MSP_LED (Results 1 – 2 of 2) sorted by relevance
148 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()
43 #define DM355EVM_MSP_LED 0x03 /* active low (MSP P4) */ macro