Searched refs:IPP_CFIG (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_nep.c | 97 #define IPP_CFIG(port) (FZC_IPP + 0x00000 + ipp_port(port) * 0x04000) macro 1127 val = nep_read(sc, IPP_CFIG(sc->sc_port)); in nep_init_ipp() 1129 nep_write(sc, IPP_CFIG(sc->sc_port), val); in nep_init_ipp() 1132 val = nep_read(sc, IPP_CFIG(sc->sc_port)); in nep_init_ipp() 1139 val = nep_read(sc, IPP_CFIG(sc->sc_port)); in nep_init_ipp() 1141 nep_write(sc, IPP_CFIG(sc->sc_port), val); in nep_init_ipp() 1151 val = nep_read(sc, IPP_CFIG(sc->sc_port)); in nep_ipp_clear_dfifo() 1153 nep_write(sc, IPP_CFIG(sc->sc_port), val); in nep_ipp_clear_dfifo() 1163 nep_write(sc, IPP_CFIG(sc->sc_port), val); in nep_ipp_clear_dfifo() 1697 val = nep_read(sc, IPP_CFIG(sc->sc_port)); in nep_down() [all …]
|