Lines Matching refs:ict
542 /* Allocate ICT table for 5000 Series. */
545 aprint_error_dev(self, "could not allocate ICT table\n");
724 fail3: if (sc->ict != NULL)
946 if (sc->ict != NULL)
1321 /* ICT table must be aligned on a 4KB boundary. */
1323 (void **)&sc->ict, IWN_ICT_SIZE, 4096);
1586 /* Reset ICT table. */
1587 memset(sc->ict, 0, IWN_ICT_SIZE);
1592 /* Set physical address of ICT table (4KB aligned). */
1593 DPRINTF(("enabling ICT\n"));
1599 /* Switch to ICT interrupt mode in driver. */
2828 /* Read interrupts from ICT (fast) or from registers (slow). */
2833 while (sc->ict[sc->ict_cur] != 0) {
2834 tmp |= sc->ict[sc->ict_cur];
2835 sc->ict[sc->ict_cur] = 0; /* Acknowledge. */
5554 /* Switch to using ICT interrupt mode. */