Lines Matching refs:temp_dword
189 u32 temp_dword;
199 temp_dword = available;
201 rc = access_EV(READ_EV, "CQTHPS", evbuffer, &temp_dword);
203 evbuffer_length = temp_dword;
208 temp_dword = 1;
210 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword);
227 u32 temp_dword;
395 temp_dword = usedbytes;
397 rc = access_EV(WRITE_EV, "CQTHPS", (u8 *) buffer, &temp_dword);
399 dbg("usedbytes = 0x%x, length = 0x%x\n", usedbytes, temp_dword);
401 evbuffer_length = temp_dword;