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

  /src/sys/dev/ic/
sunscpal.c 263 SUNSCPAL_WRITE_2(sc, sunscpal_icr, icr);
338 SUNSCPAL_WRITE_2(sc, sunscpal_icr, icr);
412 SUNSCPAL_WRITE_2(sc, sunscpal_dma_count, SUNSCPAL_DMA_COUNT_FLIP(0));
514 SUNSCPAL_WRITE_2(sc, sunscpal_icr, 0);
515 SUNSCPAL_WRITE_2(sc, sunscpal_dma_addr_h, 0);
516 SUNSCPAL_WRITE_2(sc, sunscpal_dma_addr_l, 0);
517 SUNSCPAL_WRITE_2(sc, sunscpal_dma_count, SUNSCPAL_DMA_COUNT_FLIP(0));
535 SUNSCPAL_WRITE_2(sc, sunscpal_icr, SUNSCPAL_ICR_RESET);
537 SUNSCPAL_WRITE_2(sc, sunscpal_icr, 0);
1216 SUNSCPAL_WRITE_2(sc, sunscpal_icr, SUNSCPAL_ICR_SELECT)
    [all...]
sunscpalvar.h 66 #define SUNSCPAL_WRITE_2(sc, reg, val) bus_space_write_2(sc->sunscpal_regt, \
73 # define SUNSCPAL_WRITE_2 SUNSCPAL_WRITE_1

Completed in 12 milliseconds