Lines Matching refs:sector
82 ulong sector; in read_auth_image() local
101 sector = images[image_index].offset / info->bl_len + in read_auth_image()
105 container, sector, sectors); in read_auth_image()
106 if (info->read(info, sector, sectors, in read_auth_image()
123 struct spl_load_info *info, ulong sector) in read_auth_container() argument
140 container, sector, sectors); in read_auth_container()
141 if (info->read(info, sector, sectors, container) != sectors) in read_auth_container()
164 __func__, container, sector, sectors); in read_auth_container()
165 if (info->read(info, sector, sectors, container) != in read_auth_container()
185 sector); in read_auth_container()
207 struct spl_load_info *info, ulong sector) in spl_load_imx_container() argument
209 return read_auth_container(spl_image, info, sector); in spl_load_imx_container()