Home
last modified time | relevance | path

Searched refs:ar40xx_hw_wait_bit (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw.h34 extern int ar40xx_hw_wait_bit(struct ar40xx_softc *sc, int reg,
H A Dar40xx_hw_vtu.c86 ret = (ar40xx_hw_wait_bit(sc, AR40XX_REG_VTU_FUNC1, in ar40xx_hw_vtu_op()
H A Dar40xx_hw_atu.c78 ret = ar40xx_hw_wait_bit(sc, AR40XX_REG_ATU_FUNC, in ar40xx_hw_atu_wait_busy()
H A Dar40xx_hw_mib.c140 ret = ar40xx_hw_wait_bit(sc, AR40XX_REG_MIB_FUNC, in ar40xx_hw_mib_op()
H A Dar40xx_hw.c277 ar40xx_hw_wait_bit(struct ar40xx_softc *sc, int reg, uint32_t mask, in ar40xx_hw_wait_bit() function