Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c525 OS_REG_WRITE(ah, AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE), 0);
527 (void) OS_REG_READ(ah, AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE));
722 OS_REG_WRITE(ah, AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE),
H A Dar9300_gpio.c443 regs[0] = AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE); in ar9300_gpio_set_intr()
628 OS_REG_READ(ah, AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE))); in ar9300_gpio_show()
H A Dar9300_attach.c4126 AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE) = in ar9300_init_hostif_offsets()
4233 AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE) = in ar9340_init_hostif_offsets()
H A Dar9300_reset.c1703 OS_REG_WRITE(ah, AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE), 0); in ar9300_set_reset()
1708 OS_REG_WRITE(ah, AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE), 0); in ar9300_set_reset()
4244 AR_HOSTIF_REG(ah, AR_INTR_SYNC_ENABLE), sync_en_def); in ar9300_init_interrupt_masks()
H A Dar9300.h729 u_int32_t AR_INTR_SYNC_ENABLE; member