Searched refs:mux_type (Results 1 – 3 of 3) sorted by relevance
307 static const char *mux_type(struct uart_port *port) in mux_type() function437 .type = mux_type,
58 static const struct device_type mux_type = { variable96 mux_chip->dev.type = &mux_type; in mux_chip_alloc()
1143 int reg, ret, mask, mux_type; in rockchip_get_mux() local1161 mux_type = bank->iomux[iomux_num].type; in rockchip_get_mux()1163 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux()1168 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_get_mux()1231 int reg, ret, mask, mux_type; in rockchip_set_mux() local1249 mux_type = bank->iomux[iomux_num].type; in rockchip_set_mux()1251 if (mux_type & IOMUX_WIDTH_4BIT) { in rockchip_set_mux()1256 } else if (mux_type & IOMUX_WIDTH_3BIT) { in rockchip_set_mux()