Searched refs:irq_control (Results 1 – 4 of 4) sorted by relevance
/drivers/mtd/nand/ |
D | mxc_nand.c | 149 void (*irq_control)(struct mxc_nand_host *, int); member 348 static void irq_control(struct mxc_nand_host *host, int activate) in irq_control() function 356 host->devtype_data->irq_control(host, activate); in irq_control() 382 irq_control(host, 0); in mxc_nfc_irq() 399 irq_control(host, 1); in wait_op_done() 1170 .irq_control = irq_control_v1_v2, 1195 .irq_control = irq_control_v1_v2, 1221 .irq_control = irq_control_v1_v2, 1247 .irq_control = irq_control_v3, 1274 .irq_control = irq_control_v3, [all …]
|
/drivers/usb/host/ |
D | xhci.h | 403 __le32 irq_control; member 1365 u32 irq_control; member
|
D | xhci.c | 657 temp = xhci_readl(xhci, &xhci->ir_set->irq_control); in xhci_run() 660 xhci_writel(xhci, temp, &xhci->ir_set->irq_control); in xhci_run() 796 xhci->s3.irq_control = xhci_readl(xhci, &xhci->ir_set->irq_control); in xhci_save_registers() 809 xhci_writel(xhci, xhci->s3.irq_control, &xhci->ir_set->irq_control); in xhci_restore_registers()
|
D | xhci-dbg.c | 189 addr = &ir_set->irq_control; in xhci_print_ir_set()
|