Home
last modified time | relevance | path

Searched refs:NB (Results 1 – 25 of 103) sorted by relevance

12345

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dmxm8x10.c372 #define NB(x) (NAND_BLOCK_SIZE * (x)) macro
376 .size = NB(0x002),
377 .offset = NB(0x000),
382 .size = NB(0x010),
383 .offset = NB(0x002),
388 .size = NB(0x36c),
389 .offset = NB(0x012)
393 .size = NB(0x082),
394 .offset = NB(0x37e),
/OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/
H A Dnv_hw.c144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local
155 NB = 1; in nvGetClocks()
158 NB = (pll >> 24) & 0xFF; in nvGetClocks()
160 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
168 NB = (pll >> 24) & 0xFF; in nvGetClocks()
170 *NVClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
179 NB = (pll >> 8) & 0xFF; in nvGetClocks()
182 NB = 1; in nvGetClocks()
184 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks()
193 NB = (pll >> 8) & 0xFF; in nvGetClocks()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DREADME.osx89 Appendix - AMR-NB/AMR-WB Support
92 SoX contains support for reading and writing AMR-NB and AMR-WB files but
96 AMR-NB/AMR-WB support can be enabled by placing required libraries
H A DREADME.win32128 Appendix - AMR-NB/AMR-WB Support
131 SoX contains support for reading and writing AMR-NB and AMR-WB files but
135 AMR-NB/AMR-WB support can be enabled by placing required DLL's
138 MP3 applications already installed on your system. For AMR-NB support,
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6sl-tolino-shine2hd.dts5 * Name on mainboard is: 37NB-E60QF0+4A2 or 37NB-E60QF0+4A3
576 * 37NB-E60QF0+4A2: CyberTan WC121 (BCM43362) SDIO WiFi
577 * 37NB-E60QF0+4A3: RTL8189F SDIO WiFi
/OK3568_Linux_fs/buildroot/package/opencore-amr/
H A DConfig.in6 Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB)
/OK3568_Linux_fs/buildroot/package/libaacs/
H A DConfig.in9 NB: this project doesn't offer any key or certificate that
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dflock.c39 P_CMD(NB); in syscall_arg__scnprintf_flock()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/microchip/
H A Dsparx5_pcb134_emmc.dts21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
H A Dsparx5_pcb135_emmc.dts21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
H A Dsparx5_pcb125.dts21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
/OK3568_Linux_fs/buildroot/package/libbdplus/
H A DConfig.in12 NB: this project doesn't offer any key, configuration file or
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A Dpass-options-to-AR.patch12 #NB: don't override $(MAKE); gnumake sets it well, propagating -j etc.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Dst-thermal.txt19 NB: For thermal sensor's for which no interrupt has been
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Duk-TunbridgeWells3 # <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/TN11�0NB/NA/0/>
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0006-Support-PARTLABEL.patch55 * NB: closes fd. */
102 /* NB: we take ownership of (malloc'ed) label and uuid */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/davinci/
H A Dpsc.txt27 the device-specific datasheet to find these numbers. NB: Most local
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D61_global-symbol-test.patch43 +# NB: skips missing files
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Ddwc3-st.txt36 NB: The dr_mode property described in [1] is NOT optional for this driver, as the default value
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dpwm-regulator.txt49 NB: To be clear, if voltage-table is provided, then the device will be used
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0024-fix-create-thread-failed-in-unprivileged-process-BZ-.patch85 /* NB: Restore errno since errno may be checked against non-zero
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-PR28804-tune-default-stap-s-buffer-size-on-small-RAM.patch44 +/* NB: Note default in man/stap.1.in */
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmutils.h658 #define DECLARE_MAP_API(NB, RSH, LSH, OFF, MSK) \ argument
659 static INLINE void setbit##NB(void *ptr, uint32 ix, uint32 val) \
668 static INLINE uint32 getbit##NB(void *ptr, uint32 ix) \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmutils.h658 #define DECLARE_MAP_API(NB, RSH, LSH, OFF, MSK) \ argument
659 static INLINE void setbit##NB(void *ptr, uint32 ix, uint32 val) \
668 static INLINE uint32 getbit##NB(void *ptr, uint32 ix) \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmutils.h658 #define DECLARE_MAP_API(NB, RSH, LSH, OFF, MSK) \ argument
659 static INLINE void setbit##NB(void *ptr, uint32 ix, uint32 val) \
668 static INLINE uint32 getbit##NB(void *ptr, uint32 ix) \

12345