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

  /src/sys/dev/pci/
oboereg.h 128 struct OboeTaskFile {
133 #define OBOE_TASK_BUF_LEN (sizeof(struct OboeTaskFile) << 1)
oboe.c 111 struct OboeTaskFile *sc_taskfile; /* The taskfile */
629 addr &= ~(sizeof (struct OboeTaskFile) - 1);
630 addr += sizeof (struct OboeTaskFile);
631 sc->sc_taskfile = (struct OboeTaskFile *) addr;

Completed in 11 milliseconds