Home
last modified time | relevance | path

Searched refs:word (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.1.0/include/twl/dsp/common/
Dbyteaccess.h48 #define DSP_WORD_TO_ARM(word) (u16)((word) << 1) argument
49 #define DSP_WORD_TO_DSP(word) (u16)((word) >> 1) argument
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_printf.c618 register OSPrintWChar word; in OS_PrintServer() local
640 word.s = p->buffer[out].s; in OS_PrintServer()
641 if (word.c[0]) in OS_PrintServer()
643 common_buffer[i++] = word.c[0]; // store via cache in OS_PrintServer()
645 if (word.c[1]) in OS_PrintServer()
647 common_buffer[i++] = word.c[1]; // store via cache in OS_PrintServer()
683 register OSPrintWChar word; in OS_FPutStringPrnSrv() local
708 p->buffer[in].s = word.s = (u16)((*(u16 *)(str - 1)) & 0xff00); in OS_FPutStringPrnSrv()
711 if (!word.c[1]) in OS_FPutStringPrnSrv()
717 p->buffer[in].s = word.s = *(u16 *)str; in OS_FPutStringPrnSrv()
[all …]
/TwlSDK-5.1.0/build/tools/showversion/
Dmain.c37 u32 word; member
175 f.word = buffer[2]; in main()
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_rom.c391 u32 word = 0; in CARDi_ReadRomWithCPU() local
400 if (word < (CARD_ROM_PAGE_SIZE / sizeof(u32))) in CARDi_ReadRomWithCPU()
402 ((u32 *)ptr)[word++] = data; in CARDi_ReadRomWithCPU()
/TwlSDK-5.1.0/build/libraries/math/common/src/asm/
Dsha1.s39 .word 0x5A827999
41 .word 0x6ED9EBA1
43 .word 0x8F1BBCDC
45 .word 0xCA62C1D6
Dsha256.s35 .word MATH_SHA256iConst
/TwlSDK-5.1.0/build/buildtools/nitro/
Dcommondefs165 DEFAULT_LDRES_TEMPLATE := $(NITRO_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /,…
/TwlSDK-5.1.0/build/buildtools/twl/
Dcommondefs210 DEFAULT_LDRES_TEMPLATE := $(TWL_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /, ,…
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_ndma.c1707 void MI_SetNDmaBlockWord( u32 ndmaNo, u32 word ) in MI_SetNDmaBlockWord() argument
1709 MIi_NDmaConfig[ndmaNo].blockWord = word; in MI_SetNDmaBlockWord()
/TwlSDK-5.1.0/include/twl/mi/common/
Ddma.h741 void MI_SetNDmaBlockWord( u32 ndmaNo, u32 word );