Searched defs:altera_sdcard_softc (Results 1 – 1 of 1) sorted by relevance
41 struct altera_sdcard_softc { struct42 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 …]