Home
last modified time | relevance | path

Searched refs:BONITO_PCIMAP_CFG (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/mips/bonito/
Dbonito_pci.c158 REGVAL(BONITO_PCIMAP_CFG) = (cfgoff >> 16) | pcimap_cfg; in bonito_conf_read()
162 (void)REGVAL(BONITO_PCIMAP_CFG); in bonito_conf_read()
194 REGVAL(BONITO_PCIMAP_CFG) = (cfgoff >> 16) | pcimap_cfg; in bonito_conf_write()
198 (void)REGVAL(BONITO_PCIMAP_CFG); in bonito_conf_write()
Dbonitoreg.h175 #define BONITO_PCIMAP_CFG BONITO(BONITO_REGBASE + 0x18) macro