Home
last modified time | relevance | path

Searched defs:word (Results 1 – 5 of 5) 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/tools/showversion/
Dmain.c37 u32 word; member
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_printf.c618 register OSPrintWChar word; in OS_PrintServer() local
683 register OSPrintWChar word; in OS_FPutStringPrnSrv() local
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_rom.c391 u32 word = 0; in CARDi_ReadRomWithCPU() local
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_ndma.c1707 void MI_SetNDmaBlockWord( u32 ndmaNo, u32 word ) in MI_SetNDmaBlockWord()