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