HomeSort by: relevance | last modified time | path
    Searched refs:PCIC_ADDRWIN_ENABLE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
i82365.c 304 pcic_write(h, PCIC_ADDRWIN_ENABLE, 0);
944 reg = pcic_read(h, PCIC_ADDRWIN_ENABLE);
946 pcic_write(h, PCIC_ADDRWIN_ENABLE, reg);
1043 reg = pcic_read(h, PCIC_ADDRWIN_ENABLE);
1045 pcic_write(h, PCIC_ADDRWIN_ENABLE, reg);
1172 reg = pcic_read(h, PCIC_ADDRWIN_ENABLE);
1174 pcic_write(h, PCIC_ADDRWIN_ENABLE, reg);
1238 reg = pcic_read(h, PCIC_ADDRWIN_ENABLE);
1240 pcic_write(h, PCIC_ADDRWIN_ENABLE, reg);
1317 pcic_write(h, PCIC_ADDRWIN_ENABLE, 0)
    [all...]
i82365reg.h 111 #define PCIC_ADDRWIN_ENABLE 0x06 /* RW */
  /src/sys/dev/pci/
pccbb.c 2147 enable = Pcic_read(sc, PCIC_ADDRWIN_ENABLE);
2165 Pcic_write(sc, PCIC_ADDRWIN_ENABLE, enable);
2198 reg = Pcic_read(sc, PCIC_ADDRWIN_ENABLE);
2207 Pcic_write(sc, PCIC_ADDRWIN_ENABLE, reg);
2299 Pcic_write(sc, PCIC_ADDRWIN_ENABLE, 0);
2380 Pcic_write(sc, PCIC_ADDRWIN_ENABLE, 0);
2611 reg = Pcic_read(sc, PCIC_ADDRWIN_ENABLE);
2613 Pcic_write(sc, PCIC_ADDRWIN_ENABLE, reg);
2733 reg = Pcic_read(sc, PCIC_ADDRWIN_ENABLE);
2735 Pcic_write(sc, PCIC_ADDRWIN_ENABLE, reg)
    [all...]

Completed in 14 milliseconds