Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_bus_fdt.c183 pcell_t br, clk, shift, iowidth; in uart_cpu_fdt_probe() local
247 if (uart_fdt_get_io_width(node, &iowidth) != 0) in uart_cpu_fdt_probe()
248 iowidth = uart_getregiowidth(class); in uart_cpu_fdt_probe()
261 *iowidthp = iowidth; in uart_cpu_fdt_probe()
271 pcell_t clock, shift, iowidth; in uart_fdt_probe() local
289 if (uart_fdt_get_io_width(node, &iowidth) != 0) in uart_fdt_probe()
290 iowidth = uart_getregiowidth(sc->sc_class); in uart_fdt_probe()
292 return (uart_bus_probe(dev, (int)shift, (int)iowidth, (int)clock, 0, 0, 0)); in uart_fdt_probe()
H A Duart_dev_snps.c149 uint32_t shift, iowidth, clock; in snps_probe() local
170 if (OF_getencprop(node, "reg-io-width", &iowidth, sizeof(iowidth)) <= 0) in snps_probe()
171 iowidth = 1; in snps_probe()
211 error = uart_bus_probe(dev, (int)shift, (int)iowidth, (int)clock, 0, 0, UART_F_BUSY_DETECT); in snps_probe()
H A Duart_cpu_fdt.c78 u_int shift, iowidth, rclk; in uart_cpu_getdev() local
88 &shift, &iowidth, devtype); in uart_cpu_getdev()
97 di->bas.regiowidth = iowidth; in uart_cpu_getdev()
H A Duart_cpu_arm64.c85 u_int rclk, shift, iowidth; in uart_cpu_fdt_setup() local
89 &shift, &iowidth, devtype); in uart_cpu_fdt_setup()
98 di->bas.regiowidth = iowidth; in uart_cpu_fdt_setup()