Home
last modified time | relevance | path

Searched refs:baudclk (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.10/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";
Dsd5203.dts81 clock-names = "baudclk", "apb_pclk";
90 clock-names = "baudclk", "apb_pclk";
Drk3xxx.dtsi137 clock-names = "baudclk", "apb_pclk";
148 clock-names = "baudclk", "apb_pclk";
419 clock-names = "baudclk", "apb_pclk";
430 clock-names = "baudclk", "apb_pclk";
Drk3036.dtsi435 clock-names = "baudclk", "apb_pclk";
449 clock-names = "baudclk", "apb_pclk";
463 clock-names = "baudclk", "apb_pclk";
Drv1108.dtsi122 clock-names = "baudclk", "apb_pclk";
137 clock-names = "baudclk", "apb_pclk";
152 clock-names = "baudclk", "apb_pclk";
Drk322x.dtsi269 clock-names = "baudclk", "apb_pclk";
283 clock-names = "baudclk", "apb_pclk";
297 clock-names = "baudclk", "apb_pclk";
Drk3288.dtsi424 clock-names = "baudclk", "apb_pclk";
439 clock-names = "baudclk", "apb_pclk";
454 clock-names = "baudclk", "apb_pclk";
467 clock-names = "baudclk", "apb_pclk";
482 clock-names = "baudclk", "apb_pclk";
/Linux-v5.10/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.10/drivers/usb/serial/
Dkeyspan.c67 u32 baud_rate, u32 baudclk,
71 u32 baud_rate, u32 baudclk,
75 u32 baud_rate, u32 baudclk,
79 u32 baud_rate, u32 baudclk,
195 u32 baud_rate, u32 baudclk,
198 u32 baudclk; member
220 .baudclk = KEYSPAN_USA18X_BAUDCLK,
237 .baudclk = KEYSPAN_USA19_BAUDCLK,
254 .baudclk = KEYSPAN_USA19_BAUDCLK,
271 .baudclk = KEYSPAN_USA19_BAUDCLK,
[all …]
/Linux-v5.10/drivers/tty/serial/
Dsamsung_tty.c133 struct clk *baudclk; member
1233 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1234 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_pm()
1242 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1243 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_pm()
1413 if (ourport->baudclk != clk) { in s3c24xx_serial_set_termios()
1418 if (!IS_ERR(ourport->baudclk)) { in s3c24xx_serial_set_termios()
1419 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_set_termios()
1420 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_set_termios()
1423 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()
523 unsigned int baudclk = port->uartclk / dev->baud; in altera_uart_earlycon_setup() local
525 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.10/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.10/sound/soc/fsl/
Dfsl_ssi.c265 struct clk *baudclk; member
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()
776 ret = clk_set_rate(ssi->baudclk, baudrate); in fsl_ssi_set_bclk()
819 ret = clk_prepare_enable(ssi->baudclk); in fsl_ssi_hw_params()
871 clk_disable_unprepare(ssi->baudclk); in fsl_ssi_hw_free()
896 if (IS_ERR(ssi->baudclk)) { in _fsl_ssi_set_dai_fmt()
1344 ssi->baudclk = devm_clk_get(dev, "baud"); in fsl_ssi_imx_probe()
1345 if (IS_ERR(ssi->baudclk)) in fsl_ssi_imx_probe()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Drenesas,r9a06g032-sysctrl.txt44 clock-names = "baudclk", "apb_pclk";
Drockchip,rk3308-cru.txt56 clock-names = "baudclk", "apb_pclk";
Drockchip,rk3399-cru.txt64 clock-names = "baudclk", "apb_pclk";
Drockchip,px30-cru.txt67 clock-names = "baudclk", "apb_pclk";
/Linux-v5.10/arch/arm64/boot/dts/marvell/
Darmada-cp11x.dtsi395 clock-names = "baudclk", "apb_pclk";
407 clock-names = "baudclk", "apb_pclk";
419 clock-names = "baudclk", "apb_pclk";
431 clock-names = "baudclk", "apb_pclk";
/Linux-v5.10/Documentation/devicetree/bindings/serial/
Dmtk-uart.txt42 baud clock if the baudclk does not exist. Do not use this for new designs.
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3368.dtsi359 clock-names = "baudclk", "apb_pclk";
371 clock-names = "baudclk", "apb_pclk";
383 clock-names = "baudclk", "apb_pclk";
395 clock-names = "baudclk", "apb_pclk";
607 clock-names = "baudclk", "apb_pclk";
Drk3308.dtsi259 clock-names = "baudclk", "apb_pclk";
272 clock-names = "baudclk", "apb_pclk";
285 clock-names = "baudclk", "apb_pclk";
298 clock-names = "baudclk", "apb_pclk";
311 clock-names = "baudclk", "apb_pclk";
Dpx30.dtsi350 clock-names = "baudclk", "apb_pclk";
450 clock-names = "baudclk", "apb_pclk";
465 clock-names = "baudclk", "apb_pclk";
480 clock-names = "baudclk", "apb_pclk";
495 clock-names = "baudclk", "apb_pclk";
510 clock-names = "baudclk", "apb_pclk";
Drk3399.dtsi642 clock-names = "baudclk", "apb_pclk";
655 clock-names = "baudclk", "apb_pclk";
668 clock-names = "baudclk", "apb_pclk";
681 clock-names = "baudclk", "apb_pclk";
1156 clock-names = "baudclk", "apb_pclk";
/Linux-v5.10/arch/mips/boot/dts/img/
Dpistachio.dtsi258 clock-names = "baudclk", "apb_pclk";
273 clock-names = "baudclk", "apb_pclk";

12