/kernel/linux/linux-5.10/drivers/edac/ |
H A D | e752x_edac.c | 688 u8 stat8; in e752x_check_hub_interface() local 690 //pci_read_config_byte(dev,E752X_HI_FERR,&stat8); in e752x_check_hub_interface() 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() 703 //pci_read_config_byte(dev,E752X_HI_NERR,&stat8); in e752x_check_hub_interface() 773 u8 stat8; e752x_check_membuf() local 1259 u8 stat8; e752x_probe1() local [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | e752x_edac.c | 688 u8 stat8; in e752x_check_hub_interface() local 690 //pci_read_config_byte(dev,E752X_HI_FERR,&stat8); in e752x_check_hub_interface() 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() 703 //pci_read_config_byte(dev,E752X_HI_NERR,&stat8); in e752x_check_hub_interface() 773 u8 stat8; e752x_check_membuf() local 1258 u8 stat8; e752x_probe1() local [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | isp1362.h | 439 unsigned long stat1, stat2, stat4, stat8, stat16; member 515 isp1362_hcd->stat8++; in ALIGNSTAT()
|
H A D | isp116x.h | 264 unsigned long stat1, stat2, stat4, stat8, stat16; member
|
H A D | isp1362-hcd.c | 2072 isp1362_hcd->stat16, isp1362_hcd->stat8, isp1362_hcd->stat4, in isp1362_show()
|
/kernel/linux/linux-6.6/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
|
H A D | isp1362-hcd.c | 2072 isp1362_hcd->stat16, isp1362_hcd->stat8, isp1362_hcd->stat4, in isp1362_show()
|