Home
last modified time | relevance | path

Searched refs:seg (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dmake_fit_atf.py153 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 Dxhci-mem.c65 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 Dxhci-ring.c37 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 Dregs.h171 #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 Ddebug.c84 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 Dddr3.c153 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 Dprocessor.h57 unsigned long seg; member
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h295 void (PMAPIP BE_callRealMode) (uint seg, uint off, RMREGS * regs,
333 void X86API BE_callRealMode(uint seg, uint off, RMREGS * regs,
H A Dx86emu.h195 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Dbiosemu.c247 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 Dxhci.h1227 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 Dprocessor.h1259 unsigned long seg; member
/rk3399_rockchip-uboot/arch/x86/
H A DKconfig726 SeaBIOS itself resides in E seg and F seg, where U-Boot puts all