Searched refs:stat8 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/edac/ |
H A D | e752x_edac.c | 688 u8 stat8; in e752x_check_hub_interface() local 692 stat8 = info->hi_ferr; in e752x_check_hub_interface() 694 if (stat8 & 0x7f) { /* Error, so process */ in e752x_check_hub_interface() 695 stat8 &= 0x7f; in e752x_check_hub_interface() 697 if (stat8 & 0x2b) in e752x_check_hub_interface() 698 hub_error(1, stat8 & 0x2b, error_found, handle_error); in e752x_check_hub_interface() 700 if (stat8 & 0x54) in e752x_check_hub_interface() 701 hub_error(0, stat8 & 0x54, error_found, handle_error); in e752x_check_hub_interface() 705 stat8 = info->hi_nerr; in e752x_check_hub_interface() 707 if (stat8 & 0x7f) { /* Error, so process */ in e752x_check_hub_interface() [all …]
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip.h | 379 union cvmx_pip_stat8_prtx stat8; in cvmx_pip_get_port_status() local 397 stat8.u64 = cvmx_read_csr(CVMX_PIP_STAT8_PRTX(port_num)); in cvmx_pip_get_port_status() 421 status->runt_packets = stat8.s.undersz; in cvmx_pip_get_port_status() 422 status->runt_crc_packets = stat8.s.frag; in cvmx_pip_get_port_status()
|
/linux/drivers/usb/host/ |
H A D | isp1362.h | 438 unsigned long stat1, stat2, stat4, stat8, stat16; member 514 isp1362_hcd->stat8++; in ALIGNSTAT()
|
H A D | isp116x.h | 263 unsigned long stat1, stat2, stat4, stat8, stat16; member
|