| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_logging.h | 47 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument 49 if (unlikely((SCSI_LOG_LEVEL(SHIFT, BITS)) > (LEVEL))) \ 56 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) do { } while (0) argument 64 #define SCSI_LOG_ERROR_RECOVERY(LEVEL,CMD) \ argument 65 SCSI_CHECK_LOGGING(SCSI_LOG_ERROR_SHIFT, SCSI_LOG_ERROR_BITS, LEVEL,CMD); 66 #define SCSI_LOG_TIMEOUT(LEVEL,CMD) \ argument 67 SCSI_CHECK_LOGGING(SCSI_LOG_TIMEOUT_SHIFT, SCSI_LOG_TIMEOUT_BITS, LEVEL,CMD); 68 #define SCSI_LOG_SCAN_BUS(LEVEL,CMD) \ argument 69 SCSI_CHECK_LOGGING(SCSI_LOG_SCAN_SHIFT, SCSI_LOG_SCAN_BITS, LEVEL,CMD); 70 #define SCSI_LOG_MLQUEUE(LEVEL,CMD) \ argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_wpp.h | 53 #define WPP_COMPID_LEVEL_ENABLED(COMPID, LEVEL) \ argument 54 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 59 #define WPP_COMPID_LEVEL_LOGGER(COMPID, LEVEL) \ argument 63 #define WPP_COMPID_LEVEL__sts_ENABLED(COMPID, LEVEL, _sts) \ argument 64 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 69 #define WPP_COMPID_LEVEL__sts_LOGGER(COMPID, LEVEL, _sts) \ argument 147 #define WPP_COMPID_LEVEL_FSM_ENABLED(COMPID, LEVEL, FSM) \ argument 148 ((!FSM || phl_fsm_dbg_level(FSM, LEVEL) || \ 149 LEVEL == TRACE_LEVEL_ERROR || LEVEL == TRACE_LEVEL_WARNING) && \ 150 (WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_wpp.h | 53 #define WPP_COMPID_LEVEL_ENABLED(COMPID, LEVEL) \ argument 54 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 59 #define WPP_COMPID_LEVEL_LOGGER(COMPID, LEVEL) \ argument 63 #define WPP_COMPID_LEVEL__sts_ENABLED(COMPID, LEVEL, _sts) \ argument 64 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 69 #define WPP_COMPID_LEVEL__sts_LOGGER(COMPID, LEVEL, _sts) \ argument 147 #define WPP_COMPID_LEVEL_FSM_ENABLED(COMPID, LEVEL, FSM) \ argument 148 ((!FSM || phl_fsm_dbg_level(FSM, LEVEL) || \ 149 LEVEL == TRACE_LEVEL_ERROR || LEVEL == TRACE_LEVEL_WARNING) && \ 150 (WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_vli.h | 118 LEVEL( 2, 1, 0x00); \ 119 LEVEL( 3, 2, 0x01); \ 120 LEVEL( 5, 3, 0x03); \ 121 LEVEL( 7, 4, 0x07); \ 122 LEVEL(10, 5, 0x0f); \ 123 LEVEL(14, 6, 0x1f); \ 124 LEVEL(21, 8, 0x3f); \ 125 LEVEL(29, 8, 0x7f); \ 126 LEVEL(42, 8, 0xbf); \ 127 LEVEL(64, 8, 0xff); \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-dreamcast/ |
| H A D | irq.c | 52 #define LEVEL(event) (((event) - HW_EVENT_IRQ_BASE) / 32) macro 66 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in disable_systemasic_irq() 78 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2); in enable_systemasic_irq() 90 __u32 esr = ESR_BASE + (LEVEL(irq) << 2); in mask_ack_systemasic_irq()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | ds.c | 57 #define LEVEL(x) P(LVLNUM, x) macro 63 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 64 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 65 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 66 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 67 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 68 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 69 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 70 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */ 71 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fcoe/ |
| H A D | libfcoe.h | 11 #define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 13 if (unlikely(libfcoe_debug_logging & LEVEL)) \
|
| H A D | fcoe.h | 36 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ argument 38 if (unlikely(fcoe_debug_logging & LEVEL)) \
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | rpmpd.c | 120 DEFINE_RPMPD_PAIR(msm8976, vddcx, vddcx_ao, SMPA, LEVEL, 2); 121 DEFINE_RPMPD_PAIR(msm8976, vddmx, vddmx_ao, SMPA, LEVEL, 6); 166 DEFINE_RPMPD_PAIR(msm8998, vddcx, vddcx_ao, RWCX, LEVEL, 0); 169 DEFINE_RPMPD_PAIR(msm8998, vddmx, vddmx_ao, RWMX, LEVEL, 0); 198 DEFINE_RPMPD_PAIR(qcs404, vddmx, vddmx_ao, RWMX, LEVEL, 0);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | logger.h | 113 #define LOG_METHOD(NAME,LEVEL) \ argument 118 int ret = instance()._log(LEVEL, fmt, ap); \
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | internal.h | 419 #define ____do_kdebug(LEVEL, POINT) \ argument 421 (FSCACHE_POINT_##POINT << (FSCACHE_DEBUG_ ## LEVEL * 3)))) 422 #define ___do_kdebug(LEVEL, POINT) \ argument 423 ____do_kdebug(LEVEL, POINT)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/ |
| H A D | xcam_defs.h | 55 #define XCAM_FAIL_RETURN(LEVEL, exp, ret, msg, ...) \ argument 57 XCAM_LOG_##LEVEL (msg, ## __VA_ARGS__); \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libfc/ |
| H A D | fc_libfc.h | 22 #define FC_CHECK_LOGGING(LEVEL, CMD) \ argument 24 if (unlikely(fc_debug_logging & LEVEL)) \
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | signal32.c | 28 #define DBG(LEVEL, ...) \ argument 29 ((DEBUG_COMPAT_SIG_LEVEL >= LEVEL) \ 32 #define DBG(LEVEL, ...) argument
|
| H A D | signal.c | 44 #define DBG(LEVEL, ...) \ argument 45 ((DEBUG_SIG_LEVEL >= LEVEL) \ 48 #define DBG(LEVEL, ...) argument
|
| /OK3568_Linux_fs/kernel/drivers/scsi/snic/ |
| H A D | snic.h | 136 #define SNIC_CHECK_LOGGING(LEVEL, CMD) \ argument 138 if (unlikely(snic_log_level & LEVEL)) \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fnic/ |
| H A D | fnic.h | 138 #define FNIC_CHECK_LOGGING(LEVEL, CMD) \ argument 140 if (unlikely(fnic_log_level & LEVEL)) \
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/ |
| H A D | x86_pkg_temperature_thermal.rst | 17 Chapter 14.6: PACKAGE LEVEL THERMAL MANAGEMENT
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | rocket_int.h | 1041 #define sSetRxTrigger(ChP,LEVEL) \ argument 1044 (ChP)->RxControl[2] |= LEVEL; \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | sumod.h | 311 # define LEVEL(x) ((x) << 1) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/ |
| H A D | cp-tree.def | 142 its LEVEL will be one less. The TREE_CHAIN field is used to chain 145 The TEMPLATE_PARM_ORIG_LEVEL is the LEVEL of the most distant 146 parent, i.e., the LEVEL that the parameter originally had when it 156 The LEVEL is the level of the parameter when we are worrying about
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/ |
| H A D | cp-tree.def | 142 its LEVEL will be one less. The TREE_CHAIN field is used to chain 145 The TEMPLATE_PARM_ORIG_LEVEL is the LEVEL of the most distant 146 parent, i.e., the LEVEL that the parameter originally had when it 156 The LEVEL is the level of the parameter when we are worrying about
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | nfc.rst | 103 LOW-LEVEL DATA EXCHANGE:
|
| /OK3568_Linux_fs/kernel/sound/pci/asihpi/ |
| H A D | hpi_internal.h | 163 HPI_LEVEL_GAIN = HPI_CTL_ATTR(LEVEL, 1), 164 HPI_LEVEL_RANGE = HPI_CTL_ATTR(LEVEL, 10),
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | defaults.h | 1355 #define STACK_SAVEAREA_MODE(LEVEL) Pmode argument
|