Lines Matching refs:pBnkOfst
344 MS_BOOL _GetBnkOfstByGop(MS_U8 gop, MS_U32 *pBnkOfst) in _GetBnkOfstByGop() argument
347 *pBnkOfst = GOP_4G_OFST<<16; in _GetBnkOfstByGop()
349 *pBnkOfst = GOP_2G_OFST<<16; in _GetBnkOfstByGop()
351 *pBnkOfst = GOP_1G_OFST<<16; in _GetBnkOfstByGop()
353 *pBnkOfst = GOP_1GX_OFST<<16; in _GetBnkOfstByGop()
355 *pBnkOfst = GOP_1GS0_OFST<<16; in _GetBnkOfstByGop()
357 *pBnkOfst = 0xD<<16; in _GetBnkOfstByGop()
364 MS_BOOL _dumpGopNumFromBnkOffset(MS_U8 * gop, MS_U16 * subBnkOfst, MS_U32 pBnkOfst) in _dumpGopNumFromBnkOffset() argument
367 pBnkOfst = pBnkOfst >> 8; in _dumpGopNumFromBnkOffset()
369 if ((pBnkOfst >= GOP_4G_OFST) && (pBnkOfst < GOP_2G_OFST)) in _dumpGopNumFromBnkOffset()
372 subbnk = pBnkOfst - GOP_4G_OFST; in _dumpGopNumFromBnkOffset()
374 else if ((pBnkOfst >= GOP_2G_OFST) && (pBnkOfst < GOP_1G_OFST)) in _dumpGopNumFromBnkOffset()
377 subbnk = pBnkOfst - GOP_2G_OFST; in _dumpGopNumFromBnkOffset()
379 else if ((pBnkOfst >= GOP_1G_OFST) && (pBnkOfst < GOP_1GX_OFST)) in _dumpGopNumFromBnkOffset()
382 subbnk = pBnkOfst - GOP_1G_OFST; in _dumpGopNumFromBnkOffset()
384 else if ((pBnkOfst >= GOP_1GX_OFST) && (pBnkOfst < GOP_1GS0_OFST)) in _dumpGopNumFromBnkOffset()
387 subbnk = pBnkOfst - GOP_1GX_OFST; in _dumpGopNumFromBnkOffset()
389 else if ((pBnkOfst >= GOP_1GS0_OFST) || (pBnkOfst < GOP_1GS1_OFST)) in _dumpGopNumFromBnkOffset()
392 subbnk = pBnkOfst - GOP_1GS0_OFST; in _dumpGopNumFromBnkOffset()