Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dvub300.c1208 u16 interrupt_size = 0; in __download_offload_pseudocode() local
1227 interrupt_size += *data++; in __download_offload_pseudocode()
1229 interrupt_size <<= 8; in __download_offload_pseudocode()
1230 interrupt_size += *data++; in __download_offload_pseudocode()
1232 if (interrupt_size < size) { in __download_offload_pseudocode()
1233 u16 xfer_length = roundup_to_multiple_of_64(interrupt_size); in __download_offload_pseudocode()
1237 memcpy(xfer_buffer, data, interrupt_size); in __download_offload_pseudocode()
1238 memset(xfer_buffer + interrupt_size, 0, in __download_offload_pseudocode()
1239 xfer_length - interrupt_size); in __download_offload_pseudocode()
1240 size -= interrupt_size; in __download_offload_pseudocode()
[all …]