Searched refs:pcimap_cfg (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/mips/bonito/ |
| D | bonito_pci.c | 118 u_int32_t *cfgoff, u_int32_t *pcimap_cfg) in bonito_conf_addr() argument 131 *pcimap_cfg = 0; in bonito_conf_addr() 134 *pcimap_cfg = BONITO_PCIMAPCFG_TYPE1; in bonito_conf_addr() 145 u_int32_t cfgoff, pcimap_cfg; in bonito_conf_read() local 148 if (bonito_conf_addr(bc, tag, offset, &cfgoff, &pcimap_cfg)) in bonito_conf_read() 158 REGVAL(BONITO_PCIMAP_CFG) = (cfgoff >> 16) | pcimap_cfg; in bonito_conf_read() 181 u_int32_t cfgoff, pcimap_cfg; in bonito_conf_write() local 184 if (bonito_conf_addr(vt, tag, offset, &cfgoff, &pcimap_cfg)) in bonito_conf_write() 194 REGVAL(BONITO_PCIMAP_CFG) = (cfgoff >> 16) | pcimap_cfg; in bonito_conf_write()
|