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

  /src/sys/dev/ic/
aic79xx_osm.h 430 if (!(scb->flags & SCB_FREEZE_QUEUE)) {
432 scb->flags |= SCB_FREEZE_QUEUE;
aic7xxx_osm.h 412 if (!(scb->flags & SCB_FREEZE_QUEUE)) {
414 scb->flags |= SCB_FREEZE_QUEUE;
aic79xx_osm.c 305 if (scb->flags & SCB_FREEZE_QUEUE) {
307 scb->flags &= ~SCB_FREEZE_QUEUE;
aic7xxx_osm.c 287 if (scb->flags & SCB_FREEZE_QUEUE) {
289 scb->flags &= ~SCB_FREEZE_QUEUE;
aic79xxvar.h 615 SCB_FREEZE_QUEUE = 0x20000,
aic7xxxvar.h 676 SCB_FREEZE_QUEUE = 0x8000

Completed in 19 milliseconds