Searched refs:word (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.5/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 50 #define DSP_WORD_TO_ARM32(word) (u32)((word) << 1) argument 51 #define DSP_WORD_TO_DSP32(word) (u32)((word) >> 1) argument
|
| /TwlSDK-5.5/build/libraries/os/common/src/ |
| D | os_printf.c | 621 register OSPrintWChar word; in OS_PrintServer() local 643 word.s = p->buffer[out].s; in OS_PrintServer() 644 if (word.c[0]) in OS_PrintServer() 646 common_buffer[i++] = word.c[0]; // store via cache in OS_PrintServer() 648 if (word.c[1]) in OS_PrintServer() 650 common_buffer[i++] = word.c[1]; // store via cache in OS_PrintServer() 686 register OSPrintWChar word; in OS_FPutStringPrnSrv() local 711 p->buffer[in].s = word.s = (u16)((*(u16 *)(str - 1)) & 0xff00); in OS_FPutStringPrnSrv() 714 if (!word.c[1]) in OS_FPutStringPrnSrv() 720 p->buffer[in].s = word.s = *(u16 *)str; in OS_FPutStringPrnSrv() [all …]
|
| /TwlSDK-5.5/build/tools/showversion/ |
| D | main.c | 37 u32 word; member 175 f.word = buffer[2]; in main()
|
| /TwlSDK-5.5/build/libraries/card/common/src/ |
| D | card_rom.c | 390 u32 word = 0; in CARDi_ReadRomWithCPU() local 399 if (word < (CARD_ROM_PAGE_SIZE / sizeof(u32))) in CARDi_ReadRomWithCPU() 401 ((u32 *)ptr)[word++] = data; in CARDi_ReadRomWithCPU()
|
| /TwlSDK-5.5/build/buildtools/nitro/ |
| D | commondefs | 165 DEFAULT_LDRES_TEMPLATE := $(NITRO_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /,…
|
| /TwlSDK-5.5/build/buildtools/twl/ |
| D | commondefs | 210 DEFAULT_LDRES_TEMPLATE := $(TWL_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /, ,…
|
| /TwlSDK-5.5/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.5/include/twl/mi/common/ |
| D | dma.h | 741 void MI_SetNDmaBlockWord( u32 ndmaNo, u32 word );
|