Lines Matching refs:get_erom_ent
92 get_erom_ent(const si_t *sih, uint32 **eromptr, uint32 mask, uint32 match) in get_erom_ent() function
141 asd = get_erom_ent(sih, eromptr, ER_VALID, ER_VALID); in get_asd()
151 *addrh = get_erom_ent(sih, eromptr, 0, 0); in get_asd()
157 szd = get_erom_ent(sih, eromptr, 0, 0); in get_asd()
160 *sizeh = get_erom_ent(sih, eromptr, 0, 0); in get_asd()
225 cia = get_erom_ent(sih, &eromptr, ER_TAG, ER_CI); in BCMATTACHFN()
231 cib = get_erom_ent(sih, &eromptr, 0, 0); in BCMATTACHFN()
304 mpd = get_erom_ent(sih, &eromptr, ER_VALID, ER_VALID); in BCMATTACHFN()
701 if ((get_erom_ent(sih, &eromptr, ER_TAG, ER_CI) == cia) && in ai_coreaddrspaceX()
702 (get_erom_ent(sih, &eromptr, 0, 0) == cib)) { in ai_coreaddrspaceX()
709 get_erom_ent(sih, &eromptr, ER_VALID, ER_VALID); in ai_coreaddrspaceX()