Home
last modified time | relevance | path

Searched refs:BE (Results 1 – 25 of 708) sorted by relevance

12345678910>>...29

/linux/Documentation/sound/soc/
H A Ddpcm.rst48 supports 6 back end (BE) DAIs. Each FE PCM can digitally route audio data to any
49 of the BE DAIs. The FE PCM devices can also route audio to more than 1 BE DAI.
119 1. Define the FE and BE DAI links.
121 2. Define any FE/BE PCM operations.
126 FE and BE DAI links
146 For the example above we have to define 4 FE DAI links and 6 BE DAI links. The
162 .....< other FE and BE DAI links here >
173 The FE DAI above sets the codec and code DAIs to dummy devices since the BE is
176 The BE DAIs are configured as follows :-
195 .....< other BE DAI links here >
[all …]
/linux/arch/arc/kernel/
H A Dunaligned.c17 #define BE 1 macro
21 #define BE 0 macro
46 val = v << ((BE) ? 8 : 0); \
48 val |= v << ((BE) ? 0 : 8); \
57 val = v << ((BE) ? 24 : 0); \
59 val |= v << ((BE) ? 16 : 8); \
61 val |= v << ((BE) ? 8 : 16); \
63 val |= v << ((BE) ? 0 : 24); \
/linux/drivers/net/wireless/realtek/rtw89/
H A DKconfig42 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
48 Select this option will enable support for 8851BE chipset
64 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter"
71 Select this option will enable support for 8852BE chipset
76 tristate "Realtek 8852BE-VT PCI wireless network (Wi-Fi 6) adapter"
83 Select this option will enable support for 8852BE-VT chipset
/linux/Documentation/devicetree/bindings/
H A Dcommon-properties.txt15 know the peripheral always needs to be accessed in big endian (BE) mode.
21 BE vmlinux -> ioread32be/iowrite32be). In this case no byte swaps
41 Scenario 2 : CPU in LE mode & device in BE mode.
49 Scenario 3 : CPU in BE mode & device in BE mode.
57 Scenario 4 : CPU in BE mode & device in LE mode.
/linux/sound/soc/generic/
H A Daudio-graph-card2-custom-sample.dtsi91 * FE BE
102 * FE BE
136 /* BE FE */
142 /* BE FE */
200 * [DPCM]: both FE / BE
206 * [DPCM-Multi]: both FE / BE
263 * [DPCM-Multi]::BE
265 * FE BE
496 * FE BE
508 * FE BE
[all …]
/linux/arch/arm/mm/
H A Dalignment.c185 #define BE 1 macro
190 #define BE 0 macro
218 val = v << ((BE) ? 8 : 0); \
220 val |= v << ((BE) ? 0 : 8); \
235 val = v << ((BE) ? 24 : 0); \
237 val |= v << ((BE) ? 16 : 8); \
239 val |= v << ((BE) ? 8 : 16); \
241 val |= v << ((BE) ? 0 : 24); \
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c63 #define BE (F2(0, 2) | CONDE) macro
66 #define BE_PTR BE
465 emit_branch(BE, t_offset + 20); in bpf_jit_compile()
560 emit_branch_off(BE, 12); in bpf_jit_compile()
645 COND_SEL(BPF_JMP | BPF_JEQ | BPF_K, BE, BNE); in bpf_jit_compile()
646 COND_SEL(BPF_JMP | BPF_JSET | BPF_K, BNE, BE); in bpf_jit_compile()
649 COND_SEL(BPF_JMP | BPF_JEQ | BPF_X, BE, BNE); in bpf_jit_compile()
650 COND_SEL(BPF_JMP | BPF_JSET | BPF_X, BNE, BE); in bpf_jit_compile()
/linux/drivers/mtd/maps/
H A DKconfig168 mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL.
208 BE VERY CAREFUL.
217 BE VERY CAREFUL.
226 BE VERY CAREFUL.
235 BE VERY CAREFUL.
244 BE VERY CAREFUL.
271 BE VERY CAREFUL.
/linux/arch/um/drivers/
H A DKconfig167 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
184 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
205 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
226 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
272 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
295 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
321 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
/linux/arch/riscv/include/asm/
H A Dimage.h24 #define __HEAD_FLAGS (__HEAD_FLAG(BE))
/linux/arch/arm64/kernel/
H A Dimage.h54 #define __HEAD_FLAGS (__HEAD_FLAG(BE) | \
/linux/Documentation/translations/zh_CN/arch/riscv/
H A Dboot-image-header.rst65 Bit 0 内核字节序。1 if BE, 0 if LE.
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq4019-ap.dk01.1-c1.dts9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
/linux/drivers/net/wireless/realtek/rtw88/
H A DKconfig47 tristate "Realtek 8822BE PCI wireless network adapter"
53 Select this option will enable support for 8822BE chipset
/linux/LICENSES/deprecated/
H A DISC20 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
H A DLinux-OpenIB23 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/linux/arch/arm/kernel/
H A Dhead.S257 str r8, [r5, #4] @ Save physical start of kernel (BE)
270 str r3, [r5, #4] @ Save physical end of kernel (BE)
413 ARM_BE8(eor r4, r4, r5) @ Swap r5 and r4 in BE:
/linux/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h294 u8 BE :1; member
303 u8 BE :1; /* baud clock pin */ member
/linux/arch/m68k/fpsp040/
H A Dslogn.S340 |--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
347 |--LOG(1+U) CAN BE VERY EFFICIENT.
355 addl ADJK(%a6),%d0 | ...ADJUST K, ORIGINAL INPUT MAY BE DENORM.
/linux/arch/arm/boot/dts/arm/
H A Darm-realview-eb-bbrevd.dts17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
H A Darm-realview-eb-a9mp-bbrevd.dts17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
H A Darm-realview-eb-11mp-bbrevd.dts17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/linux/Documentation/gpu/amdgpu/display/
H A Ddcn-overview.rst87 referred as **Front End (FE)** and **Back End (BE)**, where FE consists of:
93 On the other hand, BE consist of
99 OPP and OPTC are two joining blocks between FE and BE. On a side note, this is
102 is to change, blend and compose pixel data, while BE's job is to frame a
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dhubgf100.fuc317 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
H A Dgpcgk208.fuc517 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR

12345678910>>...29