Searched refs:busy (Results 1 – 9 of 9) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/hw/ARM9/ |
| D | ioreg_CP.h | 163 #define REG_CP_DIVCNT_FIELD( busy, div0, mode ) \ argument 165 ((u32)(busy) << REG_CP_DIVCNT_BUSY_SHIFT) | \ 206 #define REG_CP_SQRTCNT_FIELD( busy, mode ) \ argument 208 ((u32)(busy) << REG_CP_SQRTCNT_BUSY_SHIFT) | \
|
| D | ioreg_MI.h | 509 #define REG_MI_MCCNT0_FIELD( e, i, sel, busy, mode, baudrate ) \ argument 514 ((u32)(busy) << REG_MI_MCCNT0_BUSY_SHIFT) | \
|
| /TwlSDK-5.1.0/include/twl/hw/ARM9/ |
| D | ioreg_CP.h | 163 #define REG_CP_DIVCNT_FIELD( busy, div0, mode ) \ argument 165 ((u32)(busy) << REG_CP_DIVCNT_BUSY_SHIFT) | \ 206 #define REG_CP_SQRTCNT_FIELD( busy, mode ) \ argument 208 ((u32)(busy) << REG_CP_SQRTCNT_BUSY_SHIFT) | \
|
| D | ioreg_MI.h | 1571 #define REG_MI_MCCNT0_FIELD( e, i, sel, busy, mode, baudrate ) \ argument 1576 ((u32)(busy) << REG_MI_MCCNT0_BUSY_SHIFT) | \ 1748 #define REG_MI_MCCNT0_A_FIELD( e, i, sel, busy, mode, baudrate ) \ argument 1753 ((u32)(busy) << REG_MI_MCCNT0_A_BUSY_SHIFT) | \ 1985 #define REG_MI_MCCNT0_B_FIELD( e, i, sel, busy, mode, baudrate ) \ argument 1990 ((u32)(busy) << REG_MI_MCCNT0_B_BUSY_SHIFT) | \
|
| /TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/ |
| D | ctrdg_task.c | 113 return pt->busy != FALSE; in CTRDGi_IsTaskBusy() 153 ctrdgi_task_list.busy = FALSE; in CTRDGi_TaskThread() 202 if (ctrdgi_task_list.busy) in CTRDGi_SetTask() 211 pt->busy = TRUE; in CTRDGi_SetTask()
|
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_task.c | 85 trg->busy = FALSE; in MBi_TaskThread() 178 return pt->busy != FALSE; in MBi_IsTaskBusy() 205 if (pt->busy) in MBi_SetTask() 241 pt->busy = TRUE; in MBi_SetTask()
|
| /TwlSDK-5.1.0/build/libraries/wfs/common/src/ |
| D | wfs_thread.c | 150 BOOL busy = FALSE; in WFSi_ServerThreadProc() local 151 (void)OS_ReceiveMessage(thread->msg_queue, (OSMessage*)&busy, OS_MESSAGE_BLOCK); in WFSi_ServerThreadProc() 152 if (!busy) in WFSi_ServerThreadProc()
|
| /TwlSDK-5.1.0/build/libraries/mb/common/include/ |
| D | mb_task.h | 54 u32 busy:1; /* If now processing, set 1 */ member
|
| /TwlSDK-5.1.0/include/nitro/ctrdg/ARM9/ |
| D | ctrdg_task.h | 49 u8 busy; /* If now processing */ member
|