Searched refs:TXP_ISR (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/dev/netif/txp/ |
| HD | if_txp.c | 387 WRITE_REG(sc, TXP_ISR, TXP_INT_RESERVED | TXP_INT_LATCH | in txp_chip_init() 404 WRITE_REG(sc, TXP_ISR, TXP_INT_RESERVED | TXP_INT_LATCH | in txp_chip_init() 466 WRITE_REG(sc, TXP_ISR, TXP_INT_A2H_0); in txp_download_fw() 519 r = READ_REG(sc, TXP_ISR); in txp_download_fw_wait() 530 WRITE_REG(sc, TXP_ISR, TXP_INT_A2H_0); in txp_download_fw_wait() 620 isr = READ_REG(sc, TXP_ISR); in txp_intr() 622 WRITE_REG(sc, TXP_ISR, isr); in txp_intr() 640 isr = READ_REG(sc, TXP_ISR); in txp_intr()
|
| HD | if_txpreg.h | 44 #define TXP_ISR 0x04 /* interrupt status register */ macro
|