Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Derr_titan.c274 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()
[all …]
/arch/alpha/include/asm/
Dcore_titan.h104 titan_64 agperror; member