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

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 1291 uint32_t service_flags; local
1295 service_flags =
1297 if (service_flags &
1315 } else if (service_flags &
1327 if (service_flags & (1 << VCHIQ_POLL_TXNOTIFY))
1331 if (service_flags & (1 << VCHIQ_POLL_RXNOTIFY))
vchiq_core.c 1291 uint32_t service_flags; local
1295 service_flags =
1297 if (service_flags &
1315 } else if (service_flags &
1327 if (service_flags & (1 << VCHIQ_POLL_TXNOTIFY))
1331 if (service_flags & (1 << VCHIQ_POLL_RXNOTIFY))

Completed in 98 milliseconds