Searched defs:stat (Results 1 - 25 of 74) sorted by relevance

123

/arch/arm/mach-omap1/
H A Dfpga.c92 u32 stat; local
95 stat = get_fpga_unmasked_irqs();
97 if (!stat)
101 (fpga_irq < OMAP_FPGA_IRQ_END) && stat;
102 fpga_irq++, stat >>= 1) {
103 if (stat & 1) {
/arch/mips/sgi-ip32/
H A Dcrime.c44 unsigned long stat, addr; local
47 stat = crime->mem_error_stat & CRIME_MEM_ERROR_STAT_MASK;
50 printk("CRIME memory error at 0x%08lx ST 0x%08lx<", addr, stat);
52 if (stat & CRIME_MEM_ERROR_INV)
54 if (stat & CRIME_MEM_ERROR_ECC) {
61 if (stat & CRIME_MEM_ERROR_MULTIPLE) {
65 if (stat & CRIME_MEM_ERROR_HARD_ERR) {
69 if (stat & CRIME_MEM_ERROR_SOFT_ERR)
71 if (stat & CRIME_MEM_ERROR_CPU_ACCESS)
73 if (stat
95 unsigned long stat = crime->cpu_error_stat & CRIME_CPU_ERROR_MASK; local
[all...]
/arch/powerpc/platforms/cell/spufs/
H A Dfault.c79 unsigned long stat = ctx->csa.class_0_pending & CLASS0_INTR_MASK; local
81 if (likely(!stat))
84 if (stat & CLASS0_DMA_ALIGNMENT_INTR)
88 if (stat & CLASS0_INVALID_DMA_COMMAND_INTR)
92 if (stat & CLASS0_SPU_ERROR_INTR)
/arch/arm/mach-s3c24xx/
H A Dbast-irq.c116 unsigned int stat; local
120 stat = __raw_readb(BAST_VA_PC104_IRQREQ) & 0xf;
122 if (unlikely(stat == 0)) {
130 for (i = 0; stat != 0; i++, stat >>= 1) {
131 if (stat & 1) {
/arch/mips/txx9/generic/
H A Dspi_eeprom.c56 int stat = 0; local
72 stat = spi_write_then_read(spi, cmd, sizeof(cmd), buf, c);
77 return stat;
/arch/sh/drivers/pci/
H A Dcommon.c54 u16 stat; local
73 pci_devfn, PCI_STATUS, &stat);
74 if (!(stat & PCI_STATUS_66MHZ)) {
/arch/alpha/include/asm/
H A Dstat.h4 struct stat { struct
/arch/arm/mach-netx/
H A Dgeneric.c75 unsigned int stat; local
77 stat = ((readl(NETX_DPMAS_INT_EN) &
80 while (stat) {
81 if (stat & 1) {
86 stat >>= 1;
/arch/avr32/include/asm/
H A Dstat.h25 struct stat { struct
/arch/blackfin/include/asm/
H A Dstat.h10 struct stat { struct
/arch/c6x/platforms/
H A Demif.c21 u32 stat; member in struct:emifa_regs
/arch/cris/arch-v32/kernel/
H A Ddebugport.c167 reg_ser_rs_stat_din stat; local
171 stat = REG_RD(ser, kgdb_port->instance, rs_stat_din);
172 } while (!stat.dav);
178 return stat.data;
185 reg_ser_r_stat_din stat; local
187 stat = REG_RD(ser, kgdb_port->instance, r_stat_din);
188 } while (!stat.tr_rdy);
/arch/cris/include/asm/
H A Dstat.h23 struct stat { struct
/arch/ia64/hp/sim/boot/
H A Dbootloader.c62 struct disk_stat stat; local
105 stat.fd = fd;
111 ssc((long) &stat, 0, 0, 0, SSC_WAIT_COMPLETION);
139 ssc((long) &stat, 0, 0, 0, SSC_WAIT_COMPLETION);
140 if (stat.count != sizeof(*elf_phdr)) {
154 ssc((long) &stat, 0, 0, 0, SSC_WAIT_COMPLETION);
/arch/ia64/include/asm/
H A Dstat.h9 struct stat { struct
/arch/mips/bcm63xx/
H A Dtimer.c31 u32 stat; local
35 stat = bcm_timer_readl(TIMER_IRQSTAT_REG);
36 bcm_timer_writel(stat, TIMER_IRQSTAT_REG);
40 if (!(stat & TIMER_IRQSTAT_TIMER_CAUSE(i)))
/arch/mips/include/asm/
H A Dstat.h18 struct stat { struct
48 * struct stat of the 64-bit kernel.
92 struct stat { struct
/arch/mn10300/include/asm/
H A Dstat.h18 struct stat { struct
/arch/powerpc/include/asm/
H A Dstat.h29 struct stat { struct
/arch/powerpc/platforms/82xx/
H A Dpq2ads-pci-pic.c35 u32 stat; member in struct:pq2ads_pci_pic::__anon2467
85 u32 stat, mask, pend; local
89 stat = in_be32(&priv->regs->stat);
92 pend = stat & ~mask;
/arch/powerpc/sysdev/
H A Dfsl_ifc.c127 u32 stat; local
131 stat = in_be32(&ifc->ifc_nand.nand_evter_stat);
132 if (stat) {
133 out_be32(&ifc->ifc_nand.nand_evter_stat, stat);
134 ctrl->nand_stat = stat;
140 return stat;
/arch/sparc/include/asm/
H A Dstat.h8 struct stat { struct
51 struct stat { struct
/arch/x86/include/asm/
H A Dstat.h7 struct stat { struct
68 struct stat { struct
/arch/xtensa/include/asm/
H A Dstat.h2 * include/asm-xtensa/stat.h
16 struct stat { struct
/arch/arm/include/asm/
H A Dstat.h20 struct stat { struct

Completed in 1204 milliseconds

123