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

  /src/sys/dev/pci/
if_iwnvar.h 257 /* ICT table. */
259 uint32_t *ict; member in struct:iwn_softc
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 18 milliseconds