Searched refs:RZN1_L1_PIN_PULL (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/pinctrl/renesas/
H A Dpinctrl-rzn1.c23 #define RZN1_L1_PIN_PULL 8 macro
257 l1 &= ~(0x3 << RZN1_L1_PIN_PULL);
258 l1 |= (RZN1_L1_PIN_PULL_UP << RZN1_L1_PIN_PULL);
262 l1 &= ~(0x3 << RZN1_L1_PIN_PULL);
263 l1 |= (RZN1_L1_PIN_PULL_DOWN << RZN1_L1_PIN_PULL);
267 l1 &= ~(0x3 << RZN1_L1_PIN_PULL);
268 l1 |= (RZN1_L1_PIN_PULL_NONE << RZN1_L1_PIN_PULL);

Completed in 34 milliseconds