Lines Matching refs:agperror
264 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() argument
303 if (!(agperror & TITAN__PCHIP_AGPERROR__ERRMASK)) in titan_parse_p_agperror()
310 cmd = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__CMD); in titan_parse_p_agperror()
311 addr = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__ADDR) << 3; in titan_parse_p_agperror()
312 len = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__LEN); in titan_parse_p_agperror()
315 which, agperror); in titan_parse_p_agperror()
316 if (agperror & TITAN__PCHIP_AGPERROR__NOWINDOW) in titan_parse_p_agperror()
318 if (agperror & TITAN__PCHIP_AGPERROR__PTP) in titan_parse_p_agperror()
320 if (agperror & TITAN__PCHIP_AGPERROR__IPTE) in titan_parse_p_agperror()
322 if (agperror & TITAN__PCHIP_AGPERROR__RESCMD) in titan_parse_p_agperror()
324 if (agperror & TITAN__PCHIP_AGPERROR__HPQFULL) in titan_parse_p_agperror()
327 if (agperror & TITAN__PCHIP_AGPERROR__LPQFULL) in titan_parse_p_agperror()
330 if (agperror & TITAN__PCHIP_AGPERROR__LOST) in titan_parse_p_agperror()
335 (agperror & TITAN__PCHIP_AGPERROR__FENCE) ? ", FENCE" : "", in titan_parse_p_agperror()
337 if (agperror & TITAN__PCHIP_AGPERROR__DAC) in titan_parse_p_agperror()
339 if (agperror & TITAN__PCHIP_AGPERROR__MWIN) in titan_parse_p_agperror()
348 u64 aperror, u64 agperror, int print) in titan_parse_p_chip() argument
354 status |= titan_parse_p_agperror(which, agperror, print); in titan_parse_p_chip()