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.c1205 u16 interrupt_size = 0; in __download_offload_pseudocode() local
1224 interrupt_size += *data++; in __download_offload_pseudocode()
1226 interrupt_size <<= 8; in __download_offload_pseudocode()
1227 interrupt_size += *data++; in __download_offload_pseudocode()
1229 if (interrupt_size < size) { in __download_offload_pseudocode()
1230 u16 xfer_length = roundup_to_multiple_of_64(interrupt_size); in __download_offload_pseudocode()
1234 memcpy(xfer_buffer, data, interrupt_size); in __download_offload_pseudocode()
1235 memset(xfer_buffer + interrupt_size, 0, in __download_offload_pseudocode()
1236 xfer_length - interrupt_size); in __download_offload_pseudocode()
1237 size -= interrupt_size; in __download_offload_pseudocode()
[all …]