Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pinctrl/
A Dpinctrl-amd.c132 pin_reg &= ~DB_TMR_OUT_MASK; in amd_gpio_set_debounce()
149 pin_reg |= time & DB_TMR_OUT_MASK; in amd_gpio_set_debounce()
154 pin_reg |= time & DB_TMR_OUT_MASK; in amd_gpio_set_debounce()
159 pin_reg |= time & DB_TMR_OUT_MASK; in amd_gpio_set_debounce()
164 pin_reg |= time & DB_TMR_OUT_MASK; in amd_gpio_set_debounce()
174 pin_reg &= ~DB_TMR_OUT_MASK; in amd_gpio_set_debounce()
354 time = pin_reg & DB_TMR_OUT_MASK; in amd_gpio_dbg_show()
751 arg = pin_reg & DB_TMR_OUT_MASK; in amd_pinconf_get()
796 pin_reg &= ~DB_TMR_OUT_MASK; in amd_pinconf_set()
797 pin_reg |= arg & DB_TMR_OUT_MASK; in amd_pinconf_set()
A Dpinctrl-amd.h49 #define DB_TMR_OUT_MASK 0xFUL macro

Completed in 8 milliseconds