Home
last modified time | relevance | path

Searched refs:FR (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdmi_chmap.c28 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 …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdmi-codec.c41 FR = BIT(2), /* Front Right */ enumerator
197 .mask = FL | FR},
200 .mask = FL | FR | LFE},
203 .mask = FL | FR | FC },
206 .mask = FL | FR | LFE | FC | RL | RR},
209 .mask = FL | FR | RL | RR },
212 .mask = FL | FR | LFE | RL | RR },
215 .mask = FL | FR | FC | RL | RR },
218 .mask = FL | FR | LFE | FC | RL | RR | RC },
221 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC },
[all …]
/OK3568_Linux_fs/kernel/sound/x86/
H A Dintel_hdmi_audio.c60 [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 …]
H A Dintel_hdmi_audio.h56 FR = (1 << 2), /* Front Right */ enumerator
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dframerelay.rst4 Frame Relay (FR)
7 Frame Relay (FR) support for linux is built into a two tiered system of device
8 drivers. The upper layer implements RFC1490 FR specification, and uses the
27 S508 are supported. This driver is currently set up for only FR, but as
35 FR firmware into the card, sets the irq/port/memory information, and provides
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c65 #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()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dfix_node.c807 brelse(tb->FR[i]); in free_buffers_in_tb()
814 tb->FR[i] = NULL; in free_buffers_in_tb()
944 (r = tb->FR[h]) == NULL) in get_rfree()
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()
1812 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / in dc_check_balance_internal()
1848 || tb->rnum[h] < vn->vn_nr_item + 1 || !tb->FR[h]) { in dc_check_balance_internal()
1872 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / (DC_SIZE + in dc_check_balance_internal()
[all …]
H A Ddo_balan.c33 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()
/OK3568_Linux_fs/kernel/arch/sh/math-emu/
H A Dmath.c36 #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))])
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dca_FR13 % Territory: FR
90 country_ab2 "FR"
H A Dia_FR13 % Territory: FR
126 country_ab2 "FR"
H A Dfr_FR18 % Territory: FR
167 country_ab2 "FR"
H A Dbr_FR19 % Territory: FR
164 country_ab2 "FR"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dca_FR13 % Territory: FR
90 country_ab2 "FR"
H A Dia_FR13 % Territory: FR
126 country_ab2 "FR"
H A Dfr_FR18 % Territory: FR
167 country_ab2 "FR"
H A Dbr_FR19 % Territory: FR
164 country_ab2 "FR"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/4xx/
H A Dcpm.txt12 in the following order (ER,FR,SR). The
14 (SR,ER,FR). For the second case set
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dfpu.S28 sll t0, t0, 5 # is Status.FR set?
72 sll t0, t0, 5 # is Status.FR set?
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0001-raddb-certs-Makefile-fix-the-existed-certificate-err.patch13 ERROR:There is already a certificate for /C=FR/ST=Radius/O=Example Inc./CN=user@example.org/emailAd…
19 Subject Name :/C=FR/ST=Radius/O=Example Inc./CN=user@example.org/emailAddress=user@example.org
/OK3568_Linux_fs/buildroot/package/perl-sub-exporter-progressive/
H A Dperl-sub-exporter-progressive.mk9 PERL_SUB_EXPORTER_PROGRESSIVE_SITE = $(BR2_CPAN_MIRROR)/authors/id/F/FR/FREW
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dyealink.rst54 NEW REP SU MO TU WE TH FR SA
63 Icon name : NEW REP SU MO TU WE TH FR SA
154 FR
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/
H A Dinit36 test ! -x /sbin/restorecon || /sbin/restorecon -FR /var/lib/net-snmp
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/lib/gconv/
H A Dgconv-modules145 alias ISO646-FR// NF_Z_62-010//
146 alias FR// NF_Z_62-010//
501 alias CSEBCDICCAFR// EBCDIC-CA-FR//
502 alias EBCDICCAFR// EBCDIC-CA-FR//
503 module EBCDIC-CA-FR// INTERNAL EBCDIC-CA-FR 1
504 module INTERNAL EBCDIC-CA-FR// EBCDIC-CA-FR 1
549 alias CSEBCDICFR// EBCDIC-FR//
550 alias EBCDICFR// EBCDIC-FR//
551 module EBCDIC-FR// INTERNAL EBCDIC-FR 1
552 module INTERNAL EBCDIC-FR// EBCDIC-FR 1
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/lib64/gconv/
H A Dgconv-modules145 alias ISO646-FR// NF_Z_62-010//
146 alias FR// NF_Z_62-010//
501 alias CSEBCDICCAFR// EBCDIC-CA-FR//
502 alias EBCDICCAFR// EBCDIC-CA-FR//
503 module EBCDIC-CA-FR// INTERNAL EBCDIC-CA-FR 1
504 module INTERNAL EBCDIC-CA-FR// EBCDIC-CA-FR 1
549 alias CSEBCDICFR// EBCDIC-FR//
550 alias EBCDICFR// EBCDIC-FR//
551 module EBCDIC-FR// INTERNAL EBCDIC-FR 1
552 module INTERNAL EBCDIC-FR// EBCDIC-FR 1
[all …]

123