Searched refs:RZN1_L1_PIN_PULL (Results 1 – 1 of 1) sorted by relevance
30 #define RZN1_L1_PIN_PULL 8 macro500 pull = (l1 >> RZN1_L1_PIN_PULL) & 0x3; in rzn1_pinconf_get()560 l1 &= ~(0x3 << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()561 l1 |= (RZN1_L1_PIN_PULL_UP << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()565 l1 &= ~(0x3 << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()566 l1 |= (RZN1_L1_PIN_PULL_DOWN << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()570 l1 &= ~(0x3 << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()571 l1 |= (RZN1_L1_PIN_PULL_NONE << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()