| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | make_fit_atf.py | 153 seg = uboot.get_segment(i) 154 if ('PT_LOAD' == seg.__getitem__(ELF_SEG_P_TYPE)): 155 p_paddr = seg.__getitem__(ELF_SEG_P_PADDR) 165 seg = bl31.get_segment(i) 166 if ('PT_LOAD' == seg.__getitem__(ELF_SEG_P_TYPE)): 167 paddr = seg.__getitem__(ELF_SEG_P_PADDR) 168 p= seg.__getitem__(ELF_SEG_P_PADDR) 185 seg = bl31.get_segment(i) 186 if ('PT_LOAD' == seg.__getitem__(ELF_SEG_P_TYPE)): 187 paddr = seg.__getitem__(ELF_SEG_P_PADDR) [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-mem.c | 65 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free() argument 67 free(seg->trbs); in xhci_segment_free() 68 seg->trbs = NULL; in xhci_segment_free() 70 free(seg); in xhci_segment_free() 81 struct xhci_segment *seg; in xhci_ring_free() local 87 seg = first_seg->next; in xhci_ring_free() 88 while (seg != first_seg) { in xhci_ring_free() 89 struct xhci_segment *next = seg->next; in xhci_ring_free() 90 xhci_segment_free(seg); in xhci_ring_free() 91 seg = next; in xhci_ring_free() [all …]
|
| H A D | xhci-ring.c | 37 struct xhci_segment *seg, union xhci_trb *trb) in last_trb() argument 40 return trb == &seg->trbs[TRBS_PER_SEGMENT]; in last_trb() 57 struct xhci_segment *seg, in last_trb_on_last_seg() argument 61 return ((trb == &seg->trbs[TRBS_PER_SEGMENT]) && in last_trb_on_last_seg() 62 (seg->next == ring->first_seg)); in last_trb_on_last_seg()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 171 #define R_CS seg.CS 172 #define R_DS seg.DS 173 #define R_SS seg.SS 174 #define R_ES seg.ES 175 #define R_FS seg.FS 176 #define R_GS seg.GS 268 struct i386_segment_regs seg; member
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | debug.c | 84 static void disassemble_forward(u16 seg, u16 off, int n) in disassemble_forward() argument 115 tregs.x86.R_CS = seg; in disassemble_forward() 200 u16 seg, off; in x86emu_print_int_vect() local 204 seg = fetch_data_word_abs(0, iv * 4); in x86emu_print_int_vect() 206 printk("%04x:%04x ", seg, off); in x86emu_print_int_vect() 209 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt) in X86EMU_dump_memory() argument 216 printk("%04x:%04x ", seg, start); in X86EMU_dump_memory() 220 printk("%02x ", fetch_data_byte_abs(seg, i)); in X86EMU_dump_memory()
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | ddr3.c | 153 u32 seg, blks, dst, edma_blks; in ddr3_reset_data() local 193 for (seg = 0; seg < seg_num; seg += KS2_MSMC_MAP_SEG_NUM) { in ddr3_reset_data() 199 KS2_MSMC_DST_SEG_BASE + seg, in ddr3_reset_data() 204 KS2_MSMC_DST_SEG_BASE + seg, in ddr3_reset_data() 208 if ((seg_num - seg) > KS2_MSMC_MAP_SEG_NUM) in ddr3_reset_data() 213 edma_blks = (seg_num - seg) << (KS2_MSMC_SEG_SIZE_SHIFT in ddr3_reset_data()
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | processor.h | 57 unsigned long seg; member
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/ |
| H A D | biosemu.h | 295 void (PMAPIP BE_callRealMode) (uint seg, uint off, RMREGS * regs, 333 void X86API BE_callRealMode(uint seg, uint off, RMREGS * regs,
|
| H A D | x86emu.h | 195 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | biosemu.c | 247 void X86API BE_callRealMode(uint seg, uint off, RMREGS * regs, RMSREGS * sregs) in BE_callRealMode() argument 263 ((u8 *) M.mem_base)[0x4003] = (u8) seg; in BE_callRealMode() 264 ((u8 *) M.mem_base)[0x4004] = (u8) (seg >> 8); in BE_callRealMode()
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | xhci.h | 1227 struct xhci_segment *seg; member 1237 unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | processor.h | 1259 unsigned long seg; member
|
| /rk3399_rockchip-uboot/arch/x86/ |
| H A D | Kconfig | 726 SeaBIOS itself resides in E seg and F seg, where U-Boot puts all
|