/openbmc/linux/sound/soc/codecs/ |
H A D | tscs42xx.h | 115 #define RV(v, b) ((v)<<(b)) macro 136 #define RV_HPVOLL_P6DB RV(FV_HPVOLL_P6DB, FB_HPVOLL) 137 #define RV_HPVOLL_N88PT5DB RV(FV_HPVOLL_N88PT5DB, FB_HPVOLL) 138 #define RV_HPVOLL_MUTE RV(FV_HPVOLL_MUTE, FB_HPVOLL) 159 #define RV_HPVOLR_P6DB RV(FV_HPVOLR_P6DB, FB_HPVOLR) 160 #define RV_HPVOLR_N88PT5DB RV(FV_HPVOLR_N88PT5DB, FB_HPVOLR) 161 #define RV_HPVOLR_MUTE RV(FV_HPVOLR_MUTE, FB_HPVOLR) 182 #define RV_SPKVOLL_P12DB RV(FV_SPKVOLL_P12DB, FB_SPKVOLL) 184 RV(FV_SPKVOLL_N77PT25DB, FB_SPKVOLL) 186 #define RV_SPKVOLL_MUTE RV(FV_SPKVOLL_MUTE, FB_SPKVOLL) [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-novatek-nt39016.c | 70 #define RV(REG, VAL) { .reg = (REG), .def = (VAL), .delay_us = 2 } macro 72 RV(NT39016_REG_SYSTEM, 0x00), 73 RV(NT39016_REG_TIMING, 0x00), 74 RV(NT39016_REG_OP, 0x03), 75 RV(NT39016_REG_DATA_IN, 0xCC), 76 RV(NT39016_REG_SRC_TIMING_DELAY, 0x46), 77 RV(NT39016_REG_GATE_TIMING_DELAY, 0x05), 78 RV(NT39016_REG_RESERVED, 0x00), 79 RV(NT39016_REG_INITIAL_FUNC, 0x00), 80 RV(NT39016_REG_CONTRAST, 0x08), [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | ata_piix.c | 112 RV = -3, /* reserved */ enumerator 346 { RV, RV, RV, RV }, 347 { RV, RV, RV, RV }, 363 { RV, RV, RV, RV }, 380 { RV, RV, RV, RV }, 390 { RV, RV, RV, RV }, 392 { RV, RV, RV, RV }, 402 { RV, RV, RV, RV }, /* 01b */ 403 { RV, RV, RV, RV }, /* 10b */ 404 { RV, RV, RV, RV }, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/ |
H A D | directfb.inc | 73 # inputdrivers_libdir = d.expand('${libdir}/directfb-${RV}/inputdrivers') 81 ${libdir}/directfb-${RV}/systems/*.la \ 82 ${libdir}/directfb-${RV}/inputdrivers/*.la \ 83 ${libdir}/directfb-${RV}/interfaces/*/*.la \ 84 ${libdir}/directfb-${RV}/wm/*.la \ 88 ${libdir}/directfb-${RV}/systems/*.so \ 89 ${libdir}/directfb-${RV}/inputdrivers/*.so \ 90 ${libdir}/directfb-${RV}/interfaces/*/*.so \ 91 ${libdir}/directfb-${RV}/wm/*.so \
|
H A D | directfb_1.7.7.bb | 3 RV = "1.7-7"
|
/openbmc/linux/kernel/trace/rv/ |
H A D | Kconfig | 14 menuconfig RV config 18 Enable the kernel runtime verification infrastructure. RV is a 21 theorem proving). RV works by analyzing the trace of the system's 29 depends on RV 42 depends on RV 56 depends on RV
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.h | 57 #define RV(x) ((target_ulong)1 << (x - 'A')) macro 63 #define RVI RV('I') 64 #define RVE RV('E') /* E and I are mutually exclusive */ 65 #define RVM RV('M') 66 #define RVA RV('A') 67 #define RVF RV('F') 68 #define RVD RV('D') 69 #define RVV RV('V') 70 #define RVC RV('C') 71 #define RVS RV('S') [all …]
|
/openbmc/linux/tools/verification/rv/ |
H A D | README.txt | 1 RV: Runtime Verification 3 Runtime Verification (RV) is a lightweight (yet rigorous) method that 11 Installing RV 13 RV depends on the following libraries and tools:
|
/openbmc/linux/Documentation/tools/rv/ |
H A D | rv.rst | 20 Runtime Verification (**RV**) is a lightweight (yet rigorous) method 23 re-implementation a instruction level), RV works by analyzing the trace 55 Linux kernel *RV* documentation:
|
H A D | rv-list.rst | 35 Linux kernel *RV* documentation:
|
H A D | rv-mon-wwnr.rst | 35 Linux kernel *RV* documentation:
|
H A D | rv-mon-wip.rst | 36 Linux kernel *RV* documentation:
|
H A D | rv-mon.rst | 47 Linux kernel *RV* documentation:
|
/openbmc/linux/Documentation/trace/rv/ |
H A D | runtime-verification.rst | 5 Runtime Verification (RV) is a lightweight (yet rigorous) method that 11 re-implementation a instruction level), RV works by analyzing the trace of the 15 The main advantage is that RV can give precise information on the runtime 31 *RV monitor* abstraction. A *RV monitor* includes a reference model of the 36 Linux +---- RV Monitor ----------------------------------+ Formal 59 In Linux terms, a *reactor* is an reaction method available for *RV monitors*. 65 RV applied to Linux: 77 Online RV monitors
|
H A D | da_monitor_synthesis.rst | 4 The starting point for the application of runtime verification (RV) techniques 15 the *RV monitor* abstraction. The RV monitor includes a set of instances 21 Linux +----- RV Monitor ----------------------------------+ Formal 42 The synthesis of automata-based models into the Linux *RV monitor* abstraction 61 - wip.c: the RV monitor
|
H A D | da_monitor_instrumentation.rst | 4 The RV monitor file created by dot2k, with the name "$MODEL_NAME.c" 141 The RV interface also facilitates this step. For example, the macro "rv_attach_trace_probe()"
|
/openbmc/linux/arch/riscv/boot/dts/allwinner/ |
H A D | sun20i-d1-lichee-rv-86-panel-720p.dts | 7 model = "Sipeed Lichee RV 86 Panel (720p)";
|
H A D | sun20i-d1-lichee-rv-86-panel-480p.dts | 7 model = "Sipeed Lichee RV 86 Panel (480p)";
|
H A D | sun20i-d1-lichee-rv.dts | 14 model = "Sipeed Lichee RV";
|
H A D | sun20i-d1-lichee-rv-dock.dts | 10 model = "Sipeed Lichee RV Dock";
|
/openbmc/docs/release/metrics/ |
H A D | 2019-11 | 151 1000414 Rashmi-RV,0
|
H A D | 2019-12 | 186 1000414 Rashmi-RV,1
|
H A D | 2020-01 | 186 1000414 Rashmi-RV,1
|
H A D | 2020-03 | 186 1000414 Rashmi-RV,0
|
H A D | 2020-02 | 186 1000414 Rashmi-RV,1
|