Home
last modified time | relevance | path

Searched refs:PCFG_PORT_BITWIDTH (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-tb10x.c35 #define PCFG_PORT_BITWIDTH (2) macro
37 (((1 << PCFG_PORT_BITWIDTH) - 1) << (PCFG_PORT_BITWIDTH * (PORT)))
503 pcfg |= (mode << (PCFG_PORT_BITWIDTH * port)) & PCFG_PORT_MASK(port); in tb10x_pinctrl_set_config()
512 >> (PCFG_PORT_BITWIDTH * port); in tb10x_pinctrl_get_config()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-tb10x.c35 #define PCFG_PORT_BITWIDTH (2) macro
37 (((1 << PCFG_PORT_BITWIDTH) - 1) << (PCFG_PORT_BITWIDTH * (PORT)))
503 pcfg |= (mode << (PCFG_PORT_BITWIDTH * port)) & PCFG_PORT_MASK(port); in tb10x_pinctrl_set_config()
512 >> (PCFG_PORT_BITWIDTH * port); in tb10x_pinctrl_get_config()

Completed in 3 milliseconds