Home
last modified time | relevance | path

Searched refs:MPII_DOORBELL (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dmpii.c51 #define MPII_DOORBELL (0x00) macro
2047 #define mpii_read_db(s) mpii_read((s), MPII_DOORBELL)
2048 #define mpii_write_db(s, v) mpii_write((s), MPII_DOORBELL, (v))
2231 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_attach()
2678 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_init()
2718 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_init()
2746 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_reset_soft()
2902 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_INUSE, 0) != 0) in mpii_handshake_recv()