Home
last modified time | relevance | path

Searched refs:RV (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dtscs42xx.h115 #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_MUT
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtscs42xx.h115 #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_MUT
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt39016.c71 #define RV(REG, VAL) { .reg = (REG), .def = (VAL), .delay_us = 2 } macro
73 RV(NT39016_REG_SYSTEM, 0x00),
74 RV(NT39016_REG_TIMING, 0x00),
75 RV(NT39016_REG_OP, 0x03),
76 RV(NT39016_REG_DATA_IN, 0xCC),
77 RV(NT39016_REG_SRC_TIMING_DELAY, 0x46),
78 RV(NT39016_REG_GATE_TIMING_DELAY, 0x05),
79 RV(NT39016_REG_RESERVED, 0x00),
80 RV(NT39016_REG_INITIAL_FUNC, 0x00),
81 RV(NT39016_REG_CONTRAS
95 #undef RV global() macro
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt39016.c70 #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_CONTRAS
94 #undef RV global() macro
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Data_piix.c111 RV = -3, /* reserved */ enumerator
345 { RV, RV, RV, RV },
346 { RV, RV, RV, RV },
362 { RV, R
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Data_piix.c112 RV = -3, /* reserved */ enumerator
346 { RV, RV, RV, RV },
347 { RV, RV, RV, RV },
363 { RV, R
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/tests/
H A Dni_routes_test.c123 /* This table is indexed as RV[destination][source] */
124 static const u8 RV[NI_NUM_NAMES][NI_NUM_NAMES] = { variable
176 private.routing_tables.route_values = &RV[0][0]; in init_pci_fake()
/kernel/linux/linux-6.6/drivers/comedi/drivers/tests/
H A Dni_routes_test.c122 /* This table is indexed as RV[destination][source] */
123 static const u8 RV[NI_NUM_NAMES][NI_NUM_NAMES] = { variable
175 private.routing_tables.route_values = &RV[0][0]; in init_pci_fake()

Completed in 12 milliseconds