Searched refs:stat8 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A De752x_edac.c658 u8 stat8; local
660 //pci_read_config_byte(dev,E752X_HI_FERR,&stat8);
662 stat8 = info->hi_ferr;
664 if (stat8 & 0x7f) { /* Error, so process */
665 stat8 &= 0x7f;
667 if (stat8 & 0x2b)
668 hub_error(1, stat8 & 0x2b, error_found, handle_error);
670 if (stat8 & 0x54)
671 hub_error(0, stat8 & 0x54, error_found, handle_error);
673 //pci_read_config_byte(dev,E752X_HI_NERR,&stat8);
743 u8 stat8; local
1227 u8 stat8; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pip.h348 union cvmx_pip_stat8_prtx stat8; local
366 stat8.u64 = cvmx_read_csr(CVMX_PIP_STAT8_PRTX(port_num));
390 status->runt_packets = stat8.s.undersz;
391 status->runt_crc_packets = stat8.s.frag;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1362.h489 unsigned long stat1, stat2, stat4, stat8, stat16; member in struct:isp1362_hcd
565 isp1362_hcd->stat8++;
H A Disp116x.h263 unsigned long stat1, stat2, stat4, stat8, stat16; member in struct:isp116x
H A Disp1362-hcd.c2085 isp1362_hcd->stat16, isp1362_hcd->stat8, isp1362_hcd->stat4,

Completed in 168 milliseconds