Searched refs:iowidth (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/uart/ |
H A D | uart_bus_fdt.c | 183 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 D | uart_dev_snps.c | 149 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 D | uart_cpu_fdt.c | 78 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 D | uart_cpu_arm64.c | 85 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()
|