Lines Matching refs:blockidx
830 struct block_index *blockidx; in check_dsp_e4() local
841 blockidx = &p->page_header[blockno++]; in check_dsp_e4()
842 if ((u8 *)(blockidx + 1) - dsp >= len) in check_dsp_e4()
845 if (le16_to_cpu(blockidx->PageNumber) != i) in check_dsp_e4()
848 l = E4_PAGE_BYTES(blockidx->PageSize); in check_dsp_e4()
850 l += le32_to_cpu(blockidx->PageOffset); in check_dsp_e4()
855 } while (blockidx->NotLastBlock); in check_dsp_e4()
1021 struct block_index *blockidx; in __uea_load_page_e4() local
1034 blockidx = &p->page_header[blockno]; in __uea_load_page_e4()
1035 blocksize = E4_PAGE_BYTES(blockidx->PageSize); in __uea_load_page_e4()
1037 blockidx->PageOffset); in __uea_load_page_e4()
1040 bi.dwAddress = cpu_to_be32(le32_to_cpu(blockidx->PageAddress)); in __uea_load_page_e4()
1046 le32_to_cpu(blockidx->PageAddress)); in __uea_load_page_e4()
1057 } while (blockidx->NotLastBlock); in __uea_load_page_e4()