Home
last modified time | relevance | path

Searched refs:ALTERA_SDCARD_LOCK_INIT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/altera/sdcard/
H A Daltera_sdcard.h72 #define ALTERA_SDCARD_LOCK_INIT(sc) mtx_init(&(sc)->as_lock, \ macro
H A Daltera_sdcard.c80 ALTERA_SDCARD_LOCK_INIT(sc); in altera_sdcard_attach()