Home
last modified time | relevance | path

Searched refs:LEVEL (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/drivers/scsi/
H A Dscsi_logging.h47 #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 …]
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_vli.h118 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 …]
/openbmc/linux/arch/sh/boards/mach-dreamcast/
H A Dirq.c52 #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()
/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.c223 ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT); in isa207_find_source()
226 ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
229 ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source()
236 ret |= PH(LVL, LOC_RAM) | LEVEL(RAM); in isa207_find_source()
238 ret |= P(LVL, HIT) | LEVEL(PMEM); in isa207_find_source()
240 ret |= PH(LVL, REM_RAM1) | REM | LEVEL(RAM) | P(HOPS, 2); in isa207_find_source()
242 ret |= P(LVL, HIT) | LEVEL(PMEM) | REM; in isa207_find_source()
244 ret |= PH(LVL, REM_RAM2) | REM | LEVEL(RAM) | P(HOPS, 3); in isa207_find_source()
260 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
262 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM); in isa207_find_source()
[all …]
H A Disa207-common.h277 #define LEVEL(x) P(LVLNUM, x) macro
/openbmc/linux/arch/x86/events/intel/
H A Dds.c74 #define LEVEL(x) P(LVLNUM, x) macro
80 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
81 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
82 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
83 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
84 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
85 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */
86 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */
87 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */
88 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */
[all …]
/openbmc/linux/fs/fscache/
H A Dinternal.h202 #define ____do_kdebug(LEVEL, POINT) \ argument
204 (FSCACHE_POINT_##POINT << (FSCACHE_DEBUG_ ## LEVEL * 3))))
205 #define ___do_kdebug(LEVEL, POINT) \ argument
206 ____do_kdebug(LEVEL, POINT)
/openbmc/linux/drivers/scsi/fcoe/
H A Dlibfcoe.h11 #define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \ argument
13 if (unlikely(libfcoe_debug_logging & LEVEL)) \
H A Dfcoe.h36 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ argument
38 if (unlikely(fcoe_debug_logging & LEVEL)) \
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_libfc.h22 #define FC_CHECK_LOGGING(LEVEL, CMD) \ argument
24 if (unlikely(fc_debug_logging & LEVEL)) \
/openbmc/linux/arch/parisc/kernel/
H A Dsignal32.c28 #define DBG(LEVEL, ...) \ argument
29 ((DEBUG_COMPAT_SIG_LEVEL >= LEVEL) \
32 #define DBG(LEVEL, ...) argument
H A Dsignal.c42 #define DBG(LEVEL, ...) \ argument
43 ((DEBUG_SIG_LEVEL >= LEVEL) \
46 #define DBG(LEVEL, ...) argument
/openbmc/linux/drivers/scsi/snic/
H A Dsnic.h122 #define SNIC_CHECK_LOGGING(LEVEL, CMD) \ argument
124 if (unlikely(snic_log_level & LEVEL)) \
/openbmc/qemu/target/loongarch/tcg/
H A Dtlb_helper.c531 if (FIELD_EX64(base, TLBENTRY, LEVEL)) { in helper_lddir()
534 return FIELD_DP64(base, TLBENTRY, LEVEL, level); in helper_lddir()
578 FIELD_EX64(base, TLBENTRY, LEVEL)); in helper_ldpte()
580 base = FIELD_DP64(base, TLBENTRY, LEVEL, 0); in helper_ldpte()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic.h139 #define FNIC_CHECK_LOGGING(LEVEL, CMD) \ argument
141 if (unlikely(fnic_log_level & LEVEL)) \
/openbmc/linux/Documentation/driver-api/thermal/
H A Dx86_pkg_temperature_thermal.rst17 Chapter 14.6: PACKAGE LEVEL THERMAL MANAGEMENT
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine-audio-rt5682.dtsi11 /* BOARD-SPECIFIC TOP LEVEL NODES */
H A Dsc7280-herobrine-audio-wcd9385.dtsi9 /* BOARD-SPECIFIC TOP LEVEL NODES */
H A Dsc7280-herobrine-audio-rt5682-3mic.dtsi11 /* BOARD-SPECIFIC TOP LEVEL NODES */
H A Dsc7180-trogdor-coachz.dtsi17 /* BOARD-SPECIFIC TOP LEVEL NODES */
H A Dsc7180-trogdor-homestar.dtsi11 /* BOARD-SPECIFIC TOP LEVEL NODES */
/openbmc/qemu/target/loongarch/
H A Dcpu-csr.h72 FIELD(TLBENTRY, LEVEL, 13, 2)
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsumod.h311 # define LEVEL(x) ((x) << 1) macro
/openbmc/linux/Documentation/networking/
H A Dnfc.rst103 LOW-LEVEL DATA EXCHANGE:
/openbmc/linux/sound/pci/asihpi/
H A Dhpi_internal.h163 HPI_LEVEL_GAIN = HPI_CTL_ATTR(LEVEL, 1),
164 HPI_LEVEL_RANGE = HPI_CTL_ATTR(LEVEL, 10),

12