Home
last modified time | relevance | path

Searched refs:u32Address (Results 1 – 25 of 154) sorted by relevance

1234567

/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/manhattan/mvd/
H A DhalMVD.c368 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address) in HAL_MVD_MemRead4Byte() argument
371 MS_ASSERT(!(u32Address & 0x03UL)); in HAL_MVD_MemRead4Byte()
378 u32Address += MIU1_BASEADDR; in HAL_MVD_MemRead4Byte()
380 u32Val = *(volatile MS_U32*) HAL_MVD_PA2NonCacheSeg(u32Address); in HAL_MVD_MemRead4Byte()
385 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address) in HAL_MVD_MemRead2Byte() argument
391 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemRead2Byte()
392 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemRead2Byte()
404 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address) in HAL_MVD_MemReadByte() argument
410 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemReadByte()
411 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemReadByte()
[all …]
H A DhalMVD.h288 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address);
289 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address);
290 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address);
291 MS_BOOL HAL_MVD_MemWrite4Byte(MS_U32 u32Address, MS_U32 u32Value);
292 MS_BOOL HAL_MVD_MemWrite2Byte(MS_U32 u32Address, MS_U16 u16Value);
293 MS_BOOL HAL_MVD_MemWriteByte(MS_U32 u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/macan/mvd/
H A DhalMVD.c368 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address) in HAL_MVD_MemRead4Byte() argument
371 MS_ASSERT(!(u32Address & 0x03UL)); in HAL_MVD_MemRead4Byte()
378 u32Address += MIU1_BASEADDR; in HAL_MVD_MemRead4Byte()
380 u32Val = *(volatile MS_U32*) HAL_MVD_PA2NonCacheSeg(u32Address); in HAL_MVD_MemRead4Byte()
385 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address) in HAL_MVD_MemRead2Byte() argument
391 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemRead2Byte()
392 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemRead2Byte()
404 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address) in HAL_MVD_MemReadByte() argument
410 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemReadByte()
411 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemReadByte()
[all …]
H A DhalMVD.h288 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address);
289 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address);
290 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address);
291 MS_BOOL HAL_MVD_MemWrite4Byte(MS_U32 u32Address, MS_U32 u32Value);
292 MS_BOOL HAL_MVD_MemWrite2Byte(MS_U32 u32Address, MS_U16 u16Value);
293 MS_BOOL HAL_MVD_MemWriteByte(MS_U32 u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7621/mvd/
H A DhalMVD.c368 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address) in HAL_MVD_MemRead4Byte() argument
371 MS_ASSERT(!(u32Address & 0x03UL)); in HAL_MVD_MemRead4Byte()
378 u32Address += MIU1_BASEADDR; in HAL_MVD_MemRead4Byte()
380 u32Val = *(volatile MS_U32*) HAL_MVD_PA2NonCacheSeg(u32Address); in HAL_MVD_MemRead4Byte()
385 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address) in HAL_MVD_MemRead2Byte() argument
391 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemRead2Byte()
392 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemRead2Byte()
404 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address) in HAL_MVD_MemReadByte() argument
410 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemReadByte()
411 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemReadByte()
[all …]
H A DhalMVD.h288 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address);
289 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address);
290 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address);
291 MS_BOOL HAL_MVD_MemWrite4Byte(MS_U32 u32Address, MS_U32 u32Value);
292 MS_BOOL HAL_MVD_MemWrite2Byte(MS_U32 u32Address, MS_U16 u16Value);
293 MS_BOOL HAL_MVD_MemWriteByte(MS_U32 u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/mainz/mvd/
H A DhalMVD.c368 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address) in HAL_MVD_MemRead4Byte() argument
371 MS_ASSERT(!(u32Address & 0x03UL)); in HAL_MVD_MemRead4Byte()
378 u32Address += MIU1_BASEADDR; in HAL_MVD_MemRead4Byte()
380 u32Val = *(volatile MS_U32*) HAL_MVD_PA2NonCacheSeg(u32Address); in HAL_MVD_MemRead4Byte()
385 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address) in HAL_MVD_MemRead2Byte() argument
391 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemRead2Byte()
392 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemRead2Byte()
404 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address) in HAL_MVD_MemReadByte() argument
410 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemReadByte()
411 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemReadByte()
[all …]
H A DhalMVD.h288 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address);
289 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address);
290 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address);
291 MS_BOOL HAL_MVD_MemWrite4Byte(MS_U32 u32Address, MS_U32 u32Value);
292 MS_BOOL HAL_MVD_MemWrite2Byte(MS_U32 u32Address, MS_U16 u16Value);
293 MS_BOOL HAL_MVD_MemWriteByte(MS_U32 u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maserati/mvd/
H A DhalMVD.c368 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address) in HAL_MVD_MemRead4Byte() argument
371 MS_ASSERT(!(u32Address & 0x03UL)); in HAL_MVD_MemRead4Byte()
378 u32Address += MIU1_BASEADDR; in HAL_MVD_MemRead4Byte()
380 u32Val = *(volatile MS_U32*) HAL_MVD_PA2NonCacheSeg(u32Address); in HAL_MVD_MemRead4Byte()
385 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address) in HAL_MVD_MemRead2Byte() argument
391 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemRead2Byte()
392 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemRead2Byte()
404 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address) in HAL_MVD_MemReadByte() argument
410 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemReadByte()
411 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemReadByte()
[all …]
H A DhalMVD.h288 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address);
289 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address);
290 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address);
291 MS_BOOL HAL_MVD_MemWrite4Byte(MS_U32 u32Address, MS_U32 u32Value);
292 MS_BOOL HAL_MVD_MemWrite2Byte(MS_U32 u32Address, MS_U16 u16Value);
293 MS_BOOL HAL_MVD_MemWriteByte(MS_U32 u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/messi/mvd/
H A DhalMVD.c368 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address) in HAL_MVD_MemRead4Byte() argument
371 MS_ASSERT(!(u32Address & 0x03UL)); in HAL_MVD_MemRead4Byte()
378 u32Address += MIU1_BASEADDR; in HAL_MVD_MemRead4Byte()
380 u32Val = *(volatile MS_U32*) HAL_MVD_PA2NonCacheSeg(u32Address); in HAL_MVD_MemRead4Byte()
385 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address) in HAL_MVD_MemRead2Byte() argument
391 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemRead2Byte()
392 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemRead2Byte()
404 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address) in HAL_MVD_MemReadByte() argument
410 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemReadByte()
411 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemReadByte()
[all …]
H A DhalMVD.h288 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address);
289 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address);
290 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address);
291 MS_BOOL HAL_MVD_MemWrite4Byte(MS_U32 u32Address, MS_U32 u32Value);
292 MS_BOOL HAL_MVD_MemWrite2Byte(MS_U32 u32Address, MS_U16 u16Value);
293 MS_BOOL HAL_MVD_MemWriteByte(MS_U32 u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maxim/mvd/
H A DhalMVD.c368 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address) in HAL_MVD_MemRead4Byte() argument
371 MS_ASSERT(!(u32Address & 0x03UL)); in HAL_MVD_MemRead4Byte()
378 u32Address += MIU1_BASEADDR; in HAL_MVD_MemRead4Byte()
380 u32Val = *(volatile MS_U32*) HAL_MVD_PA2NonCacheSeg(u32Address); in HAL_MVD_MemRead4Byte()
385 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address) in HAL_MVD_MemRead2Byte() argument
391 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemRead2Byte()
392 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemRead2Byte()
404 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address) in HAL_MVD_MemReadByte() argument
410 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemReadByte()
411 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemReadByte()
[all …]
H A DhalMVD.h288 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address);
289 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address);
290 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address);
291 MS_BOOL HAL_MVD_MemWrite4Byte(MS_U32 u32Address, MS_U32 u32Value);
292 MS_BOOL HAL_MVD_MemWrite2Byte(MS_U32 u32Address, MS_U16 u16Value);
293 MS_BOOL HAL_MVD_MemWriteByte(MS_U32 u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7821/mvd/
H A DhalMVD.c368 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address) in HAL_MVD_MemRead4Byte() argument
371 MS_ASSERT(!(u32Address & 0x03UL)); in HAL_MVD_MemRead4Byte()
378 u32Address += MIU1_BASEADDR; in HAL_MVD_MemRead4Byte()
380 u32Val = *(volatile MS_U32*) HAL_MVD_PA2NonCacheSeg(u32Address); in HAL_MVD_MemRead4Byte()
385 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address) in HAL_MVD_MemRead2Byte() argument
391 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemRead2Byte()
392 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemRead2Byte()
404 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address) in HAL_MVD_MemReadByte() argument
410 u32ReadAddr = (u32Address >> 2) << 2; in HAL_MVD_MemReadByte()
411 u8Shift = (MS_U8)((u32Address & 0x03) * 8); in HAL_MVD_MemReadByte()
[all …]
H A DhalMVD.h288 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address);
289 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address);
290 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address);
291 MS_BOOL HAL_MVD_MemWrite4Byte(MS_U32 u32Address, MS_U32 u32Value);
292 MS_BOOL HAL_MVD_MemWrite2Byte(MS_U32 u32Address, MS_U16 u16Value);
293 MS_BOOL HAL_MVD_MemWriteByte(MS_U32 u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_common.c105 void WriteRegMFE(MS_U32 u32Address, MS_U16 val, MS_S8 *str1, MS_S32 num, MS_S8 *str3) in WriteRegMFE() argument
110 __MFE_REG(u32Address) = (MS_U32) val; in WriteRegMFE()
113 UDMA_RIUWrite16(REG_BANK_MFE+u32Address, val); in WriteRegMFE()
115 __MFE_REG(u32Address) = val; in WriteRegMFE()
125 void WriteRegMFE_BANK1(MS_U32 u32Address, MS_U16 val, MS_S8 *str1, MS_S32 num, MS_S8 *str3) in WriteRegMFE_BANK1() argument
128 UDMA_RIUWrite16(REG_BANK_MFE1+u32Address, val); in WriteRegMFE_BANK1()
130 __MFE_REG1(u32Address) = val; in WriteRegMFE_BANK1()
135 void ReadRegMFE(MS_U32 u32Address, MS_U16 *val) in ReadRegMFE() argument
139 *val = (MS_U16) __MFE_REG(u32Address); in ReadRegMFE()
141 UDMA_RIURead16(REG_BANK_MFE+u32Address, val); in ReadRegMFE()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_common.c105 void WriteRegMFE(MFE_U32 u32Address, MFE_U16 val, char *str1, int num, char *str3) in WriteRegMFE() argument
108 sd_output_reg(sd_sw_cfg1, u32Address, val, str1, num, str3); in WriteRegMFE()
112 FPGA_RIUWrite16((U16)(REG_BANK_MFE+u32Address), val); in WriteRegMFE()
116 __MFE_REG(u32Address) = val; in WriteRegMFE()
126 void ReadRegMFE(MFE_U32 u32Address, MFE_U16 *val) in ReadRegMFE() argument
129 FPGA_RIURead16((MFE_U16)(REG_BANK_MFE+u32Address), val); in ReadRegMFE()
131 *val = __MFE_REG(u32Address); in ReadRegMFE()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maldives/mvd_ex/
H A DhalMVD_EX.h226 MS_U32 HAL_MVD_MemRead4Byte(MS_U32 u32Address);
227 MS_U16 HAL_MVD_MemRead2Byte(MS_U32 u32Address);
228 MS_U8 HAL_MVD_MemReadByte(MS_U32 u32Address);
229 MS_BOOL HAL_MVD_MemWrite4Byte(MS_U32 u32Address, MS_U32 u32Value);
230 MS_BOOL HAL_MVD_MemWrite2Byte(MS_U32 u32Address, MS_U16 u16Value);
231 MS_BOOL HAL_MVD_MemWriteByte(MS_U32 u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7621/mvd_ex/
H A DhalMVD_EX.h226 MS_U32 HAL_MVD_MemRead4Byte(MS_VIRT u32Address);
227 MS_U16 HAL_MVD_MemRead2Byte(MS_VIRT u32Address);
228 MS_U8 HAL_MVD_MemReadByte(MS_VIRT u32Address);
229 MS_BOOL HAL_MVD_MemWrite4Byte(MS_VIRT u32Address, MS_U32 u32Value);
230 MS_BOOL HAL_MVD_MemWrite2Byte(MS_VIRT u32Address, MS_U16 u16Value);
231 MS_BOOL HAL_MVD_MemWriteByte(MS_VIRT u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mainz/mvd_v3/
H A DhalMVD_EX.h237 MS_U32 HAL_MVD_MemRead4Byte(MS_VIRT u32Address);
238 MS_U16 HAL_MVD_MemRead2Byte(MS_VIRT u32Address);
239 MS_U8 HAL_MVD_MemReadByte(MS_VIRT u32Address);
240 MS_BOOL HAL_MVD_MemWrite4Byte(MS_VIRT u32Address, MS_U32 u32Value);
241 MS_BOOL HAL_MVD_MemWrite2Byte(MS_VIRT u32Address, MS_U16 u16Value);
242 MS_BOOL HAL_MVD_MemWriteByte(MS_VIRT u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/manhattan/mvd_ex/
H A DhalMVD_EX.h226 MS_U32 HAL_MVD_MemRead4Byte(MS_VIRT u32Address);
227 MS_U16 HAL_MVD_MemRead2Byte(MS_VIRT u32Address);
228 MS_U8 HAL_MVD_MemReadByte(MS_VIRT u32Address);
229 MS_BOOL HAL_MVD_MemWrite4Byte(MS_VIRT u32Address, MS_U32 u32Value);
230 MS_BOOL HAL_MVD_MemWrite2Byte(MS_VIRT u32Address, MS_U16 u16Value);
231 MS_BOOL HAL_MVD_MemWriteByte(MS_VIRT u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/messi/mvd_ex/
H A DhalMVD_EX.h226 MS_U32 HAL_MVD_MemRead4Byte(MS_VIRT u32Address);
227 MS_U16 HAL_MVD_MemRead2Byte(MS_VIRT u32Address);
228 MS_U8 HAL_MVD_MemReadByte(MS_VIRT u32Address);
229 MS_BOOL HAL_MVD_MemWrite4Byte(MS_VIRT u32Address, MS_U32 u32Value);
230 MS_BOOL HAL_MVD_MemWrite2Byte(MS_VIRT u32Address, MS_U16 u16Value);
231 MS_BOOL HAL_MVD_MemWriteByte(MS_VIRT u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maxim/mvd_ex/
H A DhalMVD_EX.h226 MS_U32 HAL_MVD_MemRead4Byte(MS_VIRT u32Address);
227 MS_U16 HAL_MVD_MemRead2Byte(MS_VIRT u32Address);
228 MS_U8 HAL_MVD_MemReadByte(MS_VIRT u32Address);
229 MS_BOOL HAL_MVD_MemWrite4Byte(MS_VIRT u32Address, MS_U32 u32Value);
230 MS_BOOL HAL_MVD_MemWrite2Byte(MS_VIRT u32Address, MS_U16 u16Value);
231 MS_BOOL HAL_MVD_MemWriteByte(MS_VIRT u32Address, MS_U8 u8Value);
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/macan/mvd_ex/
H A DhalMVD_EX.h226 MS_U32 HAL_MVD_MemRead4Byte(MS_VIRT u32Address);
227 MS_U16 HAL_MVD_MemRead2Byte(MS_VIRT u32Address);
228 MS_U8 HAL_MVD_MemReadByte(MS_VIRT u32Address);
229 MS_BOOL HAL_MVD_MemWrite4Byte(MS_VIRT u32Address, MS_U32 u32Value);
230 MS_BOOL HAL_MVD_MemWrite2Byte(MS_VIRT u32Address, MS_U16 u16Value);
231 MS_BOOL HAL_MVD_MemWriteByte(MS_VIRT u32Address, MS_U8 u8Value);

1234567