Lines Matching refs:htobe32
87 u_long a_midmag; /* htobe32(flags<<26 | mid<<16 | magic) */
174 lifv->vol_addr = htobe32(hppa_btolifs(HPPA_LIF_DIRSTART));
176 lifv->vol_dirsize = htobe32(hppa_btolifs(HPPA_LIF_DIRSIZE));
178 lifv->vol_number = htobe32(1);
179 lifv->vol_lastvol = htobe32(1);
182 lifv->ipl_addr = htobe32(HPPA_LIF_FILESTART);
192 lifd[optind].dir_addr = htobe32(hppa_btolifs(pos));
195 lifv->ipl_entry = htobe32(loadpoint + entry);
196 lifv->ipl_size = htobe32(hppa_lifstob(n));
201 lifd[optind].dir_implement = htobe32(loadpoint + entry);
206 lifd[optind].dir_length = htobe32(n);
218 lifv->vol_length = htobe32(lifv->vol_length);
314 load.address = htobe32(loadpoint + sizeof(load));
315 load.count = htobe32(4 + total);
352 check_sum = htobe32(-check_sum);