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

/freebsd-13-stable/sys/dev/uart/
H A Duart_cpu_fdt.c81 u_int shift, iowidth, rclk; local
91 &shift, &iowidth, devtype);
100 di->bas.regiowidth = iowidth;
H A Duart_bus_fdt.c186 pcell_t br, clk, shift, iowidth; local
249 if (uart_fdt_get_io_width(node, &iowidth) != 0)
250 iowidth = uart_getregiowidth(class);
263 *iowidthp = iowidth;
273 pcell_t clock, shift, iowidth; local
291 if (uart_fdt_get_io_width(node, &iowidth) != 0)
292 iowidth = uart_getregiowidth(sc->sc_class);
294 return (uart_bus_probe(dev, (int)shift, (int)iowidth, (int)clock, 0, 0, 0));
H A Duart_cpu_arm64.c89 u_int rclk, shift, iowidth; local
107 &shift, &iowidth, devtype);
118 di->bas.regiowidth = iowidth;
H A Duart_dev_snps.c162 uint32_t shift, iowidth, clock; local
185 if (OF_getencprop(node, "reg-io-width", &iowidth, sizeof(iowidth)) <= 0)
186 iowidth = 1;
228 error = uart_bus_probe(dev, (int)shift, (int)iowidth, (int)clock, 0, 0, UART_F_BUSY_DETECT);

Completed in 106 milliseconds