Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_drvfs.c19 #define OPTION_BIN_LIST BIT(0) macro
21 #define OPTION_VALID (OPTION_BIN_LIST | OPTION_BIN_RUN)
29 static unsigned int dbgopt = OPTION_BIN_LIST;
37 if (opt & OPTION_BIN_LIST) { in iunit_dump_dbgopt()