Searched refs:NCT_PIN_BITMASK (Results 1 – 1 of 1) sorted by relevance
67 #define NCT_PIN_BITMASK(_p) (1 << ((_p) & 7)) macro1062 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()