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

  /src/sys/dev/pci/
twe.c 123 static inline void twe_outl(struct twe_softc *, int, u_int32_t);
280 twe_outl(struct twe_softc *sc, int off, u_int32_t val) function in typeref:typename:void
437 twe_outl(sc, TWE_REG_CTL, TWE_CTL_DISABLE_INTRS);
457 twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_ATTN_INTR |
681 twe_outl(sc, TWE_REG_CTL, TWE_CTL_ISSUE_SOFT_RESET |
697 twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_ATTN_INTR);
789 twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_HOST_INTR);
803 twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_ATTN_INTR);
817 twe_outl(sc, TWE_REG_CTL, TWE_CTL_MASK_CMD_INTR);
939 twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_ATTN_INTR)
    [all...]

Completed in 38 milliseconds