Home
last modified time | relevance | path

Searched defs:baud (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/flashrom/
H A Dserial.c59 #define BAUDENTRY(baud) { B##baud, baud }, argument
117 static const struct baudentry *round_baud(unsigned int baud) in round_baud()
157 int serialport_config(fdtype fd, int baud) in serialport_config()
265 fdtype sp_openserport(char *dev, int baud) in sp_openserport()
H A Dcustom_baud.c22 int set_custom_baudrate(int fd, unsigned int baud, const enum custom_baud_stage stage, void *tio_wa… in set_custom_baudrate()
28 int use_custom_baud(unsigned int baud, const struct baudentry *baudtable) in use_custom_baud()
H A Dcustom_baud_linux.c32 int set_custom_baudrate(int fd, unsigned int baud, const enum custom_baud_stage stage, void *tio_wa… in set_custom_baudrate()
49 int use_custom_baud(unsigned int baud, const struct baudentry *baudtable) in use_custom_baud()
H A Dcustom_baud_darwin.c24 int use_custom_baud(unsigned int baud, const struct baudentry *baudtable) in use_custom_baud()
42 int set_custom_baudrate(int fd, unsigned int baud, const enum custom_baud_stage stage, void *tio_wa… in set_custom_baudrate()
H A Dbuspirate_spi.c313 #define BP_DIVISOR(baud) ((4000000/(baud)) - 1) argument
H A Dserprog.c622 int baud; in serprog_init() local
/aosp_15_r20/hardware/broadcom/libbt/src/
Duserial_vendor.c88 uint8_t userial_to_tcio_baud(uint8_t cfg_baud, uint32_t *baud) in userial_to_tcio_baud()
195 uint32_t baud; in userial_vendor_open() local
/aosp_15_r20/external/toybox/toys/pending/
H A Dstty.c56 static int baud(speed_t speed) in baud() function
62 static speed_t speed(int baud) in speed()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/nxp/console/
Dconsole_pl011.c21 uint32_t baud) in plat_console_init()
Dconsole_16550.c20 uint32_t baud) in plat_console_init()
/aosp_15_r20/external/arm-trusted-firmware/drivers/nxp/console/
H A Dconsole_pl011.c21 uint32_t baud) in plat_console_init()
H A Dconsole_16550.c20 uint32_t baud) in plat_console_init()
/aosp_15_r20/external/flashrom/include/
H A Dcustom_baud.h22 unsigned int baud; member
/aosp_15_r20/external/arm-trusted-firmware/include/lib/
H A Dcoreboot.h15 uint32_t baud; member
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/
Dcoreboot.h15 uint32_t baud; member
/aosp_15_r20/external/pigweed/targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/
H A Dunit_test_runner.py265 binary, test_timeout, openocd_config, baud, stlink_serial=None, port=None argument
/aosp_15_r20/external/pigweed/pw_arduino_build/py/pw_arduino_build/
H A Dunit_test_runner.py253 baud, argument
/aosp_15_r20/hardware/broadcom/libbt/include/
Duserial_vendor.h98 uint8_t baud; /* Baud rate */ member
/aosp_15_r20/external/arm-trusted-firmware/plat/rockchip/common/
H A Dparams_setup.c60 uint32_t baud; in plat_rockchip_dt_process_fdt_uart() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/rockchip/common/
Dparams_setup.c60 uint32_t baud; in plat_rockchip_dt_process_fdt_uart() local
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dsermsdos.py127 def _config(self, port, baud, parity, data, stop, retry, argument
/aosp_15_r20/external/toybox/lib/
H A Dtty.c91 unsigned bps2cfspeed(unsigned baud) in bps2cfspeed()
/aosp_15_r20/device/google/contexthub/firmware/os/platform/stm32/
Dusart.c87 uint32_t baud, UsartDataBitsCfg data_bits, in usartOpen()
/aosp_15_r20/external/coreboot/src/drivers/usb/
H A Dgadget.c282 static void ft232h_baud(u16 *const value, u16 *const index, u32 baud) in ft232h_baud()
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_chamber.py306 def _get_serial(self, port, baud=9600): argument

12