Searched refs:TI_CC32XX_PIN_MSK (Results 1 – 2 of 2) sorted by relevance
28 pin = (pincfg >> TI_CC32XX_PIN_POS) & TI_CC32XX_PIN_MSK; in pinctrl_configure_pin()
31 #define TI_CC32XX_PIN_MSK 0x3FU macro45 ((((pin)&TI_CC32XX_PIN_MSK) << TI_CC32XX_PIN_POS) | \