Home
last modified time | relevance | path

Searched refs:RTL_FRAG_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dbtrtl.h8 #define RTL_FRAG_LEN 252 macro
24 __u8 data[RTL_FRAG_LEN];
H A Dbtrtl.c795 int frag_num = fw_len / RTL_FRAG_LEN + 1; in rtl_download_firmware()
796 int frag_len = RTL_FRAG_LEN; in rtl_download_firmware()
816 frag_len = fw_len % RTL_FRAG_LEN; in rtl_download_firmware()
840 data += RTL_FRAG_LEN; in rtl_download_firmware()