Home
last modified time | relevance | path

Searched refs:MAX_READ_SIZE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dflash.h33 #define MAX_READ_SIZE 1984 macro
H A Dflash.c888 if (adapter->flash_info.buf_addr && length <= MAX_READ_SIZE) { in c2h_sys_flash_pkt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dflash.h33 #define MAX_READ_SIZE 1984 macro
H A Dflash.c888 if (adapter->flash_info.buf_addr && length <= MAX_READ_SIZE) { in c2h_sys_flash_pkt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dcmd.h136 #define MAX_READ_SIZE 256 macro
151 u8 value[MAX_READ_SIZE];
H A Dcmd.c364 WARN_ON(len > MAX_READ_SIZE); in wl1251_cmd_read_memory()
365 len = min_t(size_t, len, MAX_READ_SIZE); in wl1251_cmd_read_memory()