Home
last modified time | relevance | path

Searched defs:altera_sdcard_softc (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/altera/sdcard/
HDaltera_sdcard.h41 struct altera_sdcard_softc { struct
42 device_t as_dev;
43 int as_unit;
44 struct resource *as_res;
45 int as_rid;
46 struct mtx as_lock;
47 struct cv as_condvar;
48 int as_state;
49 int as_flags;
50 struct disk *as_disk;
[all …]