stat8             379 arch/mips/include/asm/octeon/cvmx-pip.h 	union cvmx_pip_stat8_prtx stat8;
stat8             397 arch/mips/include/asm/octeon/cvmx-pip.h 	stat8.u64 = cvmx_read_csr(CVMX_PIP_STAT8_PRTX(port_num));
stat8             421 arch/mips/include/asm/octeon/cvmx-pip.h 	status->runt_packets = stat8.s.undersz;
stat8             422 arch/mips/include/asm/octeon/cvmx-pip.h 	status->runt_crc_packets = stat8.s.frag;
stat8             688 drivers/edac/e752x_edac.c 	u8 stat8;
stat8             692 drivers/edac/e752x_edac.c 	stat8 = info->hi_ferr;
stat8             694 drivers/edac/e752x_edac.c 	if (stat8 & 0x7f) {	/* Error, so process */
stat8             695 drivers/edac/e752x_edac.c 		stat8 &= 0x7f;
stat8             697 drivers/edac/e752x_edac.c 		if (stat8 & 0x2b)
stat8             698 drivers/edac/e752x_edac.c 			hub_error(1, stat8 & 0x2b, error_found, handle_error);
stat8             700 drivers/edac/e752x_edac.c 		if (stat8 & 0x54)
stat8             701 drivers/edac/e752x_edac.c 			hub_error(0, stat8 & 0x54, error_found, handle_error);
stat8             705 drivers/edac/e752x_edac.c 	stat8 = info->hi_nerr;
stat8             707 drivers/edac/e752x_edac.c 	if (stat8 & 0x7f) {	/* Error, so process */
stat8             708 drivers/edac/e752x_edac.c 		stat8 &= 0x7f;
stat8             710 drivers/edac/e752x_edac.c 		if (stat8 & 0x2b)
stat8             711 drivers/edac/e752x_edac.c 			hub_error(1, stat8 & 0x2b, error_found, handle_error);
stat8             713 drivers/edac/e752x_edac.c 		if (stat8 & 0x54)
stat8             714 drivers/edac/e752x_edac.c 			hub_error(0, stat8 & 0x54, error_found, handle_error);
stat8             773 drivers/edac/e752x_edac.c 	u8 stat8;
stat8             775 drivers/edac/e752x_edac.c 	stat8 = info->buf_ferr;
stat8             777 drivers/edac/e752x_edac.c 	if (stat8 & 0x0f) {	/* Error, so process */
stat8             778 drivers/edac/e752x_edac.c 		stat8 &= 0x0f;
stat8             779 drivers/edac/e752x_edac.c 		membuf_error(stat8, error_found, handle_error);
stat8             782 drivers/edac/e752x_edac.c 	stat8 = info->buf_nerr;
stat8             784 drivers/edac/e752x_edac.c 	if (stat8 & 0x0f) {	/* Error, so process */
stat8             785 drivers/edac/e752x_edac.c 		stat8 &= 0x0f;
stat8             786 drivers/edac/e752x_edac.c 		membuf_error(stat8, error_found, handle_error);
stat8            1259 drivers/edac/e752x_edac.c 	u8 stat8;
stat8            1274 drivers/edac/e752x_edac.c 	pci_read_config_byte(pdev, E752X_DEVPRES1, &stat8);
stat8            1275 drivers/edac/e752x_edac.c 	if (!force_function_unhide && !(stat8 & (1 << 5))) {
stat8            1280 drivers/edac/e752x_edac.c 	stat8 |= (1 << 5);
stat8            1281 drivers/edac/e752x_edac.c 	pci_write_config_byte(pdev, E752X_DEVPRES1, stat8);
stat8            1329 drivers/edac/e752x_edac.c 	pci_read_config_byte(pdev, E752X_DRM, &stat8);
stat8            1330 drivers/edac/e752x_edac.c 	pvt->map_type = ((stat8 & 0x0f) > ((stat8 >> 4) & 0x0f));
stat8             264 drivers/usb/host/isp116x.h 	unsigned long stat1, stat2, stat4, stat8, stat16;
stat8            2072 drivers/usb/host/isp1362-hcd.c 		   isp1362_hcd->stat16, isp1362_hcd->stat8, isp1362_hcd->stat4,
stat8             439 drivers/usb/host/isp1362.h 	unsigned long		stat1, stat2, stat4, stat8, stat16;
stat8             515 drivers/usb/host/isp1362.h 		isp1362_hcd->stat8++;