Lines Matching refs:ca91cx42_driver
50 static struct pci_driver ca91cx42_driver = { variable
57 static u32 ca91cx42_DMA_irqhandler(struct ca91cx42_driver *bridge) in ca91cx42_DMA_irqhandler()
64 static u32 ca91cx42_LM_irqhandler(struct ca91cx42_driver *bridge, u32 stat) in ca91cx42_LM_irqhandler()
81 static u32 ca91cx42_MB_irqhandler(struct ca91cx42_driver *bridge, int mbox_mask) in ca91cx42_MB_irqhandler()
88 static u32 ca91cx42_IACK_irqhandler(struct ca91cx42_driver *bridge) in ca91cx42_IACK_irqhandler()
98 struct ca91cx42_driver *bridge; in ca91cx42_VERR_irqhandler()
115 struct ca91cx42_driver *bridge; in ca91cx42_LERR_irqhandler()
133 struct ca91cx42_driver *bridge; in ca91cx42_VIRQ_irqhandler()
156 struct ca91cx42_driver *bridge; in ca91cx42_irqhandler()
200 struct ca91cx42_driver *bridge; in ca91cx42_irq_init()
243 static void ca91cx42_irq_exit(struct ca91cx42_driver *bridge, in ca91cx42_irq_exit()
261 static int ca91cx42_iack_received(struct ca91cx42_driver *bridge, int level) in ca91cx42_iack_received()
282 struct ca91cx42_driver *bridge; in ca91cx42_irq_set()
308 struct ca91cx42_driver *bridge; in ca91cx42_irq_generate()
349 struct ca91cx42_driver *bridge; in ca91cx42_slave_set()
453 struct ca91cx42_driver *bridge; in ca91cx42_slave_get()
608 struct ca91cx42_driver *bridge; in ca91cx42_master_set()
762 struct ca91cx42_driver *bridge; in __ca91cx42_master_get()
980 struct ca91cx42_driver *bridge; in ca91cx42_master_rmw()
1179 struct ca91cx42_driver *bridge; in ca91cx42_dma_busy()
1199 struct ca91cx42_driver *bridge; in ca91cx42_dma_list_exec()
1300 struct ca91cx42_driver *bridge; in ca91cx42_lm_set()
1367 struct ca91cx42_driver *bridge; in ca91cx42_lm_get()
1410 struct ca91cx42_driver *bridge; in ca91cx42_lm_attach()
1458 struct ca91cx42_driver *bridge; in ca91cx42_lm_detach()
1491 struct ca91cx42_driver *bridge; in ca91cx42_slot_get()
1540 struct ca91cx42_driver *bridge; in ca91cx42_crcsr_init()
1580 struct ca91cx42_driver *bridge; in ca91cx42_crcsr_exit()
1602 struct ca91cx42_driver *ca91cx42_device; in ca91cx42_probe()
1620 ca91cx42_device = kzalloc(sizeof(struct ca91cx42_driver), GFP_KERNEL); in ca91cx42_probe()
1870 struct ca91cx42_driver *bridge; in ca91cx42_remove()
1941 module_pci_driver(ca91cx42_driver);