Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 25 of 37) sorted by relevance

12

/TwlSDK-5.1.0/include/twl/os/common/
DownerInfoEx.h118 } flags; member
312 …n (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalControlI… in OS_IsRestrictPictoChatBoot()
327 …n (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalControlI… in OS_IsRestrictDSDownloadBoot()
342 …n (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalControlI… in OS_IsRestrictBrowserBoot()
358 …n (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalControlI… in OS_IsRestrictPrepaidPoint()
373 …n (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalControlI… in OS_IsRestrictPhotoExchange()
388 …n (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalControlI… in OS_IsRestrictUGC()
DownerInfoEx_private.h80 } flags; member
113 }flags; member
/TwlSDK-5.1.0/build/libraries/spi/ARM9.TWL/src/
Dmicex.c28 static BOOL MicexStartLimitedSampling(void* buf, u32 size, u32 rate, u8 flags);
81 u8 flags; in MICEXi_StartLimitedSamplingAsync() local
109 flags = SPI_MIC_SAMPLING_TYPE_8BIT; in MICEXi_StartLimitedSamplingAsync()
112 flags = SPI_MIC_SAMPLING_TYPE_12BIT; in MICEXi_StartLimitedSamplingAsync()
115 flags = SPI_MIC_SAMPLING_TYPE_S8BIT; in MICEXi_StartLimitedSamplingAsync()
118 flags = SPI_MIC_SAMPLING_TYPE_S12BIT; in MICEXi_StartLimitedSamplingAsync()
121 flags = (SPI_MIC_SAMPLING_TYPE_12BIT | SPI_MIC_SAMPLING_TYPE_FILTER_OFF); in MICEXi_StartLimitedSamplingAsync()
124 flags = (SPI_MIC_SAMPLING_TYPE_S12BIT | SPI_MIC_SAMPLING_TYPE_FILTER_OFF); in MICEXi_StartLimitedSamplingAsync()
149flags = (u8)((flags & ~SPI_MIC_SAMPLING_TYPE_LOOP_MASK) | SPI_MIC_SAMPLING_TYPE_LOOP_ON); in MICEXi_StartLimitedSamplingAsync()
153flags = (u8)((flags & ~SPI_MIC_SAMPLING_TYPE_LOOP_MASK) | SPI_MIC_SAMPLING_TYPE_LOOP_OFF); in MICEXi_StartLimitedSamplingAsync()
[all …]
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_message.c55 BOOL OS_SendMessage(OSMessageQueue *mq, OSMessage msg, s32 flags) in OS_SendMessage() argument
64 if (!(flags & OS_MESSAGE_BLOCK)) in OS_SendMessage()
100 BOOL OS_ReceiveMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags) in OS_ReceiveMessage() argument
108 if (!(flags & OS_MESSAGE_BLOCK)) in OS_ReceiveMessage()
148 BOOL OS_JamMessage(OSMessageQueue *mq, OSMessage msg, s32 flags) in OS_JamMessage() argument
156 if (!(flags & OS_MESSAGE_BLOCK)) in OS_JamMessage()
194 BOOL OS_ReadMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags) in OS_ReadMessage() argument
202 if (!(flags & OS_MESSAGE_BLOCK)) in OS_ReadMessage()
Dos_ownerInfoEx.c110 return (p->flags.isAvailableWireless == 0x1); in OS_IsAvailableWireless_ltdmain()
148 return (p->flags.isAgreeEULAFlagList & 0x01) ? TRUE : FALSE; in OS_IsAgreeEULA()
252 if (p->flags.isSetParentalControl) in OSi_IsParentalControledAppCore()
398 return (p->flags.forceDisableWireless == 0x1); in OS_IsForceDisableWireless_ltdmain()
/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h88 void OS_EnableICacheForProtectionRegion(register u32 flags);
89 void OS_DisableICacheForProtectionRegion(register u32 flags);
135 void OS_SetIPermissionsForProtectionRegion(u32 setMask, u32 flags);
173 void OS_EnableDCacheForProtectionRegion(u32 flags);
174 void OS_DisableDCacheForProtectionRegion(u32 flags);
219 void OS_SetDPermissionsForProtectionRegion(u32 setMask, u32 flags);
257 void OS_EnableWriteBufferForProtectionRegion(u32 flags);
258 void OS_DisableWriteBufferForProtectionRegion(u32 flags);
276 u32 OS_GetWriteBufferEnableFlagsForProtectionRegion(u32 flags);
/TwlSDK-5.1.0/include/nitro/os/common/
Dmessage.h78 BOOL OS_SendMessage(OSMessageQueue *mq, OSMessage msg, s32 flags);
93 BOOL OS_ReceiveMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags);
108 BOOL OS_JamMessage(OSMessageQueue *mq, OSMessage msg, s32 flags);
124 BOOL OS_ReadMessage(OSMessageQueue *mq, OSMessage *msg, s32 flags);
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dmic.c66 static BOOL MicStartAutoSampling(void *buf, u32 size, u32 span, u8 flags);
207 u8 flags; in MIC_StartAutoSamplingAsync() local
244 flags = SPI_MIC_SAMPLING_TYPE_8BIT; in MIC_StartAutoSamplingAsync()
247 flags = SPI_MIC_SAMPLING_TYPE_12BIT; in MIC_StartAutoSamplingAsync()
250 flags = SPI_MIC_SAMPLING_TYPE_S8BIT; in MIC_StartAutoSamplingAsync()
253 flags = SPI_MIC_SAMPLING_TYPE_S12BIT; in MIC_StartAutoSamplingAsync()
256 flags = (SPI_MIC_SAMPLING_TYPE_12BIT | SPI_MIC_SAMPLING_TYPE_FILTER_OFF); in MIC_StartAutoSamplingAsync()
259 flags = (SPI_MIC_SAMPLING_TYPE_S12BIT | SPI_MIC_SAMPLING_TYPE_FILTER_OFF); in MIC_StartAutoSamplingAsync()
267 flags = (u8)(flags | SPI_MIC_SAMPLING_TYPE_LOOP_ON); in MIC_StartAutoSamplingAsync()
271 flags = (u8)(flags | SPI_MIC_SAMPLING_TYPE_LOOP_OFF); in MIC_StartAutoSamplingAsync()
[all …]
/TwlSDK-5.1.0/build/libraries/fs/common/include/
Dutil.h213 SDK_INLINE void FSi_WaitConditionOn(u32 *flags, u32 bits, OSThreadQueue *queue) in FSi_WaitConditionOn() argument
216 while ((*flags & bits) == 0) in FSi_WaitConditionOn()
234 SDK_INLINE void FSi_WaitConditionOff(u32 *flags, u32 bits, OSThreadQueue *queue) in FSi_WaitConditionOff() argument
237 while ((*flags & bits) != 0) in FSi_WaitConditionOff()
/TwlSDK-5.1.0/include/nitro/snd/common/
Dcommand.h98 struct SNDCommand *SND_AllocCommand(u32 flags);
101 const SNDCommand *SND_RecvCommandReply(u32 flags);
103 BOOL SND_FlushCommand(u32 flags);
Dexchannel.h256 void SND_LockChannel(u32 chBitMask, u32 flags);
257 void SND_UnlockChannel(u32 chBitMask, u32 flags);
258 void SND_StopUnlockedChannel(u32 chBitMask, u32 flags);
259 u32 SND_GetLockedChannel(u32 flags);
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c38 asm void OS_EnableICacheForProtectionRegion( register u32 flags ) in OS_EnableICacheForProtectionRegion() argument
47 asm void OS_DisableICacheForProtectionRegion( register u32 flags ) in OS_DisableICacheForProtectionRegion() argument
102 asm void OS_SetIPermissionsForProtectionRegion( register u32 setMask, register u32 flags ) in OS_SetIPermissionsForProtectionRegion() argument
150 asm void OS_EnableDCacheForProtectionRegion( register u32 flags ) in OS_EnableDCacheForProtectionRegion() argument
159 asm void OS_DisableDCacheForProtectionRegion( register u32 flags ) in OS_DisableDCacheForProtectionRegion() argument
214 asm void OS_SetDPermissionsForProtectionRegion( register u32 setMask, register u32 flags ) in OS_SetDPermissionsForProtectionRegion() argument
262 asm void OS_EnableWriteBufferForProtectionRegion( register u32 flags ) in OS_EnableWriteBufferForProtectionRegion() argument
270 asm void OS_DisableWriteBufferForProtectionRegion( register u32 flags ) in OS_DisableWriteBufferForProtectionRegion() argument
294 asm u32 OS_GetWriteBufferEnableFlagsForProtectionRegion( register u32 flags ) in OS_GetWriteBufferEnableFlagsForProtectionRegion() argument
/TwlSDK-5.1.0/include/nitro/snd/ARM9/
Dinterface.h81 void SND_StartTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags);
82 void SND_StopTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags);
87 void SND_LockChannel(u32 chBitMask, u32 flags);
88 void SND_UnlockChannel(u32 chBitMask, u32 flags);
89 void SND_StopUnlockedChannel(u32 chBitMask, u32 flags);
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_if.c316 void DSP_SendFifoExCore(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoExCore() argument
319 u16 incmode = (u16)((flags & DSP_FIFO_FLAG_DEST_FIX) ? 0 : REG_DSP_PCFG_AIM_MASK); in DSP_SendFifoExCore()
325 if (flags & DSP_FIFO_FLAG_SRC_FIX) in DSP_SendFifoExCore()
364 void DSP_RecvFifoExCore(DSPFifoMemSel memsel, u16* dest, u16 src, int size, u16 flags) in DSP_RecvFifoExCore() argument
368 u16 incmode = (u16)((flags & DSP_FIFO_FLAG_SRC_FIX) ? 0 : REG_DSP_PCFG_AIM_MASK); in DSP_RecvFifoExCore()
372 switch (flags & DSP_FIFO_FLAG_RECV_MASK) in DSP_RecvFifoExCore()
395 if (flags & DSP_FIFO_FLAG_DEST_FIX) in DSP_RecvFifoExCore()
Ddsp_pipe.c439 ((pipe->flags & DSP_PIPE_FLAG_PORTMASK) >> 1), in DSP_SyncPipe()
440 (pipe->flags & 1)); in DSP_SyncPipe()
457 int port = ((pipe->flags & DSP_PIPE_FLAG_PORTMASK) >> 1); in DSP_FlushPipe()
458 int peer = (pipe->flags & 1); in DSP_FlushPipe()
470 DSP_SendData(DSP_PIPE_COMMAND_REGISTER, (u16)(pipe->flags & DSP_PIPE_FLAG_PORTMASK)); in DSP_FlushPipe()
657 if ((peer == DSP_PIPE_INPUT) && ((pipe->flags & DSP_PIPE_FLAG_BOUND) != 0)) in DSP_HookPipeNotification()
/TwlSDK-5.1.0/include/twl/dsp/ARM9/
Ddsp_if.h363 void DSP_SendFifoExCore(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags);
364 SDK_INLINE void DSP_SendFifoEx(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoEx() argument
368 DSP_SendFifoExCore(memsel, dest, src, size, flags); in DSP_SendFifoEx()
410 void DSP_RecvFifoExCore(DSPFifoMemSel memsel, u16 *dest, u16 src, int size, u16 flags);
411 SDK_INLINE void DSP_RecvFifoEx(DSPFifoMemSel memsel, u16 *dest, u16 src, int size, u16 flags) in DSP_RecvFifoEx() argument
415 DSP_RecvFifoExCore(memsel, dest, src, size, flags); in DSP_RecvFifoEx()
/TwlSDK-5.1.0/build/libraries/snd/ARM9/src/
Dsnd_interface.c236 void SND_StartTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags) in SND_StartTimer() argument
238 PushCommand(SND_COMMAND_START_TIMER, chBitMask, capBitMask, alarmBitMask, flags); in SND_StartTimer()
241 void SND_StopTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags) in SND_StopTimer() argument
253 PushCommand(SND_COMMAND_STOP_TIMER, chBitMask, capBitMask, alarmBitMask, flags); in SND_StopTimer()
285 void SND_StopUnlockedChannel(u32 chBitMask, u32 flags) in SND_StopUnlockedChannel() argument
287 PushCommand(SND_COMMAND_STOP_UNLOCKED_CHANNEL, chBitMask, flags, 0, 0); in SND_StopUnlockedChannel()
290 void SND_LockChannel(u32 chBitMask, u32 flags) in SND_LockChannel() argument
292 PushCommand(SND_COMMAND_LOCK_CHANNEL, chBitMask, flags, 0, 0); in SND_LockChannel()
295 void SND_UnlockChannel(u32 chBitMask, u32 flags) in SND_UnlockChannel() argument
297 PushCommand(SND_COMMAND_UNLOCK_CHANNEL, chBitMask, flags, 0, 0); in SND_UnlockChannel()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c343 u32 flags = 0; in DEMOi_HIO_CreateFile() local
344 flags |= ((permit & FS_PERMIT_R) != 0) ? ISTDFIO_FILEIO_FLAG_READ : 0; in DEMOi_HIO_CreateFile()
345 flags |= ((permit & FS_PERMIT_W) != 0) ? ISTDFIO_FILEIO_FLAG_WRITE : 0; in DEMOi_HIO_CreateFile()
346 flags |= ISTDFIO_FILEIO_FLAG_FORCE; in DEMOi_HIO_CreateFile()
348 result = DEMOi_HIO_ConvertError(ISTDFIOOpen(file, tmppath, flags)); in DEMOi_HIO_CreateFile()
470 u32 flags = 0; in DEMOi_HIO_OpenFile() local
471 flags |= ((mode & FS_FILEMODE_R) != 0) ? ISTDFIO_FILEIO_FLAG_READ : 0; in DEMOi_HIO_OpenFile()
472 flags |= ((mode & FS_FILEMODE_W) != 0) ? ISTDFIO_FILEIO_FLAG_WRITE : 0; in DEMOi_HIO_OpenFile()
474 result = DEMOi_HIO_ConvertError(ISTDFIOOpen(handle, tmppath, flags)); in DEMOi_HIO_OpenFile()
646 u32 flags = 0; in DEMOi_HIO_OpenDirectory() local
[all …]
/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_command.c92 static void StartTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags);
93 static void StopTimer(u32 chBitMask, u32 capBitMask, u32 alarmBitMask, u32 flags);
179 const SNDCommand *SND_RecvCommandReply(u32 flags) in SND_RecvCommandReply() argument
185 if (flags & SND_COMMAND_BLOCK) in SND_RecvCommandReply()
245 SNDCommand *SND_AllocCommand(u32 flags) in SND_AllocCommand() argument
256 if ((flags & SND_COMMAND_BLOCK) == 0) in SND_AllocCommand()
338 BOOL SND_FlushCommand(u32 flags) in SND_FlushCommand() argument
352 if ((flags & SND_COMMAND_BLOCK) == 0) in SND_FlushCommand()
376 if ((flags & SND_COMMAND_BLOCK) == 0) in SND_FlushCommand()
416 if (flags & SND_COMMAND_IMMEDIATE) in SND_FlushCommand()
[all …]
/TwlSDK-5.1.0/include/nitro/mi/
Duncomp_stream.h33 u8 flags; // Compression flag 1B member
48 u8 flags; // Compression flag 1B member
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_secureuncompress.c136 u8 flags = *pSrc++; in MI_SecureUncompressRL() local
137 s32 length = flags & 0x7f; in MI_SecureUncompressRL()
143 if ( !(flags & 0x80) ) in MI_SecureUncompressRL()
271 u32 flags = *pSrc++; in MI_SecureUncompressLZ() local
273 u32 flags; in MI_SecureUncompressLZ() local
280 flags = *pSrc++; in MI_SecureUncompressLZ()
285 if ( !(flags & 0x80) ) in MI_SecureUncompressLZ()
392 flags <<= 1; in MI_SecureUncompressLZ()
Dmi_uncomp_stream.c41 context->flags = 0; in MI_InitUncompContextRL()
62 context->flags = 0; in MI_InitUncompContextLZ()
118 ldrb r5, [r0, #MIUncompContextRL.flags] // r5: flags = context->flags; in MI_ReadUncompRL8()
177 strb r5, [r0, #MIUncompContextRL.flags] // context->flags = flags; in MI_ReadUncompRL8()
206 ldrb r5, [r0, #MIUncompContextRL.flags] // r5: flags = context->flags; in MI_ReadUncompRL16()
272 strb r5, [r0, #MIUncompContextRL.flags] // context->flags = flags; in MI_ReadUncompRL16()
301 … ldrb r5, [r0, #MIUncompContextLZ.flags] // r5: flags = context->flags; in MI_ReadUncompLZ8()
420 strb r5, [r0, #MIUncompContextLZ.flags] // context->flags = flags; in MI_ReadUncompLZ8()
452 … ldrb r5, [r0, #MIUncompContextLZ.flags] // r5: flags = context->flags; in MI_ReadUncompLZ16()
597 strb r5, [r0, #MIUncompContextLZ.flags] // context->flags = flags; in MI_ReadUncompLZ16()
/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_g711.c68 static void DSPi_SendCodecG711(void *dst, const void *src, u32 len, DSPAudioCodecMode flags) in DSPi_SendCodecG711() argument
71 command.ctrl = DSP_32BIT_TO_DSP(flags); in DSPi_SendCodecG711()
/TwlSDK-5.1.0/build/libraries/os/common/include/
Dapplication_jump_private.h77 LauncherBootFlags flags; // Launcher operation flags during a reset member
/TwlSDK-5.1.0/include/nitro/wfs/
Dclient.h52 u32 flags:31; member

12