Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 9 of 9) sorted by relevance

/TwlSDK-5.1.0/include/nitro/hw/ARM9/
Dioreg_CP.h163 #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) | \
Dioreg_MI.h509 #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/
Dioreg_CP.h163 #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) | \
Dioreg_MI.h1571 #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/
Dctrdg_task.c113 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/
Dmb_task.c85 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/
Dwfs_thread.c150 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/
Dmb_task.h54 u32 busy:1; /* If now processing, set 1 */ member
/TwlSDK-5.1.0/include/nitro/ctrdg/ARM9/
Dctrdg_task.h49 u8 busy; /* If now processing */ member