Lines Matching refs:__be16
17 __be16 csum; in sun_partition()
19 __be16 *ush; in sun_partition()
26 __be16 nparts; /* Number of partitions */ in sun_partition()
28 __be16 id; in sun_partition()
29 __be16 flags; in sun_partition()
31 __be16 padding; /* Alignment padding */ in sun_partition()
40 __be16 rspeed; /* Disk rotational speed */ in sun_partition()
41 __be16 pcylcount; /* Physical cylinder count */ in sun_partition()
42 __be16 sparecyl; /* extra sects per cylinder */ in sun_partition()
43 __be16 obs1; /* gap1 */ in sun_partition()
44 __be16 obs2; /* gap2 */ in sun_partition()
45 __be16 ilfact; /* Interleave factor */ in sun_partition()
46 __be16 ncyl; /* Data cylinder count */ in sun_partition()
47 __be16 nacyl; /* Alt. cylinder count */ in sun_partition()
48 __be16 ntrks; /* Tracks per cylinder */ in sun_partition()
49 __be16 nsect; /* Sectors per track */ in sun_partition()
50 __be16 obs3; /* bhead - Label head offset */ in sun_partition()
51 __be16 obs4; /* ppart - Physical Partition */ in sun_partition()
56 __be16 magic; /* Magic number */ in sun_partition()
57 __be16 csum; /* Label xor'd checksum */ in sun_partition()
77 ush = ((__be16 *) (label+1)) - 1; in sun_partition()
78 for (csum = 0; ush >= ((__be16 *) label);) in sun_partition()