Lines Matching refs:blockidx
787 struct block_index *blockidx; in check_dsp_e4() local
798 blockidx = &p->page_header[blockno++]; in check_dsp_e4()
799 if ((u8 *)(blockidx + 1) - dsp >= len) in check_dsp_e4()
802 if (le16_to_cpu(blockidx->PageNumber) != i) in check_dsp_e4()
805 l = E4_PAGE_BYTES(blockidx->PageSize); in check_dsp_e4()
807 l += le32_to_cpu(blockidx->PageOffset); in check_dsp_e4()
812 } while (blockidx->NotLastBlock); in check_dsp_e4()
978 struct block_index *blockidx; in __uea_load_page_e4() local
991 blockidx = &p->page_header[blockno]; in __uea_load_page_e4()
992 blocksize = E4_PAGE_BYTES(blockidx->PageSize); in __uea_load_page_e4()
994 blockidx->PageOffset); in __uea_load_page_e4()
997 bi.dwAddress = cpu_to_be32(le32_to_cpu(blockidx->PageAddress)); in __uea_load_page_e4()
1003 le32_to_cpu(blockidx->PageAddress)); in __uea_load_page_e4()
1014 } while (blockidx->NotLastBlock); in __uea_load_page_e4()