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

  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_accel.h 122 unsigned long r_port, w_port ; variable
175 lTemp = (r_port - w_port - BandSize) & pXGI->cmdQueueSizeMask ;\
182 r_port = Volari_GetHwRP(); \
183 lTemp = (r_port - w_port - BandSize)&pXGI->cmdQueueSizeMask ;\
199 lTemp = r_port - w_port + pXGI->cmdQueueSize ; \
201 if( ((lTemp & pXGI->cmdQueueSizeMask ) < (BandSize + CS)) && ( r_port != w_port ) ) \
205 r_port = Volari_GetHwRP(); \
206 if(r_port == w_port) \
208 lTemp = r_port - w_port + pXGI->cmdQueueSize ; \
224 r_port = Volari_GetHwRP();
    [all...]
  /src/sys/dev/pci/
sv.c 853 uint8_t r_port; member in struct:__anon3554
927 if (ports[idx].r_port != 0)
1028 if (ports[idx].r_port) {
1029 reg = sv_read_indirect(sc, ports[idx].r_port);
1034 sv_write_indirect(sc, ports[idx].r_port, reg);
1047 if (ports[idx].r_port == 0) {
1068 if (ports[idx].r_port != 0) {
1069 reg = sv_read_indirect(sc, ports[idx].r_port);
1076 sv_write_indirect(sc, ports[idx].r_port, reg);
1208 ((ports[idx].r_port == 0 &
    [all...]

Completed in 20 milliseconds