/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 373 union cvmx_pip_stat2_prtx stat2; in cvmx_pip_get_port_status() local 391 stat2.u64 = cvmx_read_csr(CVMX_PIP_STAT2_PRTX(port_num)); in cvmx_pip_get_port_status() 409 status->pci_raw_packets = stat2.s.raw; in cvmx_pip_get_port_status() 410 status->packets = stat2.s.pkts; in cvmx_pip_get_port_status()
|
D | cvmx-spxx-defs.h | 70 uint64_t stat2:1; member 76 uint64_t stat2:1;
|
/linux-4.1.27/drivers/net/ |
D | mdio.c | 31 int mmd, stat2, devs1, devs2; in mdio45_probe() local 37 stat2 = mdio->mdio_read(mdio->dev, prtad, mmd, MDIO_STAT2); in mdio45_probe() 38 if (stat2 < 0 || in mdio45_probe() 39 (stat2 & MDIO_STAT2_DEVPRST) != MDIO_STAT2_DEVPRST_VAL) in mdio45_probe()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | qmgr.h | 50 u32 stat2[2]; /* 0x410 - 0x417 */ member 124 return (__raw_readl(&qmgr_regs->stat2[queue >> 4]) in __qmgr_get_stat2()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | ael1002.c | 180 unsigned int stat0, stat1, stat2; in get_link_status_r() local 189 MDIO_PHYXS_LNSTAT, &stat2); in get_link_status_r() 192 *link_ok = (stat0 & stat1 & (stat2 >> 12)) & 1; in get_link_status_r() 838 unsigned int stat0, stat1, stat2; in get_link_status_x() local 847 MDIO_PHYXS_LNSTAT, &stat2); in get_link_status_x() 850 *link_ok = (stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1; in get_link_status_x()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | ni_labpc.h | 52 unsigned int stat2; member
|
D | ni_labpc_common.c | 831 devpriv->stat2 = devpriv->read_byte(dev, STAT2_REG); in labpc_interrupt() 835 (devpriv->stat2 & STAT2_OUTA1) == 0 && in labpc_interrupt() 836 (devpriv->stat2 & STAT2_FIFONHF)) { in labpc_interrupt() 870 if (devpriv->stat2 & STAT2_OUTA1) { in labpc_interrupt() 977 devpriv->stat2 = devpriv->read_byte(dev, STAT2_REG); in labpc_serial_in() 978 if (devpriv->stat2 & STAT2_PROMOUT) in labpc_serial_in()
|
D | ni_labpc_isadma.c | 148 (board->is_labpc1200 && devpriv->stat2 & STAT2_OUTA1)) in labpc_handle_dma_status()
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_lib.c | 102 unsigned char stat1, stat2, signature; in snd_opl3_detect() local 120 stat2 = inb(opl3->l_port); in snd_opl3_detect() 125 if ((stat2 & 0xe0) != 0xc0) { /* There is no YM3812 */ in snd_opl3_detect() 126 snd_printd("OPL3: stat2 = 0x%x\n", stat2); in snd_opl3_detect()
|
/linux-4.1.27/drivers/hwmon/ |
D | amc6821.c | 174 u8 stat2; member 196 data->stat2 = i2c_smbus_read_byte_data(client, in amc6821_update_device() 334 flag = data->stat2 & AMC6821_STAT2_LTC; in get_temp_alarm() 343 flag = data->stat2 & AMC6821_STAT2_RTC; in get_temp_alarm()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | ixp4xx_qmgr.c | 302 __raw_writel(0, &qmgr_regs->stat2[i]); in qmgr_init()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | mb86a16.c | 598 u8 stat, stat2; in mb86a16_read_status() local 605 if (mb86a16_read(state, MB86A16_SIG2, &stat2) != 2) in mb86a16_read_status() 607 if ((stat > 25) && (stat2 > 25)) in mb86a16_read_status() 609 if ((stat > 45) && (stat2 > 45)) in mb86a16_read_status()
|
/linux-4.1.27/drivers/usb/host/ |
D | isp1362.h | 484 unsigned long stat1, stat2, stat4, stat8, stat16; member 564 isp1362_hcd->stat2++; in ALIGNSTAT()
|
D | isp116x.h | 263 unsigned long stat1, stat2, stat4, stat8, stat16; member
|
D | isp1362-hcd.c | 2070 isp1362_hcd->stat2, isp1362_hcd->stat1); in isp1362_show()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | t4fw_api_stor.h | 398 __be64 stat2; member
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | cvmx-spi.c | 227 if (spxx_bist_stat.s.stat2) in cvmx_spi_reset_cb()
|
/linux-4.1.27/drivers/staging/iio/addac/ |
D | adt7316.c | 1749 u8 stat1, stat2; in adt7316_event_handler() local 1802 ret = chip->bus.read(chip->bus.client, ADT7316_INT_STAT2, &stat2); in adt7316_event_handler() 1804 if (stat2 & ADT7316_INT_MASK2_VDD) in adt7316_event_handler()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 2085 __be64 stat2; member 2601 __be64 stat2; member 2693 __be64 stat2; member
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 2218 int stat1 = 0, stat2 = 0; in lpfc_soft_wwpn_store() local 2262 rc = lpfc_workq_post_event(phba, &stat2, &online_compl, in lpfc_soft_wwpn_store() 2268 if (stat2) in lpfc_soft_wwpn_store() 2271 "reinit adapter - %d\n", stat2); in lpfc_soft_wwpn_store() 2272 return (stat1 || stat2) ? -EIO : count; in lpfc_soft_wwpn_store()
|