Searched refs:CIS_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_custom_cis.c | 523 #define CIS_BUF_SIZE 1280 macro 525 #define CIS_BUF_SIZE 512 macro 590 g_cis_buf = MALLOCZ(dhdp->osh, CIS_BUF_SIZE); in dhd_alloc_cis() 596 memset(g_cis_buf, 0, CIS_BUF_SIZE); in dhd_alloc_cis() 606 MFREE(dhdp->osh, g_cis_buf, CIS_BUF_SIZE); in dhd_clear_cis() 631 (void)memcpy_s(g_cis_buf + cis_offset, CIS_BUF_SIZE, raw_data, totlen); in dhd_read_cis() 640 int buf_size = CIS_BUF_SIZE; in dhd_read_cis() 701 int buf_size = CIS_BUF_SIZE; in dhd_otp_get_iov_resp() 892 ret = memcpy_s(g_cis_buf, CIS_BUF_SIZE, rw_info.data, rw_info.datasize); in dhd_read_otp_sw_rgn() 937 int buf_len = CIS_BUF_SIZE; in dhd_find_tuple_list_from_otp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_custom_cis.c | 523 #define CIS_BUF_SIZE 1280 macro 525 #define CIS_BUF_SIZE 512 macro 590 g_cis_buf = MALLOCZ(dhdp->osh, CIS_BUF_SIZE); in dhd_alloc_cis() 596 memset(g_cis_buf, 0, CIS_BUF_SIZE); in dhd_alloc_cis() 606 MFREE(dhdp->osh, g_cis_buf, CIS_BUF_SIZE); in dhd_clear_cis() 631 (void)memcpy_s(g_cis_buf + cis_offset, CIS_BUF_SIZE, raw_data, totlen); in dhd_read_cis() 640 int buf_size = CIS_BUF_SIZE; in dhd_read_cis() 701 int buf_size = CIS_BUF_SIZE; in dhd_otp_get_iov_resp() 892 ret = memcpy_s(g_cis_buf, CIS_BUF_SIZE, rw_info.data, rw_info.datasize); in dhd_read_otp_sw_rgn() 937 int buf_len = CIS_BUF_SIZE; in dhd_find_tuple_list_from_otp() [all …]
|