| /linux-6.15/sound/hda/ |
| H A D | hdmi_chmap.c | 28 FR = (1 << 2), /* Front Right */ enumerator 63 [0] = FL | FR, 121 { .ca_index = 0x00, .speakers = { 0, 0, 0, 0, 0, 0, FR, FL } }, 123 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } }, 125 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } }, 127 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 129 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 131 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 133 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 135 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, [all …]
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | hdmi-codec.c | 194 .mask = FL | FR }, 198 .mask = FL | FR | FC }, 200 .mask = FL | FR | LFE }, 208 .mask = FL | FR | RL | RR }, 212 .mask = FL | FR | FC | RC }, 216 .mask = FL | FR | RC }, 264 .mask = FL | FR | RL | RR }, 268 .mask = FL | FR | FC | RC }, 272 .mask = FL | FR | RC }, 276 .mask = FL | FR | FC }, [all …]
|
| /linux-6.15/sound/x86/ |
| H A D | intel_hdmi_audio.c | 63 [0] = FL | FR, 82 { .ca_index = 0x00, .speakers = { 0, 0, 0, 0, 0, 0, FR, FL } }, 84 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } }, 86 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } }, 88 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 90 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 92 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 94 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 96 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 98 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, [all …]
|
| H A D | intel_hdmi_audio.h | 56 FR = (1 << 2), /* Front Right */ enumerator
|
| /linux-6.15/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fec.c | 60 #define FR(_fecp, _reg) __fs_in32(&(_fecp)->fec_ ## _reg) macro 63 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v)) 66 #define FC(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) & ~(_v)) 79 if ((FR(fecp, ecntrl) & FEC_ECNTRL_RESET) == 0) in whack_reset() 342 if ((FR(fecp, ecntrl) & FEC_ECNTRL_ETHER_EN) == 0) in stop() 346 for (i = 0; ((FR(fecp, ievent) & 0x10000000) == 0) && in stop() 406 return FR(fecp, ievent) & FR(fecp, imask); in get_int_events()
|
| /linux-6.15/arch/sh/math-emu/ |
| H A D | math.c | 38 #define FR ((unsigned long*)(fregs->fp_regs)) macro 39 #define FR0 (FR[BANK(0)]) 40 #define FRn (FR[BANK(n)]) 41 #define FRm (FR[BANK(m)]) 47 #define XFn (FR[BANK(XREG(n))]) 48 #define XFm (FR[BANK(XREG(m))])
|
| /linux-6.15/Documentation/devicetree/bindings/powerpc/4xx/ |
| H A D | cpm.txt | 12 in the following order (ER,FR,SR). The 14 (SR,ER,FR). For the second case set
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | fpu.S | 28 sll t0, t0, 5 # is Status.FR set? 72 sll t0, t0, 5 # is Status.FR set?
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | entry.S | 682 #define FR(n) n * 8 + TI_FP($8) macro 687 #define V(n) stt $f##n, FR(n) 697 stt $f0, FR(31) # save fpcr in slot of $f31 698 ldt $f0, FR(0) # don't let "__save_fpu" change fp state.
|
| /linux-6.15/Documentation/input/devices/ |
| H A D | yealink.rst | 54 NEW REP SU MO TU WE TH FR SA 63 Icon name : NEW REP SU MO TU WE TH FR SA 154 FR
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | hw_shared.h | 354 uint32_t FR:1; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_afmt.c | 92 cea_channels.channels.FR = speaker_flags.FL_FR; in speakers_to_channels()
|
| /linux-6.15/Documentation/sound/designs/ |
| H A D | channel-mapping-api.rst | 72 have {FL/FR/RL/RR} channel map, ``_PAIRED`` type would allow you to swap 73 only {RL/RR/FL/FR} while ``_VAR`` type would allow even swapping FL and
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | r4k_fpu.S | 114 bgez t0, 1f # skip storing odd if FR=0 182 bgez t0, 1f # skip loading odd if FR=0
|
| /linux-6.15/Documentation/networking/ |
| H A D | regulatory.rst | 119 { ZD_REGDOMAIN_FRANCE, "FR" },
|
| /linux-6.15/Documentation/i2c/busses/ |
| H A D | i2c-i801.rst | 14 * Intel 82801FB/FR/FW/FRW (ICH6)
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dio/dcn10/ |
| H A D | dcn10_stream_encoder.c | 1136 cea_channels.channels.FR = speaker_flags.FL_FR; in speakers_to_channels()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_stream_encoder.c | 1123 cea_channels.channels.FR = speaker_flags.FL_FR; in speakers_to_channels()
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | bttv.rst | 1597 Mercury www.kobian.com (UK and FR)
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 2730 always accessed according to the current guest FPU mode (Status.FR and 7377 accessed (depending on the current guest FPU register mode), and the Status.FR,
|