Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dufshcivar.h21 extern int ufshci_debug;
22 #define DPRINTF(l, x...) do { if ((l) <= ufshci_debug) printf(x); } \
H A Dufshci.c56 int ufshci_debug = 1; variable