/Linux-v5.10/arch/arm/boot/dts/ |
D | r9a06g032.dtsi | 87 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";
|
D | sd5203.dts | 81 clock-names = "baudclk", "apb_pclk"; 90 clock-names = "baudclk", "apb_pclk";
|
D | rk3xxx.dtsi | 137 clock-names = "baudclk", "apb_pclk"; 148 clock-names = "baudclk", "apb_pclk"; 419 clock-names = "baudclk", "apb_pclk"; 430 clock-names = "baudclk", "apb_pclk";
|
D | rk3036.dtsi | 435 clock-names = "baudclk", "apb_pclk"; 449 clock-names = "baudclk", "apb_pclk"; 463 clock-names = "baudclk", "apb_pclk";
|
D | rv1108.dtsi | 122 clock-names = "baudclk", "apb_pclk"; 137 clock-names = "baudclk", "apb_pclk"; 152 clock-names = "baudclk", "apb_pclk";
|
D | rk322x.dtsi | 269 clock-names = "baudclk", "apb_pclk"; 283 clock-names = "baudclk", "apb_pclk"; 297 clock-names = "baudclk", "apb_pclk";
|
D | rk3288.dtsi | 424 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/ |
D | console.c | 86 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/ |
D | keyspan.c | 67 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/ |
D | samsung_tty.c | 133 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 …]
|
D | altera_uart.c | 181 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()
|
D | mcf.c | 198 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/ |
D | bm1880.dtsi | 179 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/ |
D | fsl_ssi.c | 265 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/ |
D | renesas,r9a06g032-sysctrl.txt | 44 clock-names = "baudclk", "apb_pclk";
|
D | rockchip,rk3308-cru.txt | 56 clock-names = "baudclk", "apb_pclk";
|
D | rockchip,rk3399-cru.txt | 64 clock-names = "baudclk", "apb_pclk";
|
D | rockchip,px30-cru.txt | 67 clock-names = "baudclk", "apb_pclk";
|
/Linux-v5.10/arch/arm64/boot/dts/marvell/ |
D | armada-cp11x.dtsi | 395 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/ |
D | mtk-uart.txt | 42 baud clock if the baudclk does not exist. Do not use this for new designs.
|
/Linux-v5.10/arch/arm64/boot/dts/rockchip/ |
D | rk3368.dtsi | 359 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";
|
D | rk3308.dtsi | 259 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";
|
D | px30.dtsi | 350 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";
|
D | rk3399.dtsi | 642 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/ |
D | pistachio.dtsi | 258 clock-names = "baudclk", "apb_pclk"; 273 clock-names = "baudclk", "apb_pclk";
|