Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Ddma_port.c19 #define MAIL_DATA_DWORDS 16 macro
214 dma->buf = kmalloc_array(MAIL_DATA_DWORDS, sizeof(u32), GFP_KERNEL); in dma_port_alloc()
313 if (dwords < MAIL_DATA_DWORDS) in dma_port_flash_read_block()
373 u32 nbytes = min_t(u32, size, MAIL_DATA_DWORDS * 4); in dma_port_flash_read()
424 u32 nbytes = min_t(u32, size, MAIL_DATA_DWORDS * 4); in dma_port_flash_write()