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

  /src/sys/external/bsd/drm/dist/shared-core/
savage_bci.c 967 unsigned int event_e, hw_e; local in function:savage_bci_event_wait
974 hw_e = dev_priv->status_ptr[1] & 0xffff;
976 hw_e = SAVAGE_READ(SAVAGE_STATUS_WORD1) & 0xffff;
978 if (hw_e > dev_priv->event_counter)
988 if (event_w < hw_w || (event_w == hw_w && event_e <= hw_e))
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_bci.c 962 unsigned int event_e, hw_e; local in function:savage_bci_event_wait
969 hw_e = dev_priv->status_ptr[1] & 0xffff;
971 hw_e = SAVAGE_READ(SAVAGE_STATUS_WORD1) & 0xffff;
973 if (hw_e > dev_priv->event_counter)
983 if (event_w < hw_w || (event_w == hw_w && event_e <= hw_e))

Completed in 20 milliseconds