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()
242 static void ca91cx42_irq_exit(struct ca91cx42_driver *bridge, in ca91cx42_irq_exit()
260 static int ca91cx42_iack_received(struct ca91cx42_driver *bridge, int level) in ca91cx42_iack_received()
281 struct ca91cx42_driver *bridge; in ca91cx42_irq_set()
307 struct ca91cx42_driver *bridge; in ca91cx42_irq_generate()
348 struct ca91cx42_driver *bridge; in ca91cx42_slave_set()
452 struct ca91cx42_driver *bridge; in ca91cx42_slave_get()
607 struct ca91cx42_driver *bridge; in ca91cx42_master_set()
761 struct ca91cx42_driver *bridge; in __ca91cx42_master_get()
979 struct ca91cx42_driver *bridge; in ca91cx42_master_rmw()
1178 struct ca91cx42_driver *bridge; in ca91cx42_dma_busy()
1198 struct ca91cx42_driver *bridge; in ca91cx42_dma_list_exec()
1311 struct ca91cx42_driver *bridge; in ca91cx42_lm_set()
1378 struct ca91cx42_driver *bridge; in ca91cx42_lm_get()
1421 struct ca91cx42_driver *bridge; in ca91cx42_lm_attach()
1469 struct ca91cx42_driver *bridge; in ca91cx42_lm_detach()
1502 struct ca91cx42_driver *bridge; in ca91cx42_slot_get()
1551 struct ca91cx42_driver *bridge; in ca91cx42_crcsr_init()
1591 struct ca91cx42_driver *bridge; in ca91cx42_crcsr_exit()
1613 struct ca91cx42_driver *ca91cx42_device; in ca91cx42_probe()
1631 ca91cx42_device = kzalloc(sizeof(struct ca91cx42_driver), GFP_KERNEL); in ca91cx42_probe()
1881 struct ca91cx42_driver *bridge; in ca91cx42_remove()
1952 module_pci_driver(ca91cx42_driver);