Searched refs:GB (Results 1 – 8 of 8) sorted by relevance
/drivers/input/joystick/ |
D | sidewinder.c | 216 #define GB(pos,num) sw_get_bits(buf, pos, num, sw->bits) macro 311 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse() 316 input_report_abs(dev, ABS_X, (GB( 3,3) << 7) | GB(16,7)); in sw_parse() 317 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); in sw_parse() 318 input_report_abs(dev, ABS_RZ, (GB(35,2) << 7) | GB(40,7)); in sw_parse() 319 input_report_abs(dev, ABS_THROTTLE, (GB(32,3) << 7) | GB(48,7)); in sw_parse() 325 input_report_key(dev, sw_btn[SW_ID_3DP][j], !GB(j+8,1)); in sw_parse() 327 input_report_key(dev, BTN_BASE4, !GB(38,1)); in sw_parse() 328 input_report_key(dev, BTN_BASE5, !GB(37,1)); in sw_parse() 338 if (sw_parity(GB(i*15,15))) in sw_parse() [all …]
|
D | gf2k.c | 159 #define GB(p,n,s) gf2k_get_bits(data, p, n, s) macro 181 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() 184 input_report_abs(dev, gf2k_abs[i], GB(i*9+60,8,0) | GB(i+54,1,9)); in gf2k_read() 186 t = GB(40,4,0); in gf2k_read() 191 t = GB(44,2,0) | GB(32,8,2) | GB(78,2,10); in gf2k_read() 274 if (!(gf2k->id = GB(7,2,0) | GB(3,3,2) | GB(0,3,5))) { in gf2k_connect() 280 if ((gf2k->id != (GB(19,2,0) | GB(15,3,2) | GB(12,3,5))) && in gf2k_connect() 281 (gf2k->id != (GB(31,2,0) | GB(27,3,2) | GB(24,3,5)))) { in gf2k_connect()
|
/drivers/char/agp/ |
D | hp-agp.c | 33 #define HP_ZX1_IOVA_BASE GB(1UL) 34 #define HP_ZX1_IOVA_SIZE GB(1UL)
|
D | agp.h | 160 #define GB(x) (MB (KB (x))) macro
|
/drivers/scsi/ |
D | Kconfig | 1214 of 4 GB each. This limits the total addressable range to 64 GB. 1216 Most machines with less than 4GB of memory should use a setting 1217 of 0 for best performance. If your machine has 4GB of memory 1221 x 4GB segments limitation) can be used on systems that require
|
/drivers/block/paride/ |
D | Kconfig | 66 parallel port version of the HP 5GB drive.
|
/drivers/block/ |
D | Kconfig | 85 with up to 1 GB of data. This drive will also read standard CD ROM
|
/drivers/eisa/ |
D | eisa.ids | 1045 ISAD900 "NEC Multisync Graphics Board GB-1"
|