Home
last modified time | relevance | path

Searched refs:data_bits (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/broadcom/libbt/src/
H A Duserial_vendor.c196 uint8_t data_bits; in userial_vendor_open() local
208 data_bits = CS8; in userial_vendor_open()
210 data_bits = CS7; in userial_vendor_open()
212 data_bits = CS6; in userial_vendor_open()
214 data_bits = CS5; in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhci_uart.c229 uint8_t data_bits; in userial_vendor_open() local
241 data_bits = CS8; in userial_vendor_open()
243 data_bits = CS7; in userial_vendor_open()
245 data_bits = CS6; in userial_vendor_open()
247 data_bits = CS5; in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhci_uart.c230 uint8_t data_bits; in userial_vendor_open() local
242 data_bits = CS8; in userial_vendor_open()
244 data_bits = CS7; in userial_vendor_open()
246 data_bits = CS6; in userial_vendor_open()
248 data_bits = CS5; in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhci_uart.c233 uint8_t data_bits; in userial_vendor_open() local
245 data_bits = CS8; in userial_vendor_open()
247 data_bits = CS7; in userial_vendor_open()
249 data_bits = CS6; in userial_vendor_open()
251 data_bits = CS5; in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dhci_uart.c231 uint8_t data_bits; in userial_vendor_open() local
243 data_bits = CS8; in userial_vendor_open()
245 data_bits = CS7; in userial_vendor_open()
247 data_bits = CS6; in userial_vendor_open()
249 data_bits = CS5; in userial_vendor_open()
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhci_uart.c235 uint8_t data_bits; in userial_vendor_open() local
247 data_bits = CS8; in userial_vendor_open()
249 data_bits = CS7; in userial_vendor_open()
251 data_bits = CS6; in userial_vendor_open()
253 data_bits = CS5; in userial_vendor_open()
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/
H A Dhci_uart.c232 uint8_t data_bits; in userial_vendor_open() local
244 data_bits = CS8; in userial_vendor_open()
246 data_bits = CS7; in userial_vendor_open()
248 data_bits = CS6; in userial_vendor_open()
250 data_bits = CS5; in userial_vendor_open()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsynclink.h147 unsigned char data_bits; member