Home
last modified time | relevance | path

Searched refs:GETRESETREG (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/mips/atheros/
Dar7100.c130 printf("resetctl = %#x\n", GETRESETREG(AR7100_RESET_RESETCTL)); in ar7100_bus_init()
197 GETRESETREG(AR7100_RESET_RESETCTL) | adv->adv_reset); in ar7100_enable_device()
203 GETRESETREG(AR7100_RESET_RESETCTL) & ~adv->adv_reset); in ar7100_enable_device()
211 GETRESETREG(AR7100_RESET_ENABLE) | adv->adv_enable); in ar7100_enable_device()
Dar9344.c128 if (GETRESETREG(AR9344_RESET_BOOTSTRAP) & AR9344_BOOTSTRAP_REF_CLK_40) { in ar9344_get_freqs()
297 GETRESETREG(AR9344_RESET_RESETCTL) | adv->adv_reset); in ar9344_enable_device()
303 GETRESETREG(AR9344_RESET_RESETCTL) & ~adv->adv_reset); in ar9344_enable_device()
/netbsd/src/sys/arch/mips/atheros/include/
Dar9344reg.h347 #define GETRESETREG(x) REGVAL((x) + ARCHIP_RESET_BASE) macro