Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/common/nvswitch/kernel/
H A Dbios_nvswitch.c43 #define MAX_READ_SIZE 0x2000 in _nvswitch_core_bios_read() macro
53 NvU32 bufferSize = (reqSize < SOE_DMA_MAX_SIZE) ? SOE_DMA_MAX_SIZE : MAX_READ_SIZE; in _nvswitch_core_bios_read()
88 pParams->sizeInBytes = NV_MIN((reqSize - offset), MAX_READ_SIZE); in _nvswitch_core_bios_read()