Home | History | Annotate | Download | only in broadcom

Lines Matching defs:idm

61     const struct idm_info *idm)
113 const struct idm_info *idm)
115 if (idm->idm_offset == 0)
121 bus_size_t o = IDM_BASE + idm->idm_offset + IDM_RESET_CONTROL;
132 const struct idm_info *idm)
139 return bcmccb_idm_unreset(bst, bsh, idm);
144 const struct idm_info *idm)
151 return bcmccb_idm_unreset(bst, bsh, idm);
173 const struct idm_info *idm = bcm53xx_idm_info;
174 for (size_t i = 0; i < __arraycount(bcm53xx_idm_info); i++, idm++) {
175 if (strcmp(idm->idm_name, loc->loc_name) == 0
176 && idm->idm_port == loc->loc_port) {
177 return idm;
187 const struct idm_info * const idm = bcmccb_idm_lookup(loc);
188 if (idm == NULL)
194 return (*idm->idm_unreset)(bst, bsh, idm);