Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Derr_marvel.c862 io->ports[i].pox_err_sum = csrs->POx_ERR_SUM.csr; in marvel_find_io7_with_error()
882 csrs->POx_ERR_SUM.csr = io->ports[i].pox_err_sum; in marvel_find_io7_with_error()
935 lf_subpackets->io->ports[0].pox_err_sum | in marvel_process_io_error()
936 lf_subpackets->io->ports[1].pox_err_sum | in marvel_process_io_error()
937 lf_subpackets->io->ports[2].pox_err_sum | in marvel_process_io_error()
938 lf_subpackets->io->ports[3].pox_err_sum) & (1UL << 63))) { in marvel_process_io_error()
989 if (!MARVEL_IO_ERR_VALID(io->ports[i].pox_err_sum)) in marvel_process_io_error()
994 lf_subpackets->io_pid, i, io->ports[i].pox_err_sum); in marvel_process_io_error()
995 marvel_print_pox_err(io->ports[i].pox_err_sum, &io->ports[i]); in marvel_process_io_error()
/openbmc/linux/arch/alpha/include/asm/
H A Derr_ev7.h111 u64 pox_err_sum; member