Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dvub300.c1204 u16 interrupt_size = 0; in __download_offload_pseudocode() local
1223 interrupt_size += *data++; in __download_offload_pseudocode()
1225 interrupt_size <<= 8; in __download_offload_pseudocode()
1226 interrupt_size += *data++; in __download_offload_pseudocode()
1228 if (interrupt_size < size) { in __download_offload_pseudocode()
1229 u16 xfer_length = roundup_to_multiple_of_64(interrupt_size); in __download_offload_pseudocode()
1233 memcpy(xfer_buffer, data, interrupt_size); in __download_offload_pseudocode()
1234 memset(xfer_buffer + interrupt_size, 0, in __download_offload_pseudocode()
1235 xfer_length - interrupt_size); in __download_offload_pseudocode()
1236 size -= interrupt_size; in __download_offload_pseudocode()
[all …]