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

  /src/sys/dev/pci/
btvmeireg.h 99 #define LOC_STATUS (0x02) /* Local Status Register */
btvmei.c 265 status = read_csr_byte(sc, LOC_STATUS);
272 status = read_csr_byte(sc, LOC_STATUS);
510 if (read_csr_byte(sc, LOC_STATUS) & LSR_ERROR_MASK) {
542 if ((status = read_csr_byte(sc, LOC_STATUS)) & LSR_ERROR_MASK) {
644 lstat = read_csr_byte(sc, LOC_STATUS);

Completed in 40 milliseconds