Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Ddebugfs.c41 #define WLCORE_MAX_BLOCK_SIZE ((size_t)(4*PAGE_SIZE)) macro
1062 bytes = min(bytes, WLCORE_MAX_BLOCK_SIZE); in dev_mem_read()
1143 bytes = min(bytes, WLCORE_MAX_BLOCK_SIZE); in dev_mem_write()