Home
last modified time | relevance | path

Searched full:baudclk (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v5.15/arch/arm/boot/dts/
Dr9a06g032.dtsi87 clock-names = "baudclk", "apb_pclk";
98 clock-names = "baudclk", "apb_pclk";
109 clock-names = "baudclk", "apb_pclk";
120 clock-names = "baudclk", "apb_pclk";
131 clock-names = "baudclk", "apb_pclk";
142 clock-names = "baudclk", "apb_pclk";
153 clock-names = "baudclk", "apb_pclk";
164 clock-names = "baudclk", "apb_pclk";
Dhip01.dtsi48 clock-names = "baudclk", "apb_pclk";
58 clock-names = "baudclk", "apb_pclk";
68 clock-names = "baudclk", "apb_pclk";
78 clock-names = "baudclk", "apb_pclk";
Dsd5203.dts81 clock-names = "baudclk", "apb_pclk";
90 clock-names = "baudclk", "apb_pclk";
Drk3xxx.dtsi102 clock-names = "baudclk", "apb_pclk";
113 clock-names = "baudclk", "apb_pclk";
418 clock-names = "baudclk", "apb_pclk";
429 clock-names = "baudclk", "apb_pclk";
Drk3036.dtsi497 clock-names = "baudclk", "apb_pclk";
511 clock-names = "baudclk", "apb_pclk";
525 clock-names = "baudclk", "apb_pclk";
/Linux-v5.15/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.yaml59 - const: baudclk
128 clocks = <&baudclk>;
139 clocks = <&baudclk>, <&apb_pclk>;
140 clock-names = "baudclk", "apb_pclk";
Dmtk-uart.txt44 baud clock if the baudclk does not exist. Do not use this for new designs.
/Linux-v5.15/arch/nios2/boot/compressed/
Dconsole.c86 unsigned int baud, baudclk; in console_init() local
90 baudclk = UART0_FREQ / baud; in console_init()
91 writew(baudclk, uartbase + ALTERA_UART_DIVISOR_REG); in console_init()
/Linux-v5.15/arch/arm64/boot/dts/rockchip/
Drk3568.dtsi251 clock-names = "baudclk", "apb_pclk";
407 clock-names = "baudclk", "apb_pclk";
421 clock-names = "baudclk", "apb_pclk";
435 clock-names = "baudclk", "apb_pclk";
449 clock-names = "baudclk", "apb_pclk";
463 clock-names = "baudclk", "apb_pclk";
477 clock-names = "baudclk", "apb_pclk";
491 clock-names = "baudclk", "apb_pclk";
505 clock-names = "baudclk", "apb_pclk";
519 clock-names = "baudclk", "apb_pclk";
Drk3368.dtsi328 clock-names = "baudclk", "apb_pclk";
340 clock-names = "baudclk", "apb_pclk";
352 clock-names = "baudclk", "apb_pclk";
364 clock-names = "baudclk", "apb_pclk";
596 clock-names = "baudclk", "apb_pclk";
/Linux-v5.15/drivers/usb/serial/
Dkeyspan.c47 u32 baud_rate, u32 baudclk,
51 u32 baud_rate, u32 baudclk,
55 u32 baud_rate, u32 baudclk,
59 u32 baud_rate, u32 baudclk,
175 u32 baud_rate, u32 baudclk,
178 u32 baudclk; member
200 .baudclk = KEYSPAN_USA18X_BAUDCLK,
217 .baudclk = KEYSPAN_USA19_BAUDCLK,
234 .baudclk = KEYSPAN_USA19_BAUDCLK,
251 .baudclk = KEYSPAN_USA19_BAUDCLK,
[all …]
/Linux-v5.15/arch/arm64/boot/dts/bitmain/
Dbm1880.dtsi179 clock-names = "baudclk", "apb_pclk";
192 clock-names = "baudclk", "apb_pclk";
205 clock-names = "baudclk", "apb_pclk";
218 clock-names = "baudclk", "apb_pclk";
/Linux-v5.15/drivers/tty/serial/
Dsamsung_tty.c142 struct clk *baudclk; member
1397 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1398 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_pm()
1406 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1407 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_pm()
1578 if (ourport->baudclk != clk) { in s3c24xx_serial_set_termios()
1583 if (!IS_ERR(ourport->baudclk)) { in s3c24xx_serial_set_termios()
1584 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_set_termios()
1585 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_set_termios()
1588 ourport->baudclk = clk; in s3c24xx_serial_set_termios()
[all …]
Daltera_uart.c181 unsigned int baud, baudclk; in altera_uart_set_termios() local
184 baudclk = port->uartclk / baud; in altera_uart_set_termios()
192 altera_uart_writel(port, baudclk, ALTERA_UART_DIVISOR_REG); in altera_uart_set_termios()
521 unsigned int baudclk = port->uartclk / dev->baud; in altera_uart_earlycon_setup() local
523 altera_uart_writel(port, baudclk, ALTERA_UART_DIVISOR_REG); in altera_uart_earlycon_setup()
Dmcf.c198 unsigned int baud, baudclk; in mcf_set_termios() local
206 baudclk = (MCF_BUSCLK / baud) / 32; in mcf_set_termios()
209 baudclk = ((MCF_BUSCLK / baud) + 16) / 32; in mcf_set_termios()
267 writeb((baudclk & 0xff00) >> 8, port->membase + MCFUART_UBG1); in mcf_set_termios()
268 writeb((baudclk & 0xff), port->membase + MCFUART_UBG2); in mcf_set_termios()
/Linux-v5.15/sound/soc/fsl/
Dfsl_ssi.c223 * @baudclk: Clock source to generate bit and frame-sync clocks
224 * @baudclk_streams: Active streams that are using baudclk
265 struct clk *baudclk; member
705 /* Don't apply it to any non-baudclk circumstance */ in fsl_ssi_set_bclk()
706 if (IS_ERR(ssi->baudclk)) in fsl_ssi_set_bclk()
730 clkrate = clk_get_rate(ssi->baudclk); in fsl_ssi_set_bclk()
732 clkrate = clk_round_rate(ssi->baudclk, tmprate); in fsl_ssi_set_bclk()
775 ret = clk_set_rate(ssi->baudclk, baudrate); in fsl_ssi_set_bclk()
777 dev_err(dai->dev, "failed to set baudclk rate\n"); in fsl_ssi_set_bclk()
818 ret = clk_prepare_enable(ssi->baudclk); in fsl_ssi_hw_params()
[all …]
Dfsl_rpmsg.h18 * @mclk_streams: Active streams that are using baudclk
/Linux-v5.15/arch/riscv/boot/dts/canaan/
Dk210.dtsi193 clock-names = "baudclk", "apb_pclk";
209 clock-names = "baudclk", "apb_pclk";
225 clock-names = "baudclk", "apb_pclk";
/Linux-v5.15/arch/arm64/boot/dts/marvell/
Darmada-cp11x.dtsi424 clock-names = "baudclk", "apb_pclk";
436 clock-names = "baudclk", "apb_pclk";
448 clock-names = "baudclk", "apb_pclk";
460 clock-names = "baudclk", "apb_pclk";
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Dbitmain,bm1880-clk.yaml70 clock-names = "baudclk", "apb_pclk";
Drockchip,rk3308-cru.txt56 clock-names = "baudclk", "apb_pclk";
Drockchip,px30-cru.txt67 clock-names = "baudclk", "apb_pclk";
/Linux-v5.15/arch/arm64/boot/dts/hisilicon/
Dhip05.dtsi304 clock-names = "baudclk", "apb_pclk";
315 clock-names = "baudclk", "apb_pclk";
/Linux-v5.15/drivers/tty/serial/8250/
D8250_dw.c525 /* If there is separate baudclk, get the rate from it. */ in dw8250_probe()
526 data->clk = devm_clk_get_optional(dev, "baudclk"); in dw8250_probe()
537 dev_warn(dev, "could not enable optional baudclk: %d\n", err); in dw8250_probe()
/Linux-v5.15/drivers/mfd/
Dintel-lpss-acpi.c52 .clk_con_id = "baudclk",

12