Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-tb10x.c48 #define PCFG_PORT_MASK(PORT) \ macro
514 pcfg = ioread32(state->base) & ~(PCFG_PORT_MASK(port)); in tb10x_pinctrl_set_config()
515 pcfg |= (mode << (PCFG_PORT_BITWIDTH * port)) & PCFG_PORT_MASK(port); in tb10x_pinctrl_set_config()
523 return (ioread32(state->base) & PCFG_PORT_MASK(port)) in tb10x_pinctrl_get_config()