Searched refs:REG_PORT_CONFIG (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/gpio/ |
H A D | mscc_sgpio.c | 22 REG_PORT_CONFIG, enumerator 126 sgpio_clrsetbits(priv, REG_PORT_CONFIG, port, in mscc_sgpio_direction_output() 163 u32 portval = sgpio_readl(priv, REG_PORT_CONFIG, port); in mscc_sgpio_get_value() 246 sgpio_writel(priv, 0, REG_PORT_CONFIG, port); in mscc_sgpio_probe()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-microchip-sgpio.c | 36 REG_PORT_CONFIG, enumerator 289 u32 reg = sgpio_get_addr(priv, REG_PORT_CONFIG, addr->port); in sgpio_output_set() 328 u32 val, portval = sgpio_readl(priv, REG_PORT_CONFIG, addr->port); in sgpio_output_get() 982 sgpio_writel(priv, 0, REG_PORT_CONFIG, port); in microchip_sgpio_probe()
|