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

  /src/sys/dev/pci/
btvmei.c 271 write_csr_byte(sc, LOC_CMD1, LC1_CLR_ERROR);
345 write_csr_byte(sc, LOC_INT_CTRL, LIC_INT_ENABLE);
347 write_csr_byte(sc, REM_CMD2, 0); /* enables VME IRQ */
363 write_csr_byte(sc, LOC_INT_CTRL, 0);
380 write_csr_byte(sc, REM_CMD1, level);
512 write_csr_byte(sc, LOC_CMD1, LC1_CLR_ERROR);
546 write_csr_byte(sc, LOC_CMD1, LC1_CLR_ERROR);
629 write_csr_byte(sc, LDMA_CMD, lstat & (~LDC_DMA_DONE));
647 write_csr_byte(sc, LOC_CMD1, LC1_CLR_PR_INT);
654 write_csr_byte(sc, REM_CMD1, RC1_CLR_PT_INT)
    [all...]
btvmeivar.h 71 #define write_csr_byte(sc, reg, val) \ macro

Completed in 13 milliseconds