Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dar9380.c337 reg = AR_READ(sc, AR_PHY_SWITCH_CHAIN(i)); in ar9380_init_from_rom()
339 AR_WRITE(sc, AR_PHY_SWITCH_CHAIN(i), reg); in ar9380_init_from_rom()
Dar9003reg.h142 #define AR_PHY_SWITCH_CHAIN(i) (0x0a284 + (i) * 0x1000) macro