Home | History | Annotate | Download | only in sh3

Lines Matching refs:SW32

73 #define	SW32(X) nlp->X = bswap32(olp->X)
75 SW32(d_magic);
85 SW32(d_secsize);
86 SW32(d_nsectors);
87 SW32(d_ntracks);
88 SW32(d_ncylinders);
89 SW32(d_secpercyl);
90 SW32(d_secperunit);
95 SW32(d_acylinders);
101 SW32(d_headswitch); /* head switch time, usec */
102 SW32(d_trkseek); /* track-to-track seek, usec */
103 SW32(d_flags); /* generic flags */
106 SW32(d_drivedata[i]); /* drive-type specific information */
109 SW32(d_spare[i]); /* reserved for future use */
111 SW32(d_magic2); /* the magic number (again) */
116 SW32(d_bbsize); /* size of boot area at sn0, bytes */
117 SW32(d_sbsize); /* max size of fs superblock, bytes */
120 SW32(d_partitions[i].p_size);
121 SW32(d_partitions[i].p_offset);
122 SW32(d_partitions[i].p_fsize);
128 #undef SW32
155 #define SW32(X) nlp->X = bswap32(olp->X)
158 #define SW32(X) nlp->X = olp->X
161 SW32(d_magic);
175 SW32(d_secsize);
176 SW32(d_nsectors);
177 SW32(d_ntracks);
178 SW32(d_ncylinders);
179 SW32(d_secpercyl);
180 SW32(d_secperunit);
185 SW32(d_acylinders);
191 SW32(d_headswitch); /* head switch time, usec */
192 SW32(d_trkseek); /* track-to-track seek, usec */
193 SW32(d_flags); /* generic flags */
196 SW32(d_drivedata[i]); /* drive-type specific information */
199 SW32(d_spare[i]); /* reserved for future use */
201 SW32(d_magic2); /* the magic number (again) */
206 SW32(d_bbsize); /* size of boot area at sn0, bytes */
207 SW32(d_sbsize); /* max size of fs superblock, bytes */
210 SW32(d_partitions[i].p_size);
211 SW32(d_partitions[i].p_offset);
212 SW32(d_partitions[i].p_fsize);
217 #undef SW32