Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Ddma_port.c22 #define MAIL_DATA_DWORDS 16 macro
217 dma->buf = kmalloc_array(MAIL_DATA_DWORDS, sizeof(u32), GFP_KERNEL); in dma_port_alloc()
316 if (dwords < MAIL_DATA_DWORDS) in dma_port_flash_read_block()
376 u32 nbytes = min_t(u32, size, MAIL_DATA_DWORDS * 4); in dma_port_flash_read()
427 u32 nbytes = min_t(u32, size, MAIL_DATA_DWORDS * 4); in dma_port_flash_write()