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

  /src/sys/dev/hpc/
hpcout.c 52 struct hpcioman_attach_args sc_hma; member in struct:hpcout_softc
55 #define sc_hc sc_hma.hma_hc
56 #define sc_intr_mode sc_hma.hma_intr_mode
57 #define sc_type sc_hma.hma_type
58 #define sc_id sc_hma.hma_id
59 #define sc_port sc_hma.hma_port
60 #define sc_initvalue sc_hma.hma_initvalue
61 #define sc_on sc_hma.hma_on
62 #define sc_off sc_hma.hma_off
79 sc->sc_hma = *hma; /* structure assignment *
    [all...]
hpcin.c 52 struct hpcioman_attach_args sc_hma; member in struct:hpcin_softc
57 #define sc_hc sc_hma.hma_hc
58 #define sc_intr_mode sc_hma.hma_intr_mode
59 #define sc_type sc_hma.hma_type
60 #define sc_id sc_hma.hma_id
61 #define sc_port sc_hma.hma_port
62 #define sc_initvalue sc_hma.hma_initvalue
63 #define sc_on sc_hma.hma_on
64 #define sc_off sc_hma.hma_off
65 #define sc_connect sc_hma.hma_connec
    [all...]

Completed in 12 milliseconds