Home
last modified time | relevance | path

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

/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c67 #define NCT_PIN_BITMASK(_p) (1 << ((_p) & 7)) macro
1062 outcfg |= NCT_PIN_BITMASK(pin_num); in nct_set_pin_opendrain()
1074 outcfg &= ~NCT_PIN_BITMASK(pin_num); in nct_set_pin_pushpull()
1086 return (outcfg & NCT_PIN_BITMASK(pin_num)); in nct_pin_is_opendrain()