/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_hdmi_helper.c | 88 #define EC(x) ((x) << 2) macro 92 #define HDMI_COLORIMETRY_SMPTE_170M_YCC (C(1) | EC(0) | ACE(0)) 93 #define HDMI_COLORIMETRY_BT709_YCC (C(2) | EC(0) | ACE(0)) 94 #define HDMI_COLORIMETRY_XVYCC_601 (C(3) | EC(0) | ACE(0)) 95 #define HDMI_COLORIMETRY_XVYCC_709 (C(3) | EC(1) | ACE(0)) 96 #define HDMI_COLORIMETRY_SYCC_601 (C(3) | EC(2) | ACE(0)) 97 #define HDMI_COLORIMETRY_OPYCC_601 (C(3) | EC(3) | ACE(0)) 98 #define HDMI_COLORIMETRY_OPRGB (C(3) | EC(4) | ACE(0)) 99 #define HDMI_COLORIMETRY_BT2020_CYCC (C(3) | EC(5) | ACE(0)) 100 #define HDMI_COLORIMETRY_BT2020_RGB (C(3) | EC( 120 #undef EC global() macro [all...] |
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | mce_amd.c | 575 u16 ec = EC(m->status); in decode_mc0_mce() 685 u16 ec = EC(m->status); in decode_mc1_mce() 831 u16 ec = EC(m->status); in decode_mc2_mce() 842 u16 ec = EC(m->status); in decode_mc3_mce() 873 u16 ec = EC(m->status); in decode_mc4_mce() 930 u16 ec = EC(m->status); in decode_mc5_mce()
|
H A D | mce_amd.h | 9 #define EC(x) ((x) & 0xffff) macro
|
H A D | amd64_edac.c | 2593 u16 ec = EC(m->status); in decode_bus_error()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | mce_amd.c | 766 u16 ec = EC(m->status); in decode_mc0_mce() 876 u16 ec = EC(m->status); in decode_mc1_mce() 1022 u16 ec = EC(m->status); in decode_mc2_mce() 1033 u16 ec = EC(m->status); in decode_mc3_mce() 1064 u16 ec = EC(m->status); in decode_mc4_mce() 1121 u16 ec = EC(m->status); in decode_mc5_mce()
|
H A D | mce_amd.h | 9 #define EC(x) ((x) & 0xffff) macro
|
H A D | amd64_edac.c | 3016 u16 ec = EC(m->status); in decode_bus_error()
|
/kernel/linux/linux-5.10/sound/pci/ali5451/ |
H A D | ali5451.c | 987 unsigned int EC) in snd_ali_write_voice_regs() 1000 (EC & 0x00000fff); in snd_ali_write_voice_regs() 1191 unsigned int EC; in snd_ali_playback_prepare() local 1231 EC = 0; in snd_ali_playback_prepare() 1247 EC); in snd_ali_playback_prepare() 1263 EC); in snd_ali_playback_prepare() 1282 unsigned int EC; in snd_ali_prepare() local 1337 EC = 0; in snd_ali_prepare() 1350 EC); in snd_ali_prepare() 976 snd_ali_write_voice_regs(struct snd_ali *codec, unsigned int Channel, unsigned int LBA, unsigned int CSO, unsigned int ESO, unsigned int DELTA, unsigned int ALPHA_FMS, unsigned int GVSEL, unsigned int PAN, unsigned int VOL, unsigned int CTRL, unsigned int EC) snd_ali_write_voice_regs() argument
|
/kernel/linux/linux-6.6/sound/pci/ali5451/ |
H A D | ali5451.c | 986 unsigned int EC) in snd_ali_write_voice_regs() 999 (EC & 0x00000fff); in snd_ali_write_voice_regs() 1190 unsigned int EC; in snd_ali_playback_prepare() local 1230 EC = 0; in snd_ali_playback_prepare() 1246 EC); in snd_ali_playback_prepare() 1262 EC); in snd_ali_playback_prepare() 1281 unsigned int EC; in snd_ali_prepare() local 1336 EC = 0; in snd_ali_prepare() 1349 EC); in snd_ali_prepare() 975 snd_ali_write_voice_regs(struct snd_ali *codec, unsigned int Channel, unsigned int LBA, unsigned int CSO, unsigned int ESO, unsigned int DELTA, unsigned int ALPHA_FMS, unsigned int GVSEL, unsigned int PAN, unsigned int VOL, unsigned int CTRL, unsigned int EC) snd_ali_write_voice_regs() argument
|
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_main.c | 66 dev_dbg(trident->card->dev, "EC: 0x%x\n", val & 0x0fff); 450 (voice->EC & 0x00000fff); in snd_trident_write_voice_regs() 458 (voice->EC & 0x00000fff); in snd_trident_write_voice_regs() 466 (voice->EC & 0x00000fff); in snd_trident_write_voice_regs() 931 voice->EC = 0; in snd_trident_playback_prepare() 957 evoice->EC = 0; in snd_trident_playback_prepare() 1078 voice->EC = 0; in snd_trident_capture_prepare() 1166 voice->EC = 0; in snd_trident_si7018_capture_prepare() 1186 evoice->EC = 0; in snd_trident_si7018_capture_prepare() 1244 voice->EC in snd_trident_foldback_prepare() [all...] |
H A D | trident.h | 277 unsigned short EC; /* 12 bits */ member
|
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident_main.c | 66 dev_dbg(trident->card->dev, "EC: 0x%x\n", val & 0x0fff); 450 (voice->EC & 0x00000fff); in snd_trident_write_voice_regs() 458 (voice->EC & 0x00000fff); in snd_trident_write_voice_regs() 466 (voice->EC & 0x00000fff); in snd_trident_write_voice_regs() 931 voice->EC = 0; in snd_trident_playback_prepare() 957 evoice->EC = 0; in snd_trident_playback_prepare() 1078 voice->EC = 0; in snd_trident_capture_prepare() 1166 voice->EC = 0; in snd_trident_si7018_capture_prepare() 1186 evoice->EC = 0; in snd_trident_si7018_capture_prepare() 1244 voice->EC in snd_trident_foldback_prepare() [all...] |
H A D | trident.h | 276 unsigned short EC; /* 12 bits */ member
|
/kernel/linux/linux-5.10/sound/soc/amd/ |
H A D | acp3x-rt5682-max9836.c | 39 EC, enumerator 284 DAILINK_COMP_ARRAY(COMP_CODEC("GOOG0013:00", "EC Codec I2S RX"))); 324 [EC] = {
|
/kernel/linux/linux-6.6/sound/soc/amd/ |
H A D | acp3x-rt5682-max9836.c | 50 EC, enumerator 297 DAILINK_COMP_ARRAY(COMP_CODEC("GOOG0013:00", "EC Codec I2S RX"))); 337 [EC] = {
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_edid.c | 5675 #define EC(x) ((x) << 2) macro 5679 #define HDMI_COLORIMETRY_SMPTE_170M_YCC (C(1) | EC(0) | ACE(0)) 5680 #define HDMI_COLORIMETRY_BT709_YCC (C(2) | EC(0) | ACE(0)) 5681 #define HDMI_COLORIMETRY_XVYCC_601 (C(3) | EC(0) | ACE(0)) 5682 #define HDMI_COLORIMETRY_XVYCC_709 (C(3) | EC(1) | ACE(0)) 5683 #define HDMI_COLORIMETRY_SYCC_601 (C(3) | EC(2) | ACE(0)) 5684 #define HDMI_COLORIMETRY_OPYCC_601 (C(3) | EC(3) | ACE(0)) 5685 #define HDMI_COLORIMETRY_OPRGB (C(3) | EC(4) | ACE(0)) 5686 #define HDMI_COLORIMETRY_BT2020_CYCC (C(3) | EC(5) | ACE(0)) 5687 #define HDMI_COLORIMETRY_BT2020_RGB (C(3) | EC( 5707 #undef EC global() macro [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | asus_wmi_sensors.c | 54 #define ASUSWMI_MONITORING_GUID "466747A0-70EC-11DE-8A39-0800200C9A66" 118 EC = 0x2 enumerator
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ |
H A D | fealnx.c | 270 EC = 0x00000800, /* excessive collision */ enumerator 1501 if (tx_status & (CSL | LC | EC | UDF | HF)) { in intr_handler() 1503 if (tx_status & EC) in intr_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ |
H A D | fealnx.c | 270 EC = 0x00000800, /* excessive collision */ enumerator 1503 if (tx_status & (CSL | LC | EC | UDF | HF)) { in intr_handler() 1505 if (tx_status & EC) in intr_handler()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 371 SET_VAL(EC, csum_enable) | in xgene_enet_work_msg()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 371 SET_VAL(EC, csum_enable) | in xgene_enet_work_msg()
|