Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_cache.c101 const int ofs = (int)(src - pi->src); in MBi_ReadFromCache() local
102 if ((ofs >= 0) && (ofs + len <= pi->len)) in MBi_ReadFromCache()
105 MI_CpuCopy8(pi->ptr + ofs, dst, len); in MBi_ReadFromCache()
/TwlSDK-5.1.0/include/nitro/hw/ARM9/
Dioreg_GX.h522 #define REG_GX_VRAMCNT_A_FIELD( e, ofs, mst ) \ argument
525 ((u32)(ofs) << REG_GX_VRAMCNT_A_OFS_SHIFT) | \
545 #define REG_GX_VRAMCNT_B_FIELD( e, ofs, mst ) \ argument
548 ((u32)(ofs) << REG_GX_VRAMCNT_B_OFS_SHIFT) | \
568 #define REG_GX_VRAMCNT_C_FIELD( e, ofs, mst ) \ argument
571 ((u32)(ofs) << REG_GX_VRAMCNT_C_OFS_SHIFT) | \
591 #define REG_GX_VRAMCNT_D_FIELD( e, ofs, mst ) \ argument
594 ((u32)(ofs) << REG_GX_VRAMCNT_D_OFS_SHIFT) | \
634 #define REG_GX_VRAMCNT_F_FIELD( e, ofs, mst ) \ argument
637 ((u32)(ofs) << REG_GX_VRAMCNT_F_OFS_SHIFT) | \
[all …]
/TwlSDK-5.1.0/include/twl/hw/ARM9/
Dioreg_GX.h527 #define REG_GX_VRAMCNT_A_FIELD( e, ofs, mst ) \ argument
530 ((u32)(ofs) << REG_GX_VRAMCNT_A_OFS_SHIFT) | \
550 #define REG_GX_VRAMCNT_B_FIELD( e, ofs, mst ) \ argument
553 ((u32)(ofs) << REG_GX_VRAMCNT_B_OFS_SHIFT) | \
573 #define REG_GX_VRAMCNT_C_FIELD( e, ofs, mst ) \ argument
576 ((u32)(ofs) << REG_GX_VRAMCNT_C_OFS_SHIFT) | \
596 #define REG_GX_VRAMCNT_D_FIELD( e, ofs, mst ) \ argument
599 ((u32)(ofs) << REG_GX_VRAMCNT_D_OFS_SHIFT) | \
639 #define REG_GX_VRAMCNT_F_FIELD( e, ofs, mst ) \ argument
642 ((u32)(ofs) << REG_GX_VRAMCNT_F_OFS_SHIFT) | \
[all …]
/TwlSDK-5.1.0/build/demos.TWL/dsp/snd-mic/src/
Dmain.c83 int ofs = (position / smp - (HW_LCD_HEIGHT - 1)) & (max - 1); in NormalizeRingBuffer() local
87 int n = MATH_MIN(HW_LCD_HEIGHT - pos, max - ofs); in NormalizeRingBuffer()
88 MI_CpuCopy8(&src[ofs * smp], &tmp[pos * smp], (u32)(n * smp)); in NormalizeRingBuffer()
89 ofs = (ofs + n) & (max - 1); in NormalizeRingBuffer()
/TwlSDK-5.1.0/include/twl/dsp/common/
Dpipe.h262 #define fseek(f, ofs, whence) DSP_SeekFile((int)f, ofs, whence)
/TwlSDK-5.1.0/include/twl/
Ddbghost.h66 int dbghost_dos_lseek(int fd,int ofs,int pos);
/TwlSDK-5.1.0/include/nitro/
Ddbghost.h66 int dbghost_dos_lseek(int fd,int ofs,int pos);