Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dvub300.c1202 u16 interrupt_size = 0; in __download_offload_pseudocode() local
1221 interrupt_size += *data++; in __download_offload_pseudocode()
1223 interrupt_size <<= 8; in __download_offload_pseudocode()
1224 interrupt_size += *data++; in __download_offload_pseudocode()
1226 if (interrupt_size < size) { in __download_offload_pseudocode()
1227 u16 xfer_length = roundup_to_multiple_of_64(interrupt_size); in __download_offload_pseudocode()
1231 memcpy(xfer_buffer, data, interrupt_size); in __download_offload_pseudocode()
1232 memset(xfer_buffer + interrupt_size, 0, in __download_offload_pseudocode()
1233 xfer_length - interrupt_size); in __download_offload_pseudocode()
1234 size -= interrupt_size; in __download_offload_pseudocode()
[all...]