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

  /src/sys/dev/pci/
btvmei.c 265 status = read_csr_byte(sc, LOC_STATUS);
270 status = read_csr_byte(sc, REM_STATUS); /* discard */
272 status = read_csr_byte(sc, LOC_STATUS);
381 vector = read_csr_byte(sc, REM_IACK);
510 if (read_csr_byte(sc, LOC_STATUS) & LSR_ERROR_MASK) {
542 if ((status = read_csr_byte(sc, LOC_STATUS)) & LSR_ERROR_MASK) {
619 while (read_csr_byte(sc, LOC_INT_CTRL) & LIC_INT_PENDING) {
626 lstat = read_csr_byte(sc, LDMA_CMD);
636 lstat = read_csr_byte(sc, LOC_INT_STATUS);
644 lstat = read_csr_byte(sc, LOC_STATUS)
    [all...]
btvmeivar.h 69 #define read_csr_byte(sc, reg) \ macro

Completed in 12 milliseconds