Searched refs:pcimap_cfg (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/mips/bonito/
H A Dbonito_pci.c118 u_int32_t *cfgoff, u_int32_t *pcimap_cfg)
131 *pcimap_cfg = 0;
134 *pcimap_cfg = BONITO_PCIMAPCFG_TYPE1;
145 u_int32_t cfgoff, pcimap_cfg; local
148 if (bonito_conf_addr(bc, tag, offset, &cfgoff, &pcimap_cfg))
158 REGVAL(BONITO_PCIMAP_CFG) = (cfgoff >> 16) | pcimap_cfg;
181 u_int32_t cfgoff, pcimap_cfg; local
184 if (bonito_conf_addr(vt, tag, offset, &cfgoff, &pcimap_cfg))
194 REGVAL(BONITO_PCIMAP_CFG) = (cfgoff >> 16) | pcimap_cfg;
117 bonito_conf_addr(struct bonito_config *bc, pcitag_t tag, int offset, u_int32_t *cfgoff, u_int32_t *pcimap_cfg) argument

Completed in 216 milliseconds