Searched refs:MSP_GPIO (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | dm355evm_msp.c | 98 #define MSP_GPIO(bit, reg) ((DM355EVM_MSP_ ## reg) << 3 | (bit)) macro 102 MSP_GPIO(0, LED), MSP_GPIO(1, LED), 103 MSP_GPIO(2, LED), MSP_GPIO(3, LED), 104 MSP_GPIO(4, LED), MSP_GPIO(5, LED), 105 MSP_GPIO(6, LED), MSP_GPIO(7, LED), 107 MSP_GPIO(0, SWITCH1), MSP_GPIO(1, SWITCH1), 108 MSP_GPIO(2, SWITCH1), MSP_GPIO(3, SWITCH1), 109 MSP_GPIO(4, SWITCH1), 119 MSP_GPIO(2, SDMMC), MSP_GPIO(1, SDMMC), /* mmc0 WP, nCD */ 120 MSP_GPIO(4, SDMMC), MSP_GPIO(3, SDMMC), /* mmc1 WP, nCD */
|