Searched refs:uart_bus_probe (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/powerpc/psim/ |
H A D | uart_iobus.c | 82 return (uart_bus_probe(dev, 0, 0, 0, 0, 0, 0)); in uart_iobus_probe()
|
/freebsd/sys/dev/uart/ |
H A D | uart_bus_puc.c | 83 return (uart_bus_probe(dev, 0, 0, rclk, 0, 0, 0)); in uart_puc_probe()
|
H A D | uart_bus_acpi.c | 104 return (uart_bus_probe(dev, cd->cd_regshft, cd->cd_regiowidth, in uart_acpi_probe()
|
H A D | uart_bus_scc.c | 111 return (uart_bus_probe(dev, rs, 0, cl, 0, ch, 0)); in uart_scc_probe()
|
H A D | uart_bus_isa.c | 167 return (uart_bus_probe(dev, 0, 0, 0, 0, 0, 0)); in uart_isa_probe()
|
H A D | uart_bus.h | 147 int uart_bus_probe(device_t dev, int regshft, int regiowidth, int rclk, int rid, int chan, int quir…
|
H A D | uart_dev_snps.c | 211 error = uart_bus_probe(dev, (int)shift, (int)iowidth, (int)clock, 0, 0, UART_F_BUSY_DETECT); in snps_probe() 215 /* XXX uart_bus_probe has changed the softc, so refresh it */ in snps_probe()
|
H A D | uart_bus_fdt.c | 292 return (uart_bus_probe(dev, (int)shift, (int)iowidth, (int)clock, 0, 0, 0)); in uart_fdt_probe()
|
H A D | uart_bus_pci.c | 308 result = uart_bus_probe(dev, id->regshft, 0, id->rclk, in uart_pci_probe()
|
H A D | uart_core.c | 495 uart_bus_probe(device_t dev, int regshft, int regiowidth, int rclk, int rid, int chan, int quirks) in uart_bus_probe() function
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_uart.c | 220 return (uart_bus_probe(dev, shift, 0, (int)freq, 0, 0, 0)); in tegra_uart_probe()
|