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