Lines Matching refs:reglen
253 uint_t reglen; in niumx_attach() local
259 DDI_PROP_DONTPASS, "reg", (int **)®_p, ®len) in niumx_attach()
375 int i, rn = mp->map_obj.rnumber, reglen, rnglen, rngnum, ret; in niumx_map() local
384 "reg", (caddr_t)®_p, ®len) != DDI_SUCCESS) in niumx_map()
387 if (rn < 0 || (rn >= reglen / sizeof (niu_regspec_t))) { in niumx_map()
389 kmem_free(reg_p, reglen); in niumx_map()
402 kmem_free(reg_p, reglen); in niumx_map()
447 kmem_free(reg_p - rn, reglen); in niumx_map()
459 int reglen, totreg; in niumx_ctlops() local
493 DDI_PROP_CANSLEEP, "reg", (caddr_t)®_p, ®len) != DDI_SUCCESS) in niumx_ctlops()
496 totreg = reglen / sizeof (niu_regspec_t); in niumx_ctlops()
505 kmem_free(reg_p, reglen); in niumx_ctlops()
513 kmem_free(reg_p, reglen); in niumx_ctlops()