Home
last modified time | relevance | path

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

/drivers/tty/serial/
A Dsh-sci.c3037 unsigned int regtype; in sci_probe_regmap() local
3047 regtype = SCIx_SCI_REGTYPE; in sci_probe_regmap()
3050 regtype = SCIx_IRDA_REGTYPE; in sci_probe_regmap()
3053 regtype = SCIx_SCIFA_REGTYPE; in sci_probe_regmap()
3056 regtype = SCIx_SCIFB_REGTYPE; in sci_probe_regmap()
3068 regtype = SCIx_HSCIF_REGTYPE; in sci_probe_regmap()
3090 sci_port->regtype = p->regtype; in sci_init_single()
3446 .regtype = SCIx_SCI_REGTYPE,
3575 p->regtype = data->regtype; in sci_parse_dt()
3858 sci_ports[0].regtype = data->regtype; in scix_early_console_setup()
[all …]
A Dsh-sci-common.h101 unsigned short regtype; member
151 u8 regtype; member
/drivers/regulator/
A Dgpio-regulator.c134 const char *regtype; in of_get_gpio_regulator_config() local
212 ret = of_property_read_string(np, "regulator-type", &regtype); in of_get_gpio_regulator_config()
214 if (!strncmp("voltage", regtype, 7)) in of_get_gpio_regulator_config()
216 else if (!strncmp("current", regtype, 7)) in of_get_gpio_regulator_config()
220 regtype); in of_get_gpio_regulator_config()

Completed in 12 milliseconds