Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/demos/snd/
DMakefile24 SUBDIRS_P = channel stream synth capture seq
/TwlSDK-5.1.0/build/demos/snd/seq/
DMakefile20 SRCS = main.c seq.c channel.c piano.g5.pcm16.c
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c64 inline u32 PMi_MakeData1(u32 bit, u32 seq, u32 command, u32 data) in PMi_MakeData1() argument
66 return (bit) | ((seq) << SPI_PXI_INDEX_SHIFT) | ((command) << 8) | ((data) & 0xff); in PMi_MakeData1()
70 inline u32 PMi_MakeData2(u32 bit, u32 seq, u32 data) in PMi_MakeData2() argument
72 return (bit) | ((seq) << SPI_PXI_INDEX_SHIFT) | ((data) & 0xffff); in PMi_MakeData2()