Searched refs:RZN1_L1_PIN_DRIVE_STRENGTH (Results 1 – 3 of 3) sorted by relevance
25 #define RZN1_L1_PIN_DRIVE_STRENGTH 10 macro501 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()