Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
A Dice_ethtool.h81 [10] = ICE_PHY_TYPE(5GB, 5000baseT_Full),
82 [11] = ICE_PHY_TYPE(5GB, 5000baseT_Full),
83 [12] = ICE_PHY_TYPE(10GB, 10000baseT_Full),
84 [13] = ICE_PHY_TYPE(10GB, 10000baseCR_Full),
85 [14] = ICE_PHY_TYPE(10GB, 10000baseSR_Full),
86 [15] = ICE_PHY_TYPE(10GB, 10000baseLR_Full),
87 [16] = ICE_PHY_TYPE(10GB, 10000baseKR_Full),
88 [17] = ICE_PHY_TYPE(10GB, 10000baseCR_Full),
89 [18] = ICE_PHY_TYPE(10GB, 10000baseKR_Full),
90 [19] = ICE_PHY_TYPE(25GB, 25000baseCR_Full),
[all …]
/drivers/input/joystick/
A Dsidewinder.c292 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse()
297 input_report_abs(dev, ABS_X, (GB( 3,3) << 7) | GB(16,7)); in sw_parse()
298 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); in sw_parse()
299 input_report_abs(dev, ABS_RZ, (GB(35,2) << 7) | GB(40,7)); in sw_parse()
300 input_report_abs(dev, ABS_THROTTLE, (GB(32,3) << 7) | GB(48,7)); in sw_parse()
322 input_report_abs(sw->dev[i], ABS_X, GB(i*15+3,1) - GB(i*15+2,1)); in sw_parse()
336 if (!sw_parity(GB(0,48)) || (hat = GB(42,4)) > 8) in sw_parse()
357 if (!sw_parity(GB(0,43)) || (hat = GB(28,4)) > 8) in sw_parse()
423 if (i < 66 && GB(0,64) == GB(i*3-66,64)) /* 1 == 3 */ in sw_read()
426 if (i < 66 && GB(0,64) == GB(66,64)) /* 1 == 2 */ in sw_read()
[all …]
A Dgf2k.c139 #define GB(p,n,s) gf2k_get_bits(data, p, n, s) macro
161 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()
164 input_report_abs(dev, gf2k_abs[i], GB(i*9+60,8,0) | GB(i+54,1,9)); in gf2k_read()
166 t = GB(40,4,0); in gf2k_read()
171 t = GB(44,2,0) | GB(32,8,2) | GB(78,2,10); in gf2k_read()
254 if (!(gf2k->id = GB(7,2,0) | GB(3,3,2) | GB(0,3,5))) { in gf2k_connect()
260 if ((gf2k->id != (GB(19,2,0) | GB(15,3,2) | GB(12,3,5))) && in gf2k_connect()
261 (gf2k->id != (GB(31,2,0) | GB(27,3,2) | GB(24,3,5)))) { in gf2k_connect()
/drivers/char/agp/
A Dagp.h159 #define GB(x) (MB (KB (x))) macro
/drivers/scsi/
A DKconfig932 of 4 GB each. This limits the total addressable range to 64 GB.
934 Most machines with less than 4GB of memory should use a setting
935 of 0 for best performance. If your machine has 4GB of memory
939 x 4GB segments limitation) can be used on systems that require
/drivers/block/
A DKconfig101 with up to 1 GB of data. This drive will also read standard CD ROM
/drivers/eisa/
A Deisa.ids1045 ISAD900 "NEC Multisync Graphics Board GB-1"

Completed in 38 milliseconds