/linux/sound/hda/ |
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/sound/soc/codecs/ |
A D | hdmi-codec.c | 197 .mask = FL | FR}, 200 .mask = FL | FR | LFE}, 203 .mask = FL | FR | FC }, 209 .mask = FL | FR | RL | RR }, 215 .mask = FL | FR | FC | RL | RR }, 224 .mask = FL | FR | LFE | FC }, 226 .mask = FL | FR | RC}, 228 .mask = FL | FR | LFE | RC }, 230 .mask = FL | FR | FC | RC }, 234 .mask = FL | FR | RC | RL | RR }, [all …]
|
/linux/sound/x86/ |
A D | intel_hdmi_audio.c | 60 [0] = FL | FR, 79 { .ca_index = 0x00, .speakers = { 0, 0, 0, 0, 0, 0, FR, FL } }, 81 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } }, 83 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } }, 85 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 87 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 89 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 91 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 93 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 95 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, [all …]
|
A D | intel_hdmi_audio.h | 56 FR = (1 << 2), /* Front Right */ enumerator
|
/linux/drivers/net/ethernet/freescale/fs_enet/ |
A D | mac-fec.c | 65 #define FR(_fecp, _reg) __fs_in32(&(_fecp)->fec_ ## _reg) macro 68 #define FS(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) | (_v)) 71 #define FC(_fecp, _reg, _v) FW(_fecp, _reg, FR(_fecp, _reg) & ~(_v)) 84 if ((FR(fecp, ecntrl) & FEC_ECNTRL_RESET) == 0) in whack_reset() 350 if ((FR(fecp, ecntrl) & FEC_ECNTRL_ETHER_EN) == 0) in stop() 354 for (i = 0; ((FR(fecp, ievent) & 0x10000000) == 0) && in stop() 424 return FR(fecp, ievent) & FR(fecp, imask); in get_int_events()
|
/linux/fs/reiserfs/ |
A D | fix_node.c | 807 brelse(tb->FR[i]); in free_buffers_in_tb() 814 tb->FR[i] = NULL; in free_buffers_in_tb() 1189 brelse(tb->FR[h]); in get_parents() 1193 tb->FR[h] = NULL; in get_parents() 1254 brelse(tb->FR[h]); in get_parents() 1256 tb->FR[h] = curf; in get_parents() 1988 !tb->FR[h]) { in dc_check_balance_leaf() 2741 tb->FR[i]); in fix_nodes() 2753 brelse(tb->FR[i]); in fix_nodes() 2760 tb->FR[i] = NULL; in fix_nodes() [all …]
|
A D | do_balan.c | 33 bi->bi_parent = tb->FR[0]; in buffer_info_init_right() 155 if (tb->FR[0] == PATH_H_PPARENT(tb->tb_path, 0)) { in balance_leaf_when_delete_left() 161 1 < B_NR_ITEMS(tb->FR[0])) in balance_leaf_when_delete_left() 163 tb->lkey[0], tb->FR[0], 1); in balance_leaf_when_delete_left() 245 RFALSE(tb->FR[0] && B_LEVEL(tb->FR[0]) != DISK_LEAF_NODE_LEVEL + 1, in balance_leaf_when_delete() 246 "vs- 12000: level: wrong FR %z", tb->FR[0]); in balance_leaf_when_delete() 1597 RFALSE(PATH_H_PPARENT(tb->tb_path, h) == NULL || tb->FR[h] == NULL, in get_right_neighbor_position() 1599 h, PATH_H_PPARENT(tb->tb_path, h), h, tb->FR[h]); in get_right_neighbor_position() 1671 retval |= locked_or_not_in_tree(tb, tb->FR[0], "FR[0]"); in check_before_balancing() 1698 (tb->FR[0], get_right_neighbor_position(tb, 0)))) { in check_after_balance_leaf()
|
A D | ibalance.c | 70 src_bi->bi_parent = tb->FR[h]; in internal_define_dest_src_infos() 87 dest_bi->bi_parent = tb->FR[h]; in internal_define_dest_src_infos() 110 dest_bi->bi_parent = tb->FR[h]; in internal_define_dest_src_infos() 942 bi.bi_parent = tb->FR[h]; in balance_internal() 960 bi.bi_parent = tb->FR[h]; in balance_internal()
|
A D | prints.c | 681 (tb->FR[h]) ? (long long)(tb->FR[h]-> in store_print_tb()
|
A D | lbalance.c | 661 dest_bi->bi_parent = tb->FR[0]; in leaf_define_dest_src_infos() 669 src_bi->bi_parent = tb->FR[0]; in leaf_define_dest_src_infos() 685 dest_bi->bi_parent = tb->FR[0]; in leaf_define_dest_src_infos()
|
A D | reiserfs.h | 2421 struct buffer_head *FR[MAX_HEIGHT]; member
|
/linux/arch/sh/math-emu/ |
A D | math.c | 36 #define FR ((unsigned long*)(fregs->fp_regs)) macro 37 #define FR0 (FR[BANK(0)]) 38 #define FRn (FR[BANK(n)]) 39 #define FRm (FR[BANK(m)]) 45 #define XFn (FR[BANK(XREG(n))]) 46 #define XFm (FR[BANK(XREG(m))])
|
/linux/Documentation/devicetree/bindings/powerpc/4xx/ |
A D | cpm.txt | 12 in the following order (ER,FR,SR). The 14 (SR,ER,FR). For the second case set
|
/linux/arch/mips/kvm/ |
A D | fpu.S | 28 sll t0, t0, 5 # is Status.FR set? 72 sll t0, t0, 5 # is Status.FR set?
|
/linux/Documentation/input/devices/ |
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/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_apg.c | 82 cea_channels.channels.FR = speaker_flags.FL_FR; in speakers_to_channels()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | hw_shared.h | 346 uint32_t FR:1; member
|
/linux/Documentation/sound/designs/ |
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/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_afmt.c | 92 cea_channels.channels.FR = speaker_flags.FL_FR; in speakers_to_channels()
|
/linux/arch/mips/kernel/ |
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/Documentation/i2c/busses/ |
A D | i2c-i801.rst | 14 * Intel 82801FB/FR/FW/FRW (ICH6)
|
/linux/Documentation/networking/ |
A D | regulatory.rst | 119 { ZD_REGDOMAIN_FRANCE, "FR" },
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_stream_encoder.c | 1143 cea_channels.channels.FR = speaker_flags.FL_FR; in speakers_to_channels()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_stream_encoder.c | 1137 cea_channels.channels.FR = speaker_flags.FL_FR; in speakers_to_channels()
|
/linux/Documentation/admin-guide/media/ |
A D | bttv.rst | 1597 Mercury www.kobian.com (UK and FR)
|