Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-microchip-sgpio.c67 #define SGPIO_LUTON_BIT_SOURCE GENMASK(11, 0) macro
296 clr = FIELD_PREP(SGPIO_LUTON_BIT_SOURCE, BIT(bit)); in sgpio_output_set()
297 set = FIELD_PREP(SGPIO_LUTON_BIT_SOURCE, value << bit); in sgpio_output_set()
333 val = FIELD_GET(SGPIO_LUTON_BIT_SOURCE, portval); in sgpio_output_get()