Home
last modified time | relevance | path

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

12

/linux/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/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/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/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);
189 DEFINE_RPMPD_PAIR(msm8953, vddmd, vddmd_ao, SMPA, LEVEL, 1);
190 DEFINE_RPMPD_PAIR(msm8953, vddcx, vddcx_ao, SMPA, LEVEL, 2);
191 DEFINE_RPMPD_PAIR(msm8953, vddmx, vddmx_ao, SMPA, LEVEL, 7);
212 DEFINE_RPMPD_PAIR(msm8976, vddcx, vddcx_ao, SMPA, LEVEL, 2);
213 DEFINE_RPMPD_PAIR(msm8976, vddmx, vddmx_ao, SMPA, LEVEL, 6);
315 DEFINE_RPMPD_PAIR(qcs404, vddmx, vddmx_ao, RWMX, LEVEL, 0);
341 DEFINE_RPMPD_PAIR(sdm660, vddcx, vddcx_ao, RWCX, LEVEL, 0);
344 DEFINE_RPMPD_PAIR(sdm660, vddmx, vddmx_ao, RWMX, LEVEL, 0);
[all …]
/linux/arch/x86/events/intel/
A Dds.c65 #define LEVEL(x) P(LVLNUM, x) macro
71 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
72 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */
73 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */
74 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
75 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
85 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */
86 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
92 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm()
99 u64 pmem_or_l4 = pmem ? LEVEL(PMEM) : LEVEL(L4); in intel_pmu_pebs_data_source_skl()
[all …]
/linux/arch/powerpc/perf/
A Disa207-common.c245 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
247 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HITM); in isa207_find_source()
249 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source()
251 ret |= PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in isa207_find_source()
254 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source()
256 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source()
258 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source()
260 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source()
A Disa207-common.h276 #define LEVEL(x) P(LVLNUM, x) macro
/linux/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/fs/fscache/
A Dinternal.h388 #define ____do_kdebug(LEVEL, POINT) \ argument
390 (FSCACHE_POINT_##POINT << (FSCACHE_DEBUG_ ## LEVEL * 3))))
391 #define ___do_kdebug(LEVEL, POINT) \ argument
392 ____do_kdebug(LEVEL, POINT)
/linux/drivers/scsi/libfc/
A Dfc_libfc.h22 #define FC_CHECK_LOGGING(LEVEL, CMD) \ argument
24 if (unlikely(fc_debug_logging & LEVEL)) \
/linux/arch/parisc/kernel/
A Dsignal32.c28 #define DBG(LEVEL, ...) \ argument
29 ((DEBUG_COMPAT_SIG_LEVEL >= LEVEL) \
32 #define DBG(LEVEL, ...) argument
A Dsignal.c44 #define DBG(LEVEL, ...) \ argument
45 ((DEBUG_SIG_LEVEL >= LEVEL) \
48 #define DBG(LEVEL, ...) argument
/linux/drivers/scsi/snic/
A Dsnic.h136 #define SNIC_CHECK_LOGGING(LEVEL, CMD) \ argument
138 if (unlikely(snic_log_level & LEVEL)) \
/linux/drivers/scsi/fnic/
A Dfnic.h138 #define FNIC_CHECK_LOGGING(LEVEL, CMD) \ argument
140 if (unlikely(fnic_log_level & LEVEL)) \
/linux/Documentation/driver-api/thermal/
A Dx86_pkg_temperature_thermal.rst17 Chapter 14.6: PACKAGE LEVEL THERMAL MANAGEMENT
/linux/arch/arm64/boot/dts/qcom/
A Dsc7180-trogdor-coachz.dtsi22 /* BOARD-SPECIFIC TOP LEVEL NODES */
A Dsc7180-trogdor-homestar.dtsi17 /* BOARD-SPECIFIC TOP LEVEL NODES */
A Dsc7280-herobrine.dtsi356 /* BOARD-SPECIFIC TOP LEVEL NODES */
A Dsc7180-trogdor.dtsi211 /* BOARD-SPECIFIC TOP LEVEL NODES */
A Dsdm845-cheza.dtsi115 /* BOARD-SPECIFIC TOP LEVEL NODES */
/linux/drivers/gpu/drm/radeon/
A Dsumod.h311 # define LEVEL(x) ((x) << 1) macro
/linux/Documentation/networking/
A Dnfc.rst103 LOW-LEVEL DATA EXCHANGE:
/linux/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/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 50 milliseconds

12