Home
last modified time | relevance | path

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

/freebsd/sys/dev/asmc/
H A Dasmcvar.h66 #define ASMC_CMDPORT_READ(sc) bus_read_1(sc->sc_ioport, 0x04) macro
H A Dasmc.c927 if ((ASMC_CMDPORT_READ(sc) & ASMC_STATUS_MASK) == val) in asmc_wait_ack()
956 ASMC_CMDPORT_READ(sc)); in asmc_wait()
979 ASMC_CMDPORT_READ(sc)); in asmc_command()