Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/sophgo/
H A Dpinctrl-cv18xx.c421 #define PIN_IO_BUS_HOLD BIT(10) macro
561 arg = FIELD_GET(PIN_IO_BUS_HOLD, value); in cv1800_pconf_get()
626 v &= ~PIN_IO_BUS_HOLD; in cv1800_pinconf_compute_config()
627 v |= FIELD_PREP(PIN_IO_BUS_HOLD, arg); in cv1800_pinconf_compute_config()