Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/
H A Dflexcan.h75 u16 errstat; /* 0x20 Error and status */ member
84 u16 errstat; /* 0x22 Error and status */ member
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dnative.c1097 info->errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); in native_get_irq_info()
1136 u64 dsisr, u64 errstat) in native_handle_psl_slice_error() argument
1139 dev_crit(&ctx->afu->dev, "PSL ERROR STATUS: 0x%016llx\n", errstat); in native_handle_psl_slice_error()
1149 return cxl_ops->ack_irq(ctx, 0, errstat); in native_handle_psl_slice_error()
1252 u64 errstat, serr, afu_error, dsisr; in native_slice_irq_err() local
1259 errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); in native_slice_irq_err()
1270 dev_crit(&afu->dev, "CXL_PSL_ErrStat_An: 0x%016llx\n", errstat); in native_slice_irq_err()
1437 static void recover_psl_err(struct cxl_afu *afu, u64 errstat) in recover_psl_err() argument
1441 pr_devel("RECOVERING FROM PSL ERROR... (0x%016llx)\n", errstat); in recover_psl_err()
1448 cxl_p2n_write(afu, CXL_PSL_ErrStat_An, errstat); in recover_psl_err()
H A Dirq.c51 irq_info->errstat); in cxl_irq_psl9()
136 irq_info->errstat); in cxl_irq_psl8()
H A Dguest.c56 u64 errstat) in guest_handle_psl_slice_error() argument
59 dev_crit(&ctx->afu->dev, "PSL ERROR STATUS: 0x%.16llx\n", errstat); in guest_handle_psl_slice_error()
61 return cxl_ops->ack_irq(ctx, 0, errstat); in guest_handle_psl_slice_error()
H A Dcxl.h1002 u64 errstat; member
1075 u64 dsisr, u64 errstat);
H A Dhcalls.c414 info->afu_err, info->errstat); in cxl_h_collect_int_info()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/
H A Dip22-berr.c36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4); in save_and_clear_buserr()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sgi/
H A Dioc.h78 volatile u8 errstat; /* Error status reg, reserved on INT2 */ member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Dvc4_drm.h319 __u32 errstat; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Dvc4_drm.h319 __u32 errstat; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Dvc4_drm.h319 __u32 errstat; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Dvc4_drm.h319 __u32 errstat; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Dvc4_drm.h319 __u32 errstat; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dvc4_drm.h319 __u32 errstat; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/
H A Djme.h290 __u8 errstat; member
H A Djme.c1083 rxdesc->descwb.errstat & RXWBERR_ALLERR)) { in jme_process_receive()
1085 if (rxdesc->descwb.errstat & RXWBERR_CRCERR) in jme_process_receive()
1087 else if (rxdesc->descwb.errstat & RXWBERR_OVERUN) in jme_process_receive()
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dregs.h472 u32 errstat; /* RTSTERRSTATx - Test error status */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_gem.c253 state->errstat = V3D_READ(V3D_ERRSTAT); in vc4_save_hang_state()