eni_in            322 drivers/atm/eni.c 	eni_out(eni_in(MID_MC_S) &
eni_in            458 drivers/atm/eni.c 	dma_wr = eni_in(MID_DMA_WR_RX);
eni_in            459 drivers/atm/eni.c 	dma_rd = eni_in(MID_DMA_RD_RX);
eni_in            690 drivers/atm/eni.c 	while (eni_in(MID_SERV_WRITE) != eni_dev->serv_read) {
eni_in            922 drivers/atm/eni.c 	eni_dev->serv_read = eni_in(MID_SERV_WRITE);
eni_in           1093 drivers/atm/eni.c 	    eni_in(MID_TX_RDPTR(tx->index)),tx->words)) {
eni_in           1099 drivers/atm/eni.c 	dma_wr = eni_in(MID_DMA_WR_TX);
eni_in           1100 drivers/atm/eni.c 	dma_rd = eni_in(MID_DMA_RD_TX);
eni_in           1224 drivers/atm/eni.c 		    (unsigned) eni_in(MID_TX_DESCRSTART(tx->index)));
eni_in           1226 drivers/atm/eni.c 		    eni_in(MID_TX_DESCRSTART(tx->index))) {
eni_in           1339 drivers/atm/eni.c 		tx->tx_pos = eni_in(MID_TX_DESCRSTART(tx->index)) &
eni_in           1424 drivers/atm/eni.c 		while (eni_in(MID_TX_RDPTR(eni_vcc->tx->index)) !=
eni_in           1425 drivers/atm/eni.c 		    eni_in(MID_TX_DESCRSTART(eni_vcc->tx->index)))
eni_in           1501 drivers/atm/eni.c 	reason = eni_in(MID_ISA);
eni_in           1511 drivers/atm/eni.c 		eni_dev->lost += eni_in(MID_STAT) & MID_OVFL_TRASH;
eni_in           1769 drivers/atm/eni.c 	if (!(eni_in(MID_RES_ID_MCON) & 0x200) != !eni_dev->asic) {
eni_in           1772 drivers/atm/eni.c 		    dev->number,(unsigned) eni_in(MID_RES_ID_MCON));
eni_in           1783 drivers/atm/eni.c 	    eni_in(MID_RES_ID_MCON) & 0x200 ? "ASIC" : "FPGA",
eni_in           1784 drivers/atm/eni.c 	    media_name[eni_in(MID_RES_ID_MCON) & DAUGHTER_ID]);
eni_in           1878 drivers/atm/eni.c 	eni_out(eni_in(MID_MC_S) | (1 << MID_INT_SEL_SHIFT) |
eni_in           1882 drivers/atm/eni.c 	(void) eni_in(MID_ISA); /* clear Midway interrupts */