Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-ns2-mux.c33 #define NS2_PIN_PULL_MASK 0x03 macro
752 val &= ~(NS2_PIN_PULL_MASK << pin_data->pin_conf.pull_shift); in ns2_pin_set_pull()
777 val = (val >> pin_data->pin_conf.pull_shift) & NS2_PIN_PULL_MASK; in ns2_pin_get_pull()