Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-microchip-sgpio.c73 #define SGPIO_OCELOT_BIT_SOURCE GENMASK(23, 12) macro
300 clr = FIELD_PREP(SGPIO_OCELOT_BIT_SOURCE, BIT(bit)); in sgpio_output_set()
301 set = FIELD_PREP(SGPIO_OCELOT_BIT_SOURCE, value << bit); in sgpio_output_set()
336 val = FIELD_GET(SGPIO_OCELOT_BIT_SOURCE, portval); in sgpio_output_get()