Home
last modified time | relevance | path

Searched refs:TXP_IER (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c380 WRITE_REG(sc, TXP_IER, 0); in txp_chip_init()
397 WRITE_REG(sc, TXP_IER, 0); in txp_chip_init()
447 ier = READ_REG(sc, TXP_IER); in txp_download_fw()
448 WRITE_REG(sc, TXP_IER, ier | TXP_INT_A2H_0); in txp_download_fw()
507 WRITE_REG(sc, TXP_IER, ier); in txp_download_fw()
1132 WRITE_REG(sc, TXP_IER, TXP_INT_RESERVED | TXP_INT_SELF | in txp_init()
H A Dif_txpreg.h45 #define TXP_IER 0x08 /* interrupt enable register */ macro