Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/char/hw_random/
Dimx-rngc.c70 u32 err_reg; member
118 return rngc->err_reg ? -EIO : 0; in imx_rngc_self_test()
162 rngc->err_reg = readl(rngc->base + RNGC_ERROR); in imx_rngc_irq()
198 } while (rngc->err_reg == RNGC_ERROR_STATUS_STAT_ERR); in imx_rngc_init()
200 if (rngc->err_reg) { in imx_rngc_init()
/Linux-v5.10/drivers/bus/
Domap_l3_noc.c172 u32 err_reg, mask_val; in l3_interrupt_handler() local
186 err_reg = readl_relaxed(base + flag_mux->offset + in l3_interrupt_handler()
189 err_reg &= ~(inttype ? flag_mux->mask_app_bits : in l3_interrupt_handler()
193 if (err_reg) { in l3_interrupt_handler()
195 err_src = __ffs(err_reg); in l3_interrupt_handler()
/Linux-v5.10/net/unix/
Dsysctl_net_unix.c40 goto err_reg; in unix_sysctl_register()
44 err_reg: in unix_sysctl_register()
/Linux-v5.10/arch/nds32/include/asm/
Dfutex.h11 #define __futex_atomic_ex_table(err_reg) \ argument
18 "4: move %0, " err_reg "\n" \
/Linux-v5.10/net/mptcp/
Dctrl.c67 goto err_reg; in mptcp_pernet_new_table()
73 err_reg: in mptcp_pernet_new_table()
/Linux-v5.10/drivers/clk/
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-v5.10/arch/arm/include/asm/
Dfutex.h11 #define __futex_atomic_ex_table(err_reg) \ argument
19 "4: mov %0, " err_reg "\n" \
/Linux-v5.10/drivers/video/backlight/
Dtosa_bl.c109 goto err_reg; in tosa_bl_probe()
119 err_reg: in tosa_bl_probe()
/Linux-v5.10/arch/powerpc/sysdev/
Dfsl_mpic_err.c22 static inline u32 mpic_fsl_err_read(u32 __iomem *base, unsigned int err_reg) in mpic_fsl_err_read() argument
24 return in_be32(base + (err_reg >> 2)); in mpic_fsl_err_read()
/Linux-v5.10/drivers/rtc/
Drtc-pl030.c126 goto err_reg; in pl030_probe()
130 err_reg: in pl030_probe()
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/displays/
Dconnector-hdmi.c254 goto err_reg; in hdmic_probe()
269 goto err_reg; in hdmic_probe()
273 err_reg: in hdmic_probe()
Dencoder-opa362.c225 goto err_reg; in opa362_probe()
229 err_reg: in opa362_probe()
Dconnector-analog-tv.c264 goto err_reg; in tvc_probe()
268 err_reg: in tvc_probe()
Dencoder-tfp410.c233 goto err_reg; in tfp410_probe()
237 err_reg: in tfp410_probe()
Dconnector-dvi.c297 goto err_reg; in dvic_probe()
302 err_reg: in dvic_probe()
Dpanel-dpi.c277 goto err_reg; in panel_dpi_probe()
282 err_reg: in panel_dpi_probe()
Dpanel-sharp-ls037v7dw01.c292 goto err_reg; in sharp_ls_probe()
297 err_reg: in sharp_ls_probe()
Dpanel-lgphilips-lb035q02.c308 goto err_reg; in lb035q02_panel_spi_probe()
313 err_reg: in lb035q02_panel_spi_probe()
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dcore.c256 goto err_reg; in omap_dss_init()
261 err_reg: in omap_dss_init()
/Linux-v5.10/arch/mips/sgi-ip30/
Dip30-irq.c45 u64 pending, mask, cause, error_irqs, err_reg; in ip30_error_irq() local
79 err_reg = heart_read(&heart_regs->mem_err_addr); in ip30_error_irq()
80 pr_alert(" HEART_MEMERR_ADDR = 0x%.16llx\n", err_reg); in ip30_error_irq()
/Linux-v5.10/drivers/net/ieee802154/
Dfakelb.c181 goto err_reg; in fakelb_add_one()
189 err_reg: in fakelb_add_one()
/Linux-v5.10/drivers/net/wireless/ath/ath5k/
Dpci.c242 goto err_reg; in ath5k_pci_probe()
279 err_reg: in ath5k_pci_probe()
/Linux-v5.10/drivers/infiniband/ulp/iser/
Diser_memory.c375 goto err_reg; in iser_reg_mem_fastreg()
380 goto err_reg; in iser_reg_mem_fastreg()
387 err_reg: in iser_reg_mem_fastreg()
/Linux-v5.10/net/ipv4/
Dxfrm4_policy.c187 goto err_reg; in xfrm4_net_sysctl_init()
192 err_reg: in xfrm4_net_sysctl_init()
/Linux-v5.10/net/ipv6/
Dxfrm6_policy.c214 goto err_reg; in xfrm6_net_sysctl_init()
219 err_reg: in xfrm6_net_sysctl_init()

123