Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/
Dpinctrl-microchip-sgpio.c65 #define SGPIO_LUTON_BIT_SOURCE GENMASK(11, 0) macro
294 clr = FIELD_PREP(SGPIO_LUTON_BIT_SOURCE, BIT(bit)); in sgpio_output_set()
295 set = FIELD_PREP(SGPIO_LUTON_BIT_SOURCE, value << bit); in sgpio_output_set()
331 val = FIELD_GET(SGPIO_LUTON_BIT_SOURCE, portval); in sgpio_output_get()