Home
last modified time | relevance | path

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

/TwlSDK-5.5/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
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/
Dos_printf.c621 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/
Dmain.c37 u32 word; member
175 f.word = buffer[2]; in main()
/TwlSDK-5.5/build/libraries/card/common/src/
Dcard_rom.c390 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/
Dcommondefs165 DEFAULT_LDRES_TEMPLATE := $(NITRO_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /,…
/TwlSDK-5.5/build/buildtools/twl/
Dcommondefs210 DEFAULT_LDRES_TEMPLATE := $(TWL_SPECDIR)/$(basename $(word $(words $(subst /, ,$(LD))),$(subst /, ,…
/TwlSDK-5.5/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.5/include/twl/mi/common/
Ddma.h741 void MI_SetNDmaBlockWord( u32 ndmaNo, u32 word );