Home
last modified time | relevance | path

Searched refs:vendor_baud (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c1767 std_speed_to_vendor(1500000, &rtb_cfg.vendor_baud); in rtb_config()
1946 if (rtb_cfg.vendor_baud == 0) { in rtb_config()
1948 std_speed_to_vendor(speed, &rtb_cfg.vendor_baud); in rtb_config()
1950 speed, rtb_cfg.vendor_baud); in rtb_config()
1953 vendor_speed_to_std(rtb_cfg.vendor_baud, in rtb_config()
1963 h5_vendor_change_speed(fd, rtb_cfg.vendor_baud); in rtb_config()
1965 h4_vendor_change_speed(fd, rtb_cfg.vendor_baud); in rtb_config()
H A Dhciattach.h155 uint32_t vendor_baud; member
H A Drtb_fwc.c1127 rtb_cfg.vendor_baud = baudrate; in rtb_read_config()
1190 RS_INFO("Vendor baud from Config file: %08x", rtb_cfg.vendor_baud); in rtb_read_config()