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