Home
last modified time | relevance | path

Searched refs:Nb (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h57 #define _PCMCIA(Nb) /* PCMCIA [0..1] */ \ argument
58 (0x20000000 + (Nb)*PCMCIASp)
59 #define _PCMCIAIO(Nb) _PCMCIA (Nb) /* PCMCIA I/O [0..1] */ argument
60 #define _PCMCIAAttr(Nb) /* PCMCIA Attribute [0..1] */ \ argument
61 (_PCMCIA (Nb) + 2*PCMCIAPrtSp)
62 #define _PCMCIAMem(Nb) /* PCMCIA Memory [0..1] */ \ argument
63 (_PCMCIA (Nb) + 3*PCMCIAPrtSp)
267 #define _UTCR0(Nb) __REG(0x80010000 + ((Nb) - 1)*0x00020000) /* UART Control Reg. 0 [1..3] */ argument
268 #define _UTCR1(Nb) __REG(0x80010004 + ((Nb) - 1)*0x00020000) /* UART Control Reg. 1 [1..3] */ argument
269 #define _UTCR2(Nb) __REG(0x80010008 + ((Nb) - 1)*0x00020000) /* UART Control Reg. 2 [1..3] */ argument
[all …]
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h73 #define _StMemBnk(Nb) /* Static Memory Bank [0..3] */ \ argument
74 (0x00000000 + (Nb)*StMemBnkSp)
90 #define _DRAMBnk(Nb) /* DRAM Bank [0..3] */ \ argument
91 (0xC0000000 + (Nb)*DRAMBnkSp)
136 #define _PCMCIA(Nb) /* PCMCIA [0..1] */ \ argument
137 (0x20000000 + (Nb)*PCMCIASp)
138 #define _PCMCIAIO(Nb) _PCMCIA (Nb) /* PCMCIA I/O [0..1] */ argument
139 #define _PCMCIAAttr(Nb) /* PCMCIA Attribute [0..1] */ \ argument
140 (_PCMCIA (Nb) + 2*PCMCIAPrtSp)
141 #define _PCMCIAMem(Nb) /* PCMCIA Memory [0..1] */ \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dpxa2xx_base.c60 #define _PCMCIA(Nb) /* PCMCIA [0..1] */ \ argument
61 (0x20000000 + (Nb) * PCMCIASp)
62 #define _PCMCIAIO(Nb) _PCMCIA(Nb) /* PCMCIA I/O [0..1] */ argument
63 #define _PCMCIAAttr(Nb) /* PCMCIA Attribute [0..1] */ \ argument
64 (_PCMCIA(Nb) + 2 * PCMCIAPrtSp)
65 #define _PCMCIAMem(Nb) /* PCMCIA Memory [0..1] */ \ argument
66 (_PCMCIA(Nb) + 3 * PCMCIAPrtSp)
/OK3568_Linux_fs/kernel/arch/arm/include/asm/hardware/
H A Dlocomo.h86 #define LOCOMO_GPIO(Nb) (0x01 << (Nb)) argument
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Dpxa2xx-regs.h112 #define PWER_GPIO(Nb) (1 << Nb) /* GPIO [0..15] wake-up enable */ argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h73 #define _PCMCIA(Nb) /* PCMCIA [0..1] */ \ argument
74 (0x20000000 + (Nb)*PCMCIASp)
75 #define _PCMCIAIO(Nb) _PCMCIA (Nb) /* PCMCIA I/O [0..1] */ argument
76 #define _PCMCIAAttr(Nb) /* PCMCIA Attribute [0..1] */ \ argument
77 (_PCMCIA (Nb) + 2*PCMCIAPrtSp)
78 #define _PCMCIAMem(Nb) /* PCMCIA Memory [0..1] */ \ argument
79 (_PCMCIA (Nb) + 3*PCMCIAPrtSp)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/
H A Ddynamic_bitset369 * (Nb+(B-1))/B words will be used for storage. B - Nb%B bits are
377 * the bit at index Nb-1 in the "most significant / left-hand"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/
H A Ddynamic_bitset369 * (Nb+(B-1))/B words will be used for storage. B - Nb%B bits are
377 * the bit at index Nb-1 in the "most significant / left-hand"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch133 # Nb: weird Perl-ism -- exit code of '1' is seen by Perl as 256...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dbitset694 * The template argument, @a Nb, may be any non-negative number,
698 * blocks. Let B be the number of bits in a word, then (Nb+(B-1))/B
699 * words will be used for storage. B - Nb%B bits are unused. (They are
707 * index Nb-1 in the <em>most significant / left-hand</em> position.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dbitset694 * The template argument, @a Nb, may be any non-negative number,
698 * blocks. Let B be the number of bits in a word, then (Nb+(B-1))/B
699 * words will be used for storage. B - Nb%B bits are unused. (They are
707 * index Nb-1 in the <em>most significant / left-hand</em> position.
/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/charmaps/
HDJIS_C6229-1984-HAND.gz
HDISO_10646.gz1<escape_char> / 2<comment_char> % 3 4% ISO/IEC 10646-1 ...
/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/charmaps/
HDJIS_C6229-1984-HAND.gz
HDISO_10646.gz1<escape_char> / 2<comment_char> % 3 4% ISO/IEC 10646-1 ...
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dnilfs2.rst230 |_blocks__|___A___|_(A,1)_|_____|(A,Na)_|___B___|_(B,1)_|_____|(B,Nb)_|___
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv1 …kkkiiiiiihhiigghgfecccbbba``aa`_`]YRKC9/./..0010--*-/.010-.0010.000/0-+(!#Nb\doa8#(49<CEFQcsz����…
242 …���������ų����l���������������˱����������������������������������������eV\[Nb���������������������…
290 …���������IJ����n���������������ʱ����������������������������������������eV][Nb���������������������…
503 …��������������������������������������������������������o���µ������������}9Nb�������������ƺ�������…
518 …]]][\\\]^\ZZ[WVWYYUSOI@:4-,+,.--..,**++-.++-,..-------01,-)('),-/47%1ZMHV9?Nb^@?;O_YO2w�q��[Z����|…
937 …!&%  +)"!)9L@,?IOjq^\bRJKPI>=7532400-""$"%(&.Nb^^_gsx|������zsz��…
961 …;::;89:89::::;:99::;989:::876799899778987889:989998799:78:9977657867895* %=Nb���������������������…
1035 …;::;89:89::::;:99::;989:::876799899778987889:989998799:78:9977657867895* %=Nb���������������������…
1113 …+3;:,&$""! #&)$%033AHVQ<+""!  $((!(Nb^_gsx|������zsz���…
1220 …uwwspkgdddcbcdccba^\UOC:3/../11021.-,/.+.0/10//./1004*<~�:& (JPIH^}te[R</8Nb]qyick`DRTGUORdXUu���…
[all …]
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Das.info2696 definition of that label write 'Nb', using the same number as when you
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Das.info2696 definition of that label write 'Nb', using the same number as when you