Home
last modified time | relevance | path

Searched refs:imageCodePtr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/xscale/
H A Dixp425_npe.c182 const uint32_t *imageCodePtr, int verify);
446 const uint32_t *imageCodePtr; in ixpnpe_init() local
469 error = npe_findimage(sc, (void *)fw /*fw->data*/, imageId, &imageCodePtr, &imageSize); in ixpnpe_init()
479 error = npe_load_image(sc, imageCodePtr, 1 /*VERIFY*/); in ixpnpe_init()
616 const uint32_t *imageCodePtr, int verify) in npe_load_image() argument
632 downloadMap = (const IxNpeDlNpeMgrDownloadMap *) imageCodePtr; in npe_load_image()
635 const uint32_t *bp = imageCodePtr + downloadMap->entry[i].block.offset; in npe_load_image()