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

  /src/sys/dev/pci/
pccbb.c 106 #define Pcic_read(sc, reg) pccbb_pcmcia_read((sc), (reg))
976 Pcic_read(sc, PCIC_CSC);
1006 Pcic_read(sc, PCIC_CSC);
2146 ioctl = Pcic_read(sc, PCIC_IOCTL);
2147 enable = Pcic_read(sc, PCIC_ADDRWIN_ENABLE);
2169 Pcic_read(sc, regbase_win + PCIC_SIA_START_LOW);
2171 Pcic_read(sc, regbase_win + PCIC_SIA_START_HIGH);
2173 Pcic_read(sc, regbase_win + PCIC_SIA_STOP_LOW);
2175 Pcic_read(sc, regbase_win + PCIC_SIA_STOP_HIGH);
2198 reg = Pcic_read(sc, PCIC_ADDRWIN_ENABLE)
    [all...]

Completed in 42 milliseconds