Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dwd33c93.h322 #define DB_MASK 0x3f macro
Din2000.h365 #define DB_MASK 0x3f macro
Din2000.c2086 hostdata->args = (val & DB_MASK); in in2000_detect()
2200 hd->args = simple_strtoul(bp, NULL, 0) & DB_MASK; in in2000_proc_info()
Dwd33c93.c2017 hostdata->args = val & DB_MASK; in wd33c93_init()
2094 hd->args = simple_strtoul(bp+6, &bp, 0) & DB_MASK; in wd33c93_proc_info()