Lines Matching refs:Bit32u
288 typedef unsigned long Bit32u; typedef
429 static Bit32u read_dword();
432 Bit32u
462 Bit32u data;
686 Bit32u sectors_low; // Total sectors count
687 Bit32u sectors_high;
708 Bit32u trsfbytes;
720 Bit32u ilba;
770 Bit32u lba1;
771 Bit32u lba2;
780 Bit32u cylinders;
781 Bit32u heads;
782 Bit32u spt;
783 Bit32u sector_count1;
784 Bit32u sector_count2;
820 Bit32u edi, esi, ebp, esp;
821 Bit32u ebx, edx, ecx, eax;
828 Bit32u filler[4];
868 Bit32u vector;
869 Bit32u description;
870 Bit32u reserved;
1416 Bit32u base_mem = read_dword(E820_SEG, E820_OFFSET + 8);
1591 Bit32u prev_ticks, t;
1730 put_luint(action, 0L-(((Bit32u) hibyte << 16) | arg), format_width-1, 1);
1732 put_luint(action, ((Bit32u) hibyte << 16) | arg, format_width, 0);
1735 put_luint(action, ((Bit32u) hibyte << 16) | arg, format_width, 0);
1746 nibble = ((((Bit32u) hibyte <<16) | arg) >> (4 * i)) & 0x000f;
2198 Bit16u type; Bit32u desc;
2307 Bit32u s3_wakeup_vector;
2539 Bit32u time=0,last=0;
2672 Bit32u sectors_low, sectors_high;
2754 cylinders = (Bit16u)((Bit32u)(cylinders)*16/15);
2814 Bit32u sizeinmb;
2966 Bit32u lba_low, lba_high;
3115 Bit32u lba_low, lba_high;
3265 Bit32u length;
3272 Bit32u total, transfer;
3562 Bit32u block_len;
3563 Bit32u sectors;
3564 Bit32u timeout; //measured in ms
3565 Bit32u time;
3608 block_len = (Bit32u) buf[4] << 24
3609 | (Bit32u) buf[5] << 16
3610 | (Bit32u) buf[6] << 8
3611 | (Bit32u) buf[7] << 0;
3621 sectors = (Bit32u) buf[0] << 24
3622 | (Bit32u) buf[1] << 16
3623 | (Bit32u) buf[2] << 8
3624 | (Bit32u) buf[3] << 0;
3700 Bit32u lba;
3762 tcpa_add_bootdevice((Bit32u)1L, (Bit32u)0L); /* bootcd = 1 */
3763 tcpa_ipl((Bit32u)2L,(Bit32u)get_SS(),(Bit32u)buffer,(Bit32u)2048L);
3807 tcpa_ipl((Bit32u)1L,(Bit32u)boot_segment,(Bit32u)0L,(Bit32u)512L);
4566 Bit32u start;
4567 Bit32u end;
4590 Bit32u extended_memory_size=0; // 64bits long
4594 Bit32u base, type, size;
5428 Bit32u lba_low, lba_high;
5507 …lba_low = ((((Bit32u)cylinder * (Bit32u)nlh) + (Bit32u)head) * (Bit32u)nlspt) + (Bit32u)sector - 1;
5577 lba_low = (Bit32u)(nlc - 1) * (Bit32u)nlh * (Bit32u)nlspt;
5675 write_dword(DS, SI+(Bit16u)&Int13DPT->cylinders, (Bit32u)npc);
5677 write_dword(DS, SI+(Bit16u)&Int13DPT->heads, (Bit32u)nph);
5678 write_dword(DS, SI+(Bit16u)&Int13DPT->spt, (Bit32u)npspt);
5840 Bit32u lba;
6265 Bit32u vlba, ilba, slba, elba;
6349 vlba=((((Bit32u)cylinder*(Bit32u)vheads)+(Bit32u)head)*(Bit32u)vspt)+((Bit32u)(sector-1));
6355 slba = (Bit32u)vlba/4;
6359 elba = (Bit32u)(vlba+nbsectors-1)/4;
6532 Bit32u lba;
8323 tcpa_add_bootdevice((Bit32u)0L, (Bit32u)bootdrv);
8324 tcpa_ipl((Bit32u)0L,(Bit32u)bootseg,(Bit32u)0L,(Bit32u)512L); /* specs: 8.2.3 steps 4 and 5 */
8619 Bit32u time, toggle;