HomeSort by: relevance | last modified time | path
    Searched refs:ict (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_iwnvar.h 257 /* ICT table. */
259 uint32_t *ict; member in struct:iwn_softc
if_iwn.c 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"))
    [all...]
if_iwm.c 1527 /* Set physical address of ICT (4KB aligned). */
1534 /* Switch to ICT interrupt mode in driver. */
7571 uint32_t *ict = sc->ict_dma.vaddr; local in function:iwm_softintr
7576 tmp = htole32(ict[sc->ict_cur]);
7586 ict[sc->ict_cur] = 0; /* Acknowledge. */
7588 tmp = htole32(ict[sc->ict_cur]);
7982 /* Allocate interrupt cause table (ICT).*/
7986 aprint_error_dev(sc->sc_dev, "could not allocate ICT table\n");

Completed in 34 milliseconds