Searched refs:DB_MASK (Results 1 – 4 of 4) sorted by relevance
322 #define DB_MASK 0x3f macro
365 #define DB_MASK 0x3f macro
2086 hostdata->args = (val & DB_MASK); in in2000_detect()2200 hd->args = simple_strtoul(bp, NULL, 0) & DB_MASK; in in2000_proc_info()
2017 hostdata->args = val & DB_MASK; in wd33c93_init()2094 hd->args = simple_strtoul(bp+6, &bp, 0) & DB_MASK; in wd33c93_proc_info()