Home
last modified time | relevance | path

Searched refs:LB (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dv3-v360epc-pci.txt44 0x60000000 0 0x01000000 /* 16 MiB @ LB 60000000 */
46 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */
48 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
50 0x20000000 0 0x20000000 /* 512 MB @ LB 20000000 1:1 */
52 0x80000000 0 0x40000000>; /* 1GB @ LB 80000000 */
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/
H A Dkmcoge4.dts154 ranges = <0 0 0xf 0xffa00000 0x00040000 /* LB 0 */
155 1 0 0xf 0xfb000000 0x00010000 /* LB 1 */
156 2 0 0xf 0xd0000000 0x10000000 /* LB 2 */
157 3 0 0xf 0xe0000000 0x10000000>; /* LB 3 */
H A Dsbc8641d.dts29 3 0 0xe0000000 0x04000000 // 64MB LB SDRAM (CS3)
30 4 0 0xe4000000 0x04000000 // 64MB LB SDRAM (CS4)
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c45 #define LB "lb " macro
1217 "1:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1222 "2:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1227 "3:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1232 "4:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1235 "1:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1240 "2:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1245 "3:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1250 "4:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1290 "1:" LB "%1, 0(%2)\n" in mipsr2_decoder()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga-hw.c14 LB = 1, enumerator
92 LT, RT, LB, RB, in rga_lookup_draw_pos()
95 RT, LT, RB, LB, in rga_lookup_draw_pos()
98 RB, LB, RT, LT, in rga_lookup_draw_pos()
101 LB, RB, LT, RT, in rga_lookup_draw_pos()
111 case LB: in rga_lookup_draw_pos()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.y98 %token LB
186 menu: MENU STRING LB { OpenMenu($2); free($2); } newline_or_nada menulist RB {CloseMenu();}
196 icons: ICONS LB {OpenIcons();} newline_or_nada iconlist RB {CloseIcons();}
223 styles: STYLES LB {OpenStyles();} newline_or_nada stylelist RB {CloseStyles();}
238 sysmenu: SYSMENU LB NEWLINE {OpenSysMenu();} newline_or_nada sysmenulist RB {CloseSysMenu();}
H A Dwinprefsyacc.h59 LB = 260, /* LB */ enumerator
95 #define LB 260 macro
H A Dwinprefslex.l93 "{" { return LB; }
H A Dwinprefsyacc.c205 LB = 260, /* LB */ enumerator
241 #define LB 260 macro
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dintegratorap.dts167 0x60000000 0 0x00010000 /* 64 KB @ LB 60000000 */
169 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */
171 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
173 0x20000000 0 0x20000000 /* 512 MB @ LB 20000000 1:1 */
175 0x80000000 0 0x40000000>; /* 1GB @ LB 80000000 */
/OK3568_Linux_fs/kernel/drivers/staging/most/net/
H A Dnet.c40 #define LB(value) ((u8)(value)) macro
104 *buff++ = LB(mdp_len - 2); in skb_to_mamac()
114 *buff++ = LB(payload_len + 6); in skb_to_mamac()
124 *buff++ = LB(payload_len); in skb_to_mamac()
148 *buff++ = LB(mep_len - 2); in skb_to_mep()
/OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/
H A DLB+poonceonces.litmus1 C LB+poonceonces
H A DLB+poacquireonce+pooncerelease.litmus1 C LB+poacquireonce+pooncerelease
H A DLB+fencembonceonce+ctrlonceonce.litmus1 C LB+fencembonceonce+ctrlonceonce
H A DREADME52 LB+fencembonceonce+ctrlonceonce.litmus
57 LB+poacquireonce+pooncerelease.litmus
62 LB+poonceonces.litmus
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Drecipes.txt350 Load buffering (LB)
353 The LB pattern has one CPU load from one variable and then store to a
358 can be seen in the LB+poonceonces.litmus litmus test.
363 /* See LB+fencembonceonce+ctrlonceonce.litmus. */
382 illustrates LB. Here is a repeat of the comment in
532 previous CPU wrote. The LB litmus-test patterns contain only
555 the LB litmus test, a control dependency was enough to do the
H A Dlitmus-tests.txt314 the "load buffering" (LB) use case that is used in the Linux kernel to
319 1 C LB+fencembonceonce+ctrlonceonce
348 1 Test LB+fencembonceonce+ctrlonceonce Allowed
356 9 Observation LB+fencembonceonce+ctrlonceonce Never 0 2
357 10 Time LB+fencembonceonce+ctrlonceonce 0.00
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.h39 SRI(LB_DATA_FORMAT, LB, id), \
93 SRI(LB_MEMORY_CTRL, LB, id), \
113 SRI(DATA_FORMAT, LB, id), \
162 SRI(DC_LB_MEMORY_SPLIT, LB, id), \
163 SRI(DC_LB_MEM_SIZE, LB, id), \
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Dkmeter1.dts500 ranges = <0 0 0xf0000000 0x04000000 /* LB 0 */
501 1 0 0xe8000000 0x01000000 /* LB 1 */
502 3 0 0xa0000000 0x10000000>; /* LB 3 */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Duk-Mendip3 # <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/BA5�3LB/NA/0/>
/OK3568_Linux_fs/kernel/fs/unicode/
H A Dutf8-norm.c264 #define LB (0x1100) macro
296 h += utf8encode3((char *)h, li + LB); in utf8hangul()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dex-exit.S17 mtusr $r14, $LB
H A Dex-entry.S14 mfusr $r14, $LB
/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 Dar_LB197 country_ab2 "LB"
/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 Dar_LB197 country_ab2 "LB"

12