Searched refs:int_table (Results 1 – 4 of 4) sorted by relevance
265 u16 __iomem *int_table; member1556 qmc_write16(qmc->int_table + i, 0x0000); in qmc_setup_ints()1560 last = qmc->int_table + (qmc->int_size / sizeof(u16)) - 1; in qmc_setup_ints()1622 qmc->int_curr = qmc->int_table; in qmc_irq_gint()1948 qmc->int_table = dmam_alloc_coherent(qmc->dev, qmc->int_size, in qmc_probe()1950 if (!qmc->int_table) { in qmc_probe()1954 memset(qmc->int_table, 0, qmc->int_size); in qmc_probe()1956 qmc->int_curr = qmc->int_table; in qmc_probe()
192 __hc32 int_table [NUM_INTS]; /* periodic schedule */ member
153 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_link()277 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_unlink()
1082 for (i = 0; i < NUM_INTS; i++) ohci->hcca->int_table [i] = 0; in ohci_restart()