Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H A Dpinctrl-rzn1.c30 #define RZN1_L1_PIN_PULL 8 macro
500 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()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds