Searched defs:ecpp_hw (Results 1 – 1 of 1) sorted by relevance
42 struct ecpp_hw { struct43 int (*map_regs)(struct ecppunit *); /* map registers */44 void (*unmap_regs)(struct ecppunit *); /* unmap registers */45 int (*config_chip)(struct ecppunit *); /* configure SuperIO */46 void (*config_mode)(struct ecppunit *); /* config new mode */47 void (*mask_intr)(struct ecppunit *); /* mask interrupts */48 void (*unmask_intr)(struct ecppunit *); /* unmask interrupts */49 int (*dma_start)(struct ecppunit *); /* start DMA transfer */50 int (*dma_stop)(struct ecppunit *, size_t *); /* stop DMA xfer */51 size_t (*dma_getcnt)(struct ecppunit *); /* get DMA counter */[all …]