Searched refs:msg_tmp (Results 1 – 1 of 1) sorted by relevance
325 struct tmComResInfo msg_tmp; in saa7164_bus_get() local384 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, space_rem); in saa7164_bus_get()385 memcpy_fromio((u8 *)&msg_tmp + space_rem, bus->m_pdwGetRing, in saa7164_bus_get()390 memcpy_fromio(&msg_tmp, bus->m_pdwGetRing + curr_grp, bytes_to_read); in saa7164_bus_get()393 msg_tmp.size = le16_to_cpu((__force __le16)msg_tmp.size); in saa7164_bus_get()394 msg_tmp.command = le32_to_cpu((__force __le32)msg_tmp.command); in saa7164_bus_get()395 msg_tmp.controlselector = le16_to_cpu((__force __le16)msg_tmp.controlselector); in saa7164_bus_get()396 memcpy(msg, &msg_tmp, sizeof(*msg)); in saa7164_bus_get()405 if ((msg_tmp.id != msg->id) || (msg_tmp.command != msg->command) || in saa7164_bus_get()406 (msg_tmp.controlselector != msg->controlselector) || in saa7164_bus_get()[all …]