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

  /src/sys/dev/pci/
yds.c 195 static void yds_dump_play_slot(struct yds_softc *, int);
196 #define YDS_DUMP_PLAY_SLOT(n, sc, bank) \
197 if (ydsdebug > (n)) yds_dump_play_slot(sc, bank)
199 #define YDS_DUMP_PLAY_SLOT(n, sc, bank)
281 yds_dump_play_slot(struct yds_softc *sc, int bank) function in typeref:typename:void
1444 YDS_DUMP_PLAY_SLOT(5, sc, 0);
1445 YDS_DUMP_PLAY_SLOT(5, sc, 1);

Completed in 12 milliseconds