Home | History | Annotate | Download | only in bonito

Lines Matching defs:cfgoff

118     u_int32_t *cfgoff, u_int32_t *pcimap_cfg)
130 *cfgoff = (1UL << (d + bc->bc_adbase)) | (f << 8) | offset;
133 *cfgoff = tag | offset;
145 u_int32_t cfgoff, pcimap_cfg;
148 if (bonito_conf_addr(bc, tag, offset, &cfgoff, &pcimap_cfg))
158 REGVAL(BONITO_PCIMAP_CFG) = (cfgoff >> 16) | pcimap_cfg;
165 data = REGVAL(BONITO_PCICFG_BASE + (cfgoff & 0xfffc));
181 u_int32_t cfgoff, pcimap_cfg;
184 if (bonito_conf_addr(vt, tag, offset, &cfgoff, &pcimap_cfg))
194 REGVAL(BONITO_PCIMAP_CFG) = (cfgoff >> 16) | pcimap_cfg;
201 REGVAL(BONITO_PCICFG_BASE + (cfgoff & 0xfffc)) = data;