Home
last modified time | relevance | path

Searched refs:stat0 (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/arch/alpha/kernel/
Dcore_apecs.c129 unsigned int stat0, value; in conf_read() local
137 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read()
138 *(vuip)APECS_IOC_DCSR = stat0; in conf_read()
140 DBGC(("conf_read: APECS DCSR was 0x%x\n", stat0)); in conf_read()
179 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read()
180 DBGC(("conf_read: APECS DCSR after read 0x%x\n", stat0)); in conf_read()
183 if (stat0 & 0xffe0U) { in conf_read()
185 if (!(stat0 & 0x0800)) { in conf_read()
186 printk("apecs.c:conf_read: got stat0=%x\n", stat0); in conf_read()
190 *(vuip)APECS_IOC_DCSR = stat0; in conf_read()
[all …]
Dcore_lca.c131 unsigned long flags, code, stat0; in conf_read() local
137 stat0 = *(vulp)LCA_IOC_STAT0; in conf_read()
138 *(vulp)LCA_IOC_STAT0 = stat0; in conf_read()
145 stat0 = *(vulp)LCA_IOC_STAT0; in conf_read()
146 if (stat0 & LCA_IOC_STAT0_ERR) { in conf_read()
147 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT) in conf_read()
150 printk("lca.c:conf_read: got stat0=%lx\n", stat0); in conf_read()
154 *(vulp)LCA_IOC_STAT0 = stat0; in conf_read()
169 unsigned long flags, code, stat0; in conf_write() local
174 stat0 = *(vulp)LCA_IOC_STAT0; in conf_write()
[all …]
Dcore_mcpcia.c91 unsigned int stat0, value, cpu; in conf_read() local
101 stat0 = *(vuip)MCPCIA_CAP_ERR(mid); in conf_read()
102 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; in conf_read()
105 DBG_CFG(("conf_read: MCPCIA_CAP_ERR(%d) was 0x%x\n", mid, stat0)); in conf_read()
139 unsigned int stat0, cpu; in conf_write() local
146 stat0 = *(vuip)MCPCIA_CAP_ERR(mid); in conf_write()
147 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; mb(); in conf_write()
149 DBG_CFG(("conf_write: MCPCIA CAP_ERR(%d) was 0x%x\n", mid, stat0)); in conf_write()
Dcore_cia.c108 int stat0, value; in conf_read() local
115 stat0 = *(vip)CIA_IOC_CIA_ERR; in conf_read()
116 *(vip)CIA_IOC_CIA_ERR = stat0; in conf_read()
163 int stat0, cia_cfg = 0; in conf_write() local
169 stat0 = *(vip)CIA_IOC_CIA_ERR; in conf_write()
170 *(vip)CIA_IOC_CIA_ERR = stat0; in conf_write()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dg94.c32 u32 stat0 = nvkm_rd32(device, 0x00e050) & intr0; in g94_gpio_intr_stat() local
34 *lo = (stat1 & 0xffff0000) | (stat0 >> 16); in g94_gpio_intr_stat()
35 *hi = (stat1 << 16) | (stat0 & 0x0000ffff); in g94_gpio_intr_stat()
Dgk104.c32 u32 stat0 = nvkm_rd32(device, 0x00dc08) & intr0; in gk104_gpio_intr_stat() local
34 *lo = (stat1 & 0xffff0000) | (stat0 >> 16); in gk104_gpio_intr_stat()
35 *hi = (stat1 << 16) | (stat0 & 0x0000ffff); in gk104_gpio_intr_stat()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pip.h371 union cvmx_pip_stat0_prtx stat0; in cvmx_pip_get_port_status() local
389 stat0.u64 = cvmx_read_csr(CVMX_PIP_STAT0_PRTX(port_num)); in cvmx_pip_get_port_status()
406 status->dropped_octets = stat0.s.drp_octs; in cvmx_pip_get_port_status()
407 status->dropped_packets = stat0.s.drp_pkts; in cvmx_pip_get_port_status()
Dcvmx-spxx-defs.h72 uint64_t stat0:1; member
74 uint64_t stat0:1;
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dael1002.c180 unsigned int stat0, stat1, stat2; in get_link_status_r() local
182 MDIO_PMA_RXDET, &stat0); 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
840 MDIO_PMA_RXDET, &stat0); in get_link_status_x()
850 *link_ok = (stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1; in get_link_status_x()
/linux-4.4.14/arch/arm/common/
Dsa1111.c201 unsigned int stat0, stat1, i; in sa1111_irq_handler() local
205 stat0 = sa1111_readl(mapbase + SA1111_INTSTATCLR0); in sa1111_irq_handler()
208 sa1111_writel(stat0, mapbase + SA1111_INTSTATCLR0); in sa1111_irq_handler()
214 if (stat0 == 0 && stat1 == 0) { in sa1111_irq_handler()
219 for (i = 0; stat0; i++, stat0 >>= 1) in sa1111_irq_handler()
220 if (stat0 & 1) in sa1111_irq_handler()
/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2272.c1610 u8 stat0, stat1; in net2272_handle_ep() local
1619 stat0 = net2272_ep_read(ep, EP_STAT0); in net2272_handle_ep()
1624 ep->ep.name, stat0, stat1, req ? &req->req : NULL); in net2272_handle_ep()
1626 net2272_ep_write(ep, EP_STAT0, stat0 & in net2272_handle_ep()
1635 if (!ep->is_in && (stat0 & (1 << DATA_PACKET_RECEIVED_INTERRUPT))) in net2272_handle_ep()
1638 else if (stat0 & (1 << DATA_PACKET_TRANSMITTED_INTERRUPT)) in net2272_handle_ep()
Dnet2280.c2993 static void usb338x_handle_ep_intr(struct net2280 *dev, u32 stat0) in usb338x_handle_ep_intr() argument
3001 if (!stat0) in usb338x_handle_ep_intr()
3004 if (!(stat0 & bit)) in usb338x_handle_ep_intr()
3007 stat0 &= ~bit; in usb338x_handle_ep_intr()
/linux-4.4.14/drivers/scsi/csiostor/
Dt4fw_api_stor.h396 __be64 stat0; member
/linux-4.4.14/arch/mips/cavium-octeon/executive/
Dcvmx-spi.c220 if (spxx_bist_stat.s.stat0) in cvmx_spi_reset_cb()
/linux-4.4.14/drivers/scsi/
Daha152x.c2193 unsigned int stat0 = GETPORT(SSTAT0); in update_state() local
2203 } else if (stat0 & SELDI && PREVSTATE == busfree) { in update_state()
2205 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) { in update_state()
2227 if((stat0 & SELDI) && STATE!=seldi && !dataphase) { in update_state()
/linux-4.4.14/drivers/video/fbdev/aty/
Datyfb_base.c2352 u32 stat0; in aty_init() local
2354 stat0 = aty_ld_le32(CNFG_STAT0, par); in aty_init()
2355 par->bus_type = (stat0 >> 0) & 0x07; in aty_init()
2356 par->ram_type = (stat0 >> 3) & 0x07; in aty_init()
2362 dac_type = (stat0 >> 9) & 0x07; in aty_init()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h2138 __be64 stat0; member
2655 __be64 stat0; member
2747 __be64 stat0; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1388 memcpy(fwsp, &rpl.u.ctl.stat0, sizeof(__be64) * nstats); in t4vf_get_port_stats()