Lines Matching refs:shmem
467 unsigned long shmem = dev->mem_start; in el16_tx_timeout() local
471 isa_readw (shmem + iSCB_STATUS) & 0x8000 ? "IRQ conflict" : in el16_tx_timeout()
484 isa_writew (0xf000 | CUC_START | RX_START, shmem + iSCB_CMD); in el16_tx_timeout()
532 unsigned long shmem; in el16_interrupt() local
541 shmem = dev->mem_start; in el16_interrupt()
545 status = isa_readw(shmem+iSCB_STATUS); in el16_interrupt()
556 unsigned short tx_status = isa_readw(shmem+lp->tx_reap); in el16_interrupt()
612 isa_writew(RX_BUF_START,shmem+iSCB_RFA); in el16_interrupt()
616 isa_writew(ack_cmd,shmem+iSCB_CMD); in el16_interrupt()
630 unsigned long shmem = dev->mem_start; in el16_close() local
635 isa_writew(RX_SUSPEND | CUC_SUSPEND,shmem+iSCB_CMD); in el16_close()
707 unsigned long shmem = dev->mem_start; in init_82586_mem() local
742 while (isa_readw(shmem+iSCB_STATUS) == 0) in init_82586_mem()
746 isa_readw(shmem+iSCB_STATUS), isa_readw(shmem+iSCB_CMD)); in init_82586_mem()
757 isa_readw(shmem+iSCB_STATUS)); in init_82586_mem()
813 unsigned long shmem = dev->mem_start; in el16_rx() local
819 while ((frame_status = isa_readw(shmem+rx_head)) < 0) { /* Command complete */ in el16_rx()