Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzn1.c34 #define RZN1_L1_PIN_PULL 8 macro
504 pull = (l1 >> RZN1_L1_PIN_PULL) & 0x3; in rzn1_pinconf_get()
564 l1 &= ~(0x3 << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()
565 l1 |= (RZN1_L1_PIN_PULL_UP << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()
569 l1 &= ~(0x3 << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()
570 l1 |= (RZN1_L1_PIN_PULL_DOWN << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()
574 l1 &= ~(0x3 << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()
575 l1 |= (RZN1_L1_PIN_PULL_NONE << RZN1_L1_PIN_PULL); in rzn1_pinconf_set()