Home
last modified time | relevance | path

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

/drivers/input/joystick/
Dsidewinder.c199 #define GB(pos,num) sw_get_bits(buf, pos, num, sw->bits) macro
294 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse()
299 input_report_abs(dev, ABS_X, (GB( 3,3) << 7) | GB(16,7)); in sw_parse()
300 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); in sw_parse()
301 input_report_abs(dev, ABS_RZ, (GB(35,2) << 7) | GB(40,7)); in sw_parse()
302 input_report_abs(dev, ABS_THROTTLE, (GB(32,3) << 7) | GB(48,7)); in sw_parse()
308 input_report_key(dev, sw_btn[SW_ID_3DP][j], !GB(j+8,1)); in sw_parse()
310 input_report_key(dev, BTN_BASE4, !GB(38,1)); in sw_parse()
311 input_report_key(dev, BTN_BASE5, !GB(37,1)); in sw_parse()
321 if (sw_parity(GB(i*15,15))) in sw_parse()
[all …]
Dgf2k.c142 #define GB(p,n,s) gf2k_get_bits(data, p, n, s) macro
164 input_report_abs(dev, gf2k_abs[i], GB(i<<3,8,0) | GB(i+46,1,8) | GB(i+50,1,9)); in gf2k_read()
167 input_report_abs(dev, gf2k_abs[i], GB(i*9+60,8,0) | GB(i+54,1,9)); in gf2k_read()
169 t = GB(40,4,0); in gf2k_read()
174 t = GB(44,2,0) | GB(32,8,2) | GB(78,2,10); in gf2k_read()
257 if (!(gf2k->id = GB(7,2,0) | GB(3,3,2) | GB(0,3,5))) { in gf2k_connect()
263 if ((gf2k->id != (GB(19,2,0) | GB(15,3,2) | GB(12,3,5))) && in gf2k_connect()
264 (gf2k->id != (GB(31,2,0) | GB(27,3,2) | GB(24,3,5)))) { in gf2k_connect()
/drivers/staging/mt7621-dts/
Dgbpc2.dts10 model = "GB-PC2";
Dgbpc1.dts10 model = "GB-PC1";
/drivers/char/agp/
Dhp-agp.c30 #define HP_ZX1_IOVA_BASE GB(1UL)
31 #define HP_ZX1_IOVA_SIZE GB(1UL)
Dagp.h160 #define GB(x) (MB (KB (x))) macro
/drivers/block/
DKconfig101 with up to 1 GB of data. This drive will also read standard CD ROM
426 tristate "IBM Flash Adapter 900GB Full Height PCIe Device Driver"
431 storage device: Flash Adapter 900GB Full Height.
/drivers/scsi/
DKconfig942 of 4 GB each. This limits the total addressable range to 64 GB.
944 Most machines with less than 4GB of memory should use a setting
945 of 0 for best performance. If your machine has 4GB of memory
949 x 4GB segments limitation) can be used on systems that require
/drivers/block/paride/
DKconfig68 parallel port version of the HP 5GB drive.
/drivers/eisa/
Deisa.ids1045 ISAD900 "NEC Multisync Graphics Board GB-1"