HomeSort by: relevance | last modified time | path
    Searched defs:iwm_poll_bit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwm.c 249 static int iwm_poll_bit(struct iwm_softc *, int, uint32_t, uint32_t, int);
1039 iwm_poll_bit(struct iwm_softc *sc, int reg, uint32_t bits, uint32_t mask, function in typeref:typename:int
1068 if (iwm_poll_bit(sc, IWM_CSR_GP_CNTRL,
1383 ret = iwm_poll_bit(sc, IWM_CSR_GP_CNTRL,
1550 ready = iwm_poll_bit(sc, IWM_CSR_HW_IF_CONFIG_REG,
1657 if (!iwm_poll_bit(sc, IWM_CSR_GP_CNTRL,
1720 if (!iwm_poll_bit(sc, IWM_CSR_RESET,
7935 err = iwm_poll_bit(sc, IWM_CSR_GP_CNTRL,
if_iwm.c 249 static int iwm_poll_bit(struct iwm_softc *, int, uint32_t, uint32_t, int);
1039 iwm_poll_bit(struct iwm_softc *sc, int reg, uint32_t bits, uint32_t mask, function in typeref:typename:int
1068 if (iwm_poll_bit(sc, IWM_CSR_GP_CNTRL,
1383 ret = iwm_poll_bit(sc, IWM_CSR_GP_CNTRL,
1550 ready = iwm_poll_bit(sc, IWM_CSR_HW_IF_CONFIG_REG,
1657 if (!iwm_poll_bit(sc, IWM_CSR_GP_CNTRL,
1720 if (!iwm_poll_bit(sc, IWM_CSR_RESET,
7935 err = iwm_poll_bit(sc, IWM_CSR_GP_CNTRL,

Completed in 100 milliseconds