Lines Matching refs:fore200e
65 #define FORE200E_DEV(d) ((struct fore200e*)((d)->dev_data))
796 struct fore200e;
808 u32 (*dma_map)(struct fore200e*, void*, int, int);
809 void (*dma_unmap)(struct fore200e*, u32, int, int);
810 void (*dma_sync_for_cpu)(struct fore200e*, u32, int, int);
811 void (*dma_sync_for_device)(struct fore200e*, u32, int, int);
812 int (*dma_chunk_alloc)(struct fore200e*, struct chunk*, int, int, int);
813 void (*dma_chunk_free)(struct fore200e*, struct chunk*);
814 int (*configure)(struct fore200e*);
815 int (*map)(struct fore200e*);
816 void (*reset)(struct fore200e*);
817 int (*prom_read)(struct fore200e*, struct prom_data*);
818 void (*unmap)(struct fore200e*);
819 void (*irq_enable)(struct fore200e*);
820 int (*irq_check)(struct fore200e*);
821 void (*irq_ack)(struct fore200e*);
822 int (*proc_read)(struct fore200e*, char*);
832 #define FORE200E_VC_MAP(fore200e, vpi, vci) \ argument
833 (& (fore200e)->vc_map[ ((vpi) << FORE200E_VCI_BITS) | (vci) ])
838 typedef struct fore200e { struct