Lines Matching refs:controller_regs
47 unsigned long controller_regs = (unsigned long) _data; in psycho_irq_build() local
62 imap = controller_regs + imap_off; in psycho_irq_build()
65 iclr = controller_regs + iclr_off; in psycho_irq_build()
94 unsigned long controller_regs; member
118 unsigned long controller_regs = irq_data->controller_regs; in sabre_wsync_handler() local
119 unsigned long sync_reg = controller_regs + SABRE_WRSYNC; in sabre_wsync_handler()
120 unsigned long config_space = controller_regs + SABRE_CONFIGSPACE; in sabre_wsync_handler()
226 unsigned long controller_regs = irq_data->controller_regs; in sabre_irq_build() local
243 imap = controller_regs + imap_off; in sabre_irq_build()
246 iclr = controller_regs + iclr_off; in sabre_irq_build()
281 irq_data->controller_regs = regs[0].phys_addr; in sabre_irq_trans_init()