Home
last modified time | relevance | path

Searched refs:baudrate (Results 26 – 45 of 45) sorted by relevance

12

/linux/drivers/usb/serial/
H A Dio_edgeport.c2242 static int calc_baud_rate_divisor(struct device *dev, int baudrate, int *divisor) in calc_baud_rate_divisor() argument
2248 if (divisor_table[i].BaudRate == baudrate) { in calc_baud_rate_divisor()
2257 if (baudrate > 50 && baudrate < 230400) { in calc_baud_rate_divisor()
2259 custom = (__u16)((230400L + baudrate/2) / baudrate); in calc_baud_rate_divisor()
2263 dev_dbg(dev, "%s - Baud %d = %d\n", __func__, baudrate, custom); in calc_baud_rate_divisor()
/linux/include/linux/
H A Dserdev.h245 …c inline unsigned int serdev_device_set_baudrate(struct serdev_device *sdev, unsigned int baudrate) in serdev_device_set_baudrate() argument
/linux/drivers/bluetooth/
H A Dbtqca.c733 int qca_uart_setup(struct hci_dev *hdev, uint8_t baudrate, in qca_uart_setup() argument
749 config.user_baud_rate = baudrate; in qca_uart_setup()
H A Dhci_qca.c1319 static int qca_set_baudrate(struct hci_dev *hdev, uint8_t baudrate) in qca_set_baudrate() argument
1326 if (baudrate > QCA_BAUDRATE_3200000) in qca_set_baudrate()
1329 cmd[4] = baudrate; in qca_set_baudrate()
/linux/sound/soc/fsl/
H A Dfsl_ssi.c687 unsigned long clkrate, baudrate, tmprate; in fsl_ssi_set_bclk() local
756 baudrate = tmprate; in fsl_ssi_set_bclk()
780 ret = clk_set_rate(ssi->baudclk, baudrate); in fsl_ssi_set_bclk()
/linux/include/net/nfc/
H A Dnci_core.h463 void nci_uart_set_config(struct nci_uart *nu, int baudrate, int flow_ctrl);
/linux/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c192 &priv->fw_dnld.binary_config->uart.baudrate, in process_state_set_ref_clock()
/linux/drivers/tty/serial/
H A Damba-pl011.c2865 int baudrate; in sbsa_uart_probe() local
2874 ret = of_property_read_u32(np, "current-speed", &baudrate); in sbsa_uart_probe()
2878 baudrate = 115200; in sbsa_uart_probe()
2902 uap->fixed_baud = baudrate; in sbsa_uart_probe()
H A DKconfig283 are enabled). This driver uses the APB DMA to achieve higher baudrate
711 int "Default baudrate for Coldfire serial ports"
715 This setting lets you define what the default baudrate is for the
839 console baudrate
1135 int "Default baudrate for Altera UART ports"
1139 This setting lets you define what the default baudrate is for the
/linux/drivers/net/hamradio/
H A DKconfig92 baudrate to be set between 300 and 4800 baud (however not all modems
/linux/arch/microblaze/boot/dts/
H A Dsystem.dts307 xlnx,baudrate = <0x1c200>;
/linux/sound/drivers/
H A DKconfig196 baudrate of 31.25 kBaud, configure the clock of the underlying serial
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-jaguar.dts823 /* Mule-ATtiny debug UART; typically baudrate 9600 */
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra114.dtsi305 * driver and APB DMA based serial driver for higher baudrate
H A Dtegra20.dtsi433 * driver and APB DMA based serial driver for higher baudrate
H A Dtegra124.dtsi370 * driver and APB DMA based serial driver for higher baudrate
H A Dtegra30.dtsi553 * driver and APB DMA based serial driver for higher baudrate
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra132.dtsi331 * driver and APB DMA based serial driver for higher baudrate
H A Dtegra210.dtsi609 * driver and APB DMA based serial driver for higher baudrate
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1372 earlyprintk=serial[,ttySn[,baudrate]]
1373 earlyprintk=serial[,0x...[,baudrate]]
1374 earlyprintk=ttySn[,baudrate]
1376 earlyprintk=pciserial[,force],bus:device.function[,baudrate]
4795 With an exception to setups with low baudrate on

12