Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H A Dpinctrl-rzn1.c25 #define RZN1_L1_PIN_DRIVE_STRENGTH 10 macro
501 drive = (l1 >> RZN1_L1_PIN_DRIVE_STRENGTH) & 0x3; in rzn1_pinconf_get()
596 l1 &= ~(0x3 << RZN1_L1_PIN_DRIVE_STRENGTH); in rzn1_pinconf_set()
597 l1 |= (drv << RZN1_L1_PIN_DRIVE_STRENGTH); in rzn1_pinconf_set()
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H A Dpinctrl-rzn1.c29 #define RZN1_L1_PIN_DRIVE_STRENGTH 10 macro
505 drive = (l1 >> RZN1_L1_PIN_DRIVE_STRENGTH) & 0x3; in rzn1_pinconf_get()
600 l1 &= ~(0x3 << RZN1_L1_PIN_DRIVE_STRENGTH); in rzn1_pinconf_set()
601 l1 |= (drv << RZN1_L1_PIN_DRIVE_STRENGTH); in rzn1_pinconf_set()

Completed in 3 milliseconds