Lines Matching refs:agperror
274 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() argument
313 if (!(agperror & TITAN__PCHIP_AGPERROR__ERRMASK)) in titan_parse_p_agperror()
320 cmd = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__CMD); in titan_parse_p_agperror()
321 addr = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__ADDR) << 3; in titan_parse_p_agperror()
322 len = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__LEN); in titan_parse_p_agperror()
325 which, agperror); in titan_parse_p_agperror()
326 if (agperror & TITAN__PCHIP_AGPERROR__NOWINDOW) in titan_parse_p_agperror()
328 if (agperror & TITAN__PCHIP_AGPERROR__PTP) in titan_parse_p_agperror()
330 if (agperror & TITAN__PCHIP_AGPERROR__IPTE) in titan_parse_p_agperror()
332 if (agperror & TITAN__PCHIP_AGPERROR__RESCMD) in titan_parse_p_agperror()
334 if (agperror & TITAN__PCHIP_AGPERROR__HPQFULL) in titan_parse_p_agperror()
337 if (agperror & TITAN__PCHIP_AGPERROR__LPQFULL) in titan_parse_p_agperror()
340 if (agperror & TITAN__PCHIP_AGPERROR__LOST) in titan_parse_p_agperror()
345 (agperror & TITAN__PCHIP_AGPERROR__FENCE) ? ", FENCE" : "", in titan_parse_p_agperror()
347 if (agperror & TITAN__PCHIP_AGPERROR__DAC) in titan_parse_p_agperror()
349 if (agperror & TITAN__PCHIP_AGPERROR__MWIN) in titan_parse_p_agperror()
358 u64 aperror, u64 agperror, int print) in titan_parse_p_chip() argument
364 status |= titan_parse_p_agperror(which, agperror, print); in titan_parse_p_chip()