Home
last modified time | relevance | path

Searched refs:err_reg (Results 1 – 25 of 56) sorted by relevance

123

/linux/drivers/char/hw_random/
H A Dimx-rngc.c70 u32 err_reg; member
119 return rngc->err_reg ? -EIO : 0; in imx_rngc_self_test()
158 rngc->err_reg = readl(rngc->base + RNGC_ERROR); in imx_rngc_irq()
193 } while (rngc->err_reg == RNGC_ERROR_STATUS_STAT_ERR); in imx_rngc_init()
195 if (rngc->err_reg) { in imx_rngc_init()
/linux/drivers/bus/
H A Domap_l3_noc.c164 u32 err_reg, mask_val; in l3_interrupt_handler() local
178 err_reg = readl_relaxed(base + flag_mux->offset + in l3_interrupt_handler()
181 err_reg &= ~(inttype ? flag_mux->mask_app_bits : in l3_interrupt_handler()
185 if (err_reg) { in l3_interrupt_handler()
187 err_src = __ffs(err_reg); in l3_interrupt_handler()
/linux/net/unix/
H A Dsysctl_net_unix.c41 goto err_reg; in unix_sysctl_register()
45 err_reg: in unix_sysctl_register()
/linux/net/netfilter/
H A Dnf_hooks_lwtunnel.c84 goto err_reg; in nf_lwtunnel_net_init()
89 err_reg: in nf_lwtunnel_net_init()
/linux/drivers/clk/
H A Dclk-s2mps11.c177 goto err_reg; in s2mps11_clk_probe()
184 goto err_reg; in s2mps11_clk_probe()
197 err_reg: in s2mps11_clk_probe()
/linux/arch/arm/include/asm/
H A Dfutex.h11 #define __futex_atomic_ex_table(err_reg) \ argument
19 "4: mov %0, " err_reg "\n" \
/linux/arch/powerpc/sysdev/
H A Dfsl_mpic_err.c23 static inline u32 mpic_fsl_err_read(u32 __iomem *base, unsigned int err_reg) in mpic_fsl_err_read() argument
25 return in_be32(base + (err_reg >> 2)); in mpic_fsl_err_read()
/linux/net/smc/
H A Dsmc_sysctl.c124 goto err_reg; in smc_sysctl_net_init()
138 err_reg: in smc_sysctl_net_init()
/linux/drivers/rtc/
H A Drtc-pl030.c126 goto err_reg; in pl030_probe()
130 err_reg: in pl030_probe()
/linux/arch/mips/sgi-ip30/
H A Dip30-irq.c46 u64 pending, mask, cause, error_irqs, err_reg; in ip30_error_irq() local
80 err_reg = heart_read(&heart_regs->mem_err_addr); in ip30_error_irq()
81 pr_alert(" HEART_MEMERR_ADDR = 0x%.16llx\n", err_reg); in ip30_error_irq()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c254 goto err_reg; in omap_dss_init()
259 err_reg: in omap_dss_init()
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dpi.c204 goto err_reg; in panel_dpi_probe()
209 err_reg: in panel_dpi_probe()
H A Dencoder-opa362.c225 goto err_reg; in opa362_probe()
229 err_reg: in opa362_probe()
H A Dencoder-tfp410.c211 goto err_reg; in tfp410_probe()
215 err_reg: in tfp410_probe()
H A Dconnector-analog-tv.c215 goto err_reg; in tvc_probe()
219 err_reg: in tvc_probe()
H A Dconnector-hdmi.c243 goto err_reg; in hdmic_probe()
247 err_reg: in hdmic_probe()
H A Dpanel-lgphilips-lb035q02.c289 goto err_reg; in lb035q02_panel_spi_probe()
294 err_reg: in lb035q02_panel_spi_probe()
H A Dpanel-nec-nl8048hl11.c282 goto err_reg; in nec_8048_probe()
287 err_reg: in nec_8048_probe()
H A Dconnector-dvi.c293 goto err_reg; in dvic_probe()
298 err_reg: in dvic_probe()
H A Dpanel-sharp-ls037v7dw01.c285 goto err_reg; in sharp_ls_probe()
290 err_reg: in sharp_ls_probe()
H A Dencoder-tpd12s015.c276 goto err_reg; in tpd_probe()
280 err_reg: in tpd_probe()
/linux/drivers/infiniband/ulp/iser/
H A Diser_memory.c373 goto err_reg; in iser_reg_mem_fastreg()
378 goto err_reg; in iser_reg_mem_fastreg()
387 err_reg: in iser_reg_mem_fastreg()
/linux/net/ipv6/
H A Dxfrm6_policy.c213 goto err_reg; in xfrm6_net_sysctl_init()
218 err_reg: in xfrm6_net_sysctl_init()
/linux/drivers/usb/mon/
H A Dmon_main.c352 goto err_reg; in mon_init()
363 err_reg: in mon_init()
/linux/drivers/dma/ptdma/
H A Dptdma-dmaengine.c

123