Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-ns2-mux.c36 #define NS2_PIN_PULL_UP 0x01 macro
755 val |= NS2_PIN_PULL_UP << pin_data->pin_conf.pull_shift; in ns2_pin_set_pull()
781 if (val == NS2_PIN_PULL_UP) in ns2_pin_get_pull()