/Linux-v5.15/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 | hip01.dtsi | 48 clock-names = "baudclk", "apb_pclk"; 58 clock-names = "baudclk", "apb_pclk"; 68 clock-names = "baudclk", "apb_pclk"; 78 clock-names = "baudclk", "apb_pclk";
|
D | sd5203.dts | 81 clock-names = "baudclk", "apb_pclk"; 90 clock-names = "baudclk", "apb_pclk";
|
D | rk3xxx.dtsi | 102 clock-names = "baudclk", "apb_pclk"; 113 clock-names = "baudclk", "apb_pclk"; 418 clock-names = "baudclk", "apb_pclk"; 429 clock-names = "baudclk", "apb_pclk";
|
D | rk3036.dtsi | 497 clock-names = "baudclk", "apb_pclk"; 511 clock-names = "baudclk", "apb_pclk"; 525 clock-names = "baudclk", "apb_pclk";
|
/Linux-v5.15/Documentation/devicetree/bindings/serial/ |
D | snps-dw-apb-uart.yaml | 59 - const: baudclk 128 clocks = <&baudclk>; 139 clocks = <&baudclk>, <&apb_pclk>; 140 clock-names = "baudclk", "apb_pclk";
|
D | mtk-uart.txt | 44 baud clock if the baudclk does not exist. Do not use this for new designs.
|
/Linux-v5.15/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.15/arch/arm64/boot/dts/rockchip/ |
D | rk3568.dtsi | 251 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";
|
D | rk3368.dtsi | 328 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/ |
D | keyspan.c | 47 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/ |
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.15/drivers/tty/serial/ |
D | samsung_tty.c | 142 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 …]
|
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() 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()
|
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.15/sound/soc/fsl/ |
D | fsl_ssi.c | 223 * @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 …]
|
D | fsl_rpmsg.h | 18 * @mclk_streams: Active streams that are using baudclk
|
/Linux-v5.15/arch/riscv/boot/dts/canaan/ |
D | k210.dtsi | 193 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/ |
D | armada-cp11x.dtsi | 424 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/ |
D | bitmain,bm1880-clk.yaml | 70 clock-names = "baudclk", "apb_pclk";
|
D | rockchip,rk3308-cru.txt | 56 clock-names = "baudclk", "apb_pclk";
|
D | rockchip,px30-cru.txt | 67 clock-names = "baudclk", "apb_pclk";
|
/Linux-v5.15/arch/arm64/boot/dts/hisilicon/ |
D | hip05.dtsi | 304 clock-names = "baudclk", "apb_pclk"; 315 clock-names = "baudclk", "apb_pclk";
|
/Linux-v5.15/drivers/tty/serial/8250/ |
D | 8250_dw.c | 525 /* 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/ |
D | intel-lpss-acpi.c | 52 .clk_con_id = "baudclk",
|