Home
last modified time | relevance | path

Searched refs:mux_type (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c1382 int reg, ret, mask, mux_type; in rockchip_get_mux() local
1407 mux_type = bank->iomux[iomux_num].type; in rockchip_get_mux()
1409 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux()
1415 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_get_mux()
1480 int reg, ret, mask, mux_type; in rockchip_set_mux() local
1504 mux_type = bank->iomux[iomux_num].type; in rockchip_set_mux()
1506 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux()
1512 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_set_mux()
1552 if (mux_type & IOMUX_WRITABLE_32BIT) { in rockchip_set_mux()

Completed in 7 milliseconds