Searched refs:word (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.1.0/include/twl/dsp/common/ |
| D | byteaccess.h | 48 #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/ |
| D | os_printf.c | 618 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/ |
| D | main.c | 37 u32 word; member 175 f.word = buffer[2]; in main()
|
| /TwlSDK-5.1.0/build/libraries/card/common/src/ |
| D | card_rom.c | 391 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/ |
| D | sha1.s | 39 .word 0x5A827999 41 .word 0x6ED9EBA1 43 .word 0x8F1BBCDC 45 .word 0xCA62C1D6
|
| D | sha256.s | 35 .word MATH_SHA256iConst
|
| /TwlSDK-5.1.0/build/buildtools/nitro/ |
| D | commondefs | 165 DEFAULT_LDRES_TEMPLATE := $(NITRO_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /,…
|
| /TwlSDK-5.1.0/build/buildtools/twl/ |
| D | commondefs | 210 DEFAULT_LDRES_TEMPLATE := $(TWL_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /, ,…
|
| /TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/ |
| D | mi_ndma.c | 1707 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/ |
| D | dma.h | 741 void MI_SetNDmaBlockWord( u32 ndmaNo, u32 word );
|