Searched refs:STATUS_REG (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 370 dmfe_chip_put32(dmfep, STATUS_REG, TX_STOPPED_INT | RX_STOPPED_INT); in dmfe_stop_chip() 498 dmfe_chip_put32(dmfep, STATUS_REG, TX_STOPPED_INT | RX_STOPPED_INT); in dmfe_start_chip() 1734 istat = dmfe_chip_get32(dmfep, STATUS_REG); in dmfe_cyclic() 1777 istat = dmfe_chip_get32(dmfep, STATUS_REG); in dmfe_interrupt() 1789 istat |= dmfe_chip_get32(dmfep, STATUS_REG); in dmfe_interrupt() 1885 (void) dmfe_chip_put32(dmfep, STATUS_REG, istat); in dmfe_interrupt() 1890 (void) dmfe_chip_get32(dmfep, STATUS_REG); in dmfe_interrupt()
|
H A D | dmfe.h | 165 #define STATUS_REG 0x28 macro
|
/titanic_41/usr/src/uts/intel/io/dnet/ |
H A D | dnet.h | 113 #define STATUS_REG 0x28 macro
|
H A D | dnet.c | 1488 STATUS_REG)); in dnet_intr() 1502 REG32(dnetp->io_reg, STATUS_REG), GPTIMER_INTR); in dnet_intr() 1511 REG32(dnetp->io_reg, STATUS_REG), TX_INTR); in dnet_intr() 1531 REG32(dnetp->io_reg, STATUS_REG), in dnet_intr() 1640 REG32(dnetp->io_reg, STATUS_REG)) & in dnet_getp()
|