Searched refs:RTW_BTC_OVERWRITE_BUF_LEN (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_btc.c | 39 _os_mem_set(d, &msg->latest[0], 0, RTW_BTC_OVERWRITE_BUF_LEN); in _bt_msg_init() 40 _os_mem_set(d, &msg->working[0], 0, RTW_BTC_OVERWRITE_BUF_LEN); in _bt_msg_init() 133 if (len > RTW_BTC_OVERWRITE_BUF_LEN) in _copy_btmsg()
|
| H A D | hal_def.h | 153 #define RTW_BTC_OVERWRITE_BUF_LEN 10 macro 158 u8 latest[RTW_BTC_OVERWRITE_BUF_LEN]; 159 u8 working[RTW_BTC_OVERWRITE_BUF_LEN];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_btc.c | 38 _os_mem_set(d, &msg->latest[0], 0, RTW_BTC_OVERWRITE_BUF_LEN); in _bt_msg_init() 39 _os_mem_set(d, &msg->working[0], 0, RTW_BTC_OVERWRITE_BUF_LEN); in _bt_msg_init() 132 if (len > RTW_BTC_OVERWRITE_BUF_LEN) in _copy_btmsg()
|
| H A D | hal_def.h | 153 #define RTW_BTC_OVERWRITE_BUF_LEN 10 macro 158 u8 latest[RTW_BTC_OVERWRITE_BUF_LEN]; 159 u8 working[RTW_BTC_OVERWRITE_BUF_LEN];
|