Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/scsi/
A Dscsi_logging.h47 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument
64 #define SCSI_LOG_ERROR_RECOVERY(LEVEL,CMD) \ argument
66 #define SCSI_LOG_TIMEOUT(LEVEL,CMD) \ argument
68 #define SCSI_LOG_SCAN_BUS(LEVEL,CMD) \ argument
70 #define SCSI_LOG_MLQUEUE(LEVEL,CMD) \ argument
72 #define SCSI_LOG_MLCOMPLETE(LEVEL,CMD) \ argument
74 #define SCSI_LOG_LLQUEUE(LEVEL,CMD) \ argument
76 #define SCSI_LOG_LLCOMPLETE(LEVEL,CMD) \ argument
78 #define SCSI_LOG_HLQUEUE(LEVEL,CMD) \ argument
80 #define SCSI_LOG_HLCOMPLETE(LEVEL,CMD) \ argument
[all …]
/linux-6.3-rc2/drivers/block/drbd/
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); \
151 #undef LEVEL in vli_decode_bits()
[all …]
/linux-6.3-rc2/arch/sh/boards/mach-dreamcast/
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()
/linux-6.3-rc2/arch/powerpc/perf/
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()
242 ret |= P(LVL, HIT) | LEVEL(PMEM) | REM; 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()
264 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source()
266 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in isa207_find_source()
[all …]
A Disa207-common.h277 #define LEVEL(x) P(LVLNUM, x) macro
/linux-6.3-rc2/drivers/soc/qcom/
A Drpmpd.c122 DEFINE_RPMPD_PAIR(mdm9607, vddcx, vddcx_ao, SMPA, LEVEL, 3);
125 DEFINE_RPMPD_PAIR(mdm9607, vddmx, vddmx_ao, LDOA, LEVEL, 12);
205 DEFINE_RPMPD_PAIR(msm8953, vddmd, vddmd_ao, SMPA, LEVEL, 1);
206 DEFINE_RPMPD_PAIR(msm8953, vddcx, vddcx_ao, SMPA, LEVEL, 2);
207 DEFINE_RPMPD_PAIR(msm8953, vddmx, vddmx_ao, SMPA, LEVEL, 7);
228 DEFINE_RPMPD_PAIR(msm8976, vddcx, vddcx_ao, SMPA, LEVEL, 2);
229 DEFINE_RPMPD_PAIR(msm8976, vddmx, vddmx_ao, SMPA, LEVEL, 6);
331 DEFINE_RPMPD_PAIR(qcs404, vddmx, vddmx_ao, RWMX, LEVEL, 0);
357 DEFINE_RPMPD_PAIR(sdm660, vddcx, vddcx_ao, RWCX, LEVEL, 0);
360 DEFINE_RPMPD_PAIR(sdm660, vddmx, vddmx_ao, RWMX, LEVEL, 0);
[all …]
/linux-6.3-rc2/arch/x86/events/intel/
A Dds.c74 #define LEVEL(x) P(LVLNUM, x) macro
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 */
94 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */
108 u64 pmem_or_l4 = pmem ? LEVEL(PMEM) : LEVEL(L4); in __intel_pmu_pebs_data_source_skl()
112 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl()
113 data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_skl()
124 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt()
152 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in intel_pmu_pebs_data_source_cmt()
153 data_source[0x0c] = OP_LH | LEVEL(RAM) | REM | P(SNOOPX, FWD); in intel_pmu_pebs_data_source_cmt()
[all …]
/linux-6.3-rc2/drivers/scsi/fcoe/
A Dlibfcoe.h11 #define LIBFCOE_CHECK_LOGGING(LEVEL, CMD) \ argument
13 if (unlikely(libfcoe_debug_logging & LEVEL)) \
A Dfcoe.h36 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ argument
38 if (unlikely(fcoe_debug_logging & LEVEL)) \
/linux-6.3-rc2/fs/fscache/
A Dinternal.h204 #define ____do_kdebug(LEVEL, POINT) \ argument
206 (FSCACHE_POINT_##POINT << (FSCACHE_DEBUG_ ## LEVEL * 3))))
207 #define ___do_kdebug(LEVEL, POINT) \ argument
208 ____do_kdebug(LEVEL, POINT)
/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_libfc.h22 #define FC_CHECK_LOGGING(LEVEL, CMD) \ argument
24 if (unlikely(fc_debug_logging & LEVEL)) \
/linux-6.3-rc2/arch/parisc/kernel/
A Dsignal32.c28 #define DBG(LEVEL, ...) \ argument
29 ((DEBUG_COMPAT_SIG_LEVEL >= LEVEL) \
32 #define DBG(LEVEL, ...) argument
A Dsignal.c42 #define DBG(LEVEL, ...) \ argument
43 ((DEBUG_SIG_LEVEL >= LEVEL) \
46 #define DBG(LEVEL, ...) argument
/linux-6.3-rc2/drivers/scsi/snic/
A Dsnic.h122 #define SNIC_CHECK_LOGGING(LEVEL, CMD) \ argument
124 if (unlikely(snic_log_level & LEVEL)) \
/linux-6.3-rc2/drivers/scsi/fnic/
A Dfnic.h139 #define FNIC_CHECK_LOGGING(LEVEL, CMD) \ argument
141 if (unlikely(fnic_log_level & LEVEL)) \
/linux-6.3-rc2/Documentation/driver-api/thermal/
A Dx86_pkg_temperature_thermal.rst17 Chapter 14.6: PACKAGE LEVEL THERMAL MANAGEMENT
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dsc7280-herobrine-audio-rt5682.dtsi11 /* BOARD-SPECIFIC TOP LEVEL NODES */
A Dsc7280-herobrine-audio-wcd9385.dtsi9 /* BOARD-SPECIFIC TOP LEVEL NODES */
A Dsc7280-herobrine-audio-rt5682-3mic.dtsi11 /* BOARD-SPECIFIC TOP LEVEL NODES */
A Dsc7180-trogdor-coachz.dtsi17 /* BOARD-SPECIFIC TOP LEVEL NODES */
A Dsc7180-trogdor-homestar.dtsi11 /* BOARD-SPECIFIC TOP LEVEL NODES */
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dsumod.h311 # define LEVEL(x) ((x) << 1) macro
/linux-6.3-rc2/Documentation/networking/
A Dnfc.rst103 LOW-LEVEL DATA EXCHANGE:
/linux-6.3-rc2/sound/pci/asihpi/
A Dhpi_internal.h163 HPI_LEVEL_GAIN = HPI_CTL_ATTR(LEVEL, 1),
164 HPI_LEVEL_RANGE = HPI_CTL_ATTR(LEVEL, 10),
/linux-6.3-rc2/Documentation/netlabel/
A Ddraft-ietf-cipso-ipsecurity-01.txt216 TYPE LENGTH OCTET LEVEL CATEGORIES
302 TYPE LENGTH OCTET LEVEL CATEGORIES
365 TYPE LENGTH OCTET LEVEL

Completed in 52 milliseconds

12