sys/dev/pci/twe.c
123
static inline void twe_outl(struct twe_softc *, int, u_int32_t);
sys/dev/pci/twe.c
1690
twe_outl(sc, TWE_REG_CMD_QUEUE, (u_int32_t)pa);
sys/dev/pci/twe.c
437
twe_outl(sc, TWE_REG_CTL, TWE_CTL_DISABLE_INTRS);
sys/dev/pci/twe.c
457
twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_ATTN_INTR |
sys/dev/pci/twe.c
681
twe_outl(sc, TWE_REG_CTL, TWE_CTL_ISSUE_SOFT_RESET |
sys/dev/pci/twe.c
697
twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_ATTN_INTR);
sys/dev/pci/twe.c
789
twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_HOST_INTR);
sys/dev/pci/twe.c
803
twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_ATTN_INTR);
sys/dev/pci/twe.c
817
twe_outl(sc, TWE_REG_CTL, TWE_CTL_MASK_CMD_INTR);
sys/dev/pci/twe.c
939
twe_outl(sc, TWE_REG_CTL, TWE_CTL_CLEAR_ATTN_INTR);