Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-mem.c69 free(seg->trbs); in xhci_segment_free()
70 seg->trbs = NULL; in xhci_segment_free()
72 free(seg); in xhci_segment_free()
83 struct xhci_segment *seg; in xhci_ring_free() local
89 seg = first_seg->next; in xhci_ring_free()
92 xhci_segment_free(seg); in xhci_ring_free()
93 seg = next; in xhci_ring_free()
283 BUG_ON(!seg); in xhci_segment_alloc()
287 seg->next = NULL; in xhci_segment_alloc()
289 return seg; in xhci_segment_alloc()
[all …]
A Dxhci-ring.c39 struct xhci_segment *seg, union xhci_trb *trb) in last_trb() argument
42 return trb == &seg->trbs[TRBS_PER_SEGMENT]; in last_trb()
59 struct xhci_segment *seg, in last_trb_on_last_seg() argument
63 return ((trb == &seg->trbs[TRBS_PER_SEGMENT]) && in last_trb_on_last_seg()
64 (seg->next == ring->first_seg)); in last_trb_on_last_seg()
/u-boot/drivers/bios_emulator/include/x86emu/
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
/u-boot/drivers/bios_emulator/x86emu/
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()
/u-boot/arch/arm/mach-keystone/
A Dddr3.c155 u32 seg, blks, dst, edma_blks; in ddr3_reset_data() local
195 for (seg = 0; seg < seg_num; seg += KS2_MSMC_MAP_SEG_NUM) { in ddr3_reset_data()
201 KS2_MSMC_DST_SEG_BASE + seg, in ddr3_reset_data()
206 KS2_MSMC_DST_SEG_BASE + seg, in ddr3_reset_data()
210 if ((seg_num - seg) > KS2_MSMC_MAP_SEG_NUM) in ddr3_reset_data()
215 edma_blks = (seg_num - seg) << (KS2_MSMC_SEG_SIZE_SHIFT in ddr3_reset_data()
/u-boot/arch/mips/include/asm/
A Dprocessor.h56 unsigned long seg; member
/u-boot/include/xen/interface/io/
A Dblkif.h636 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST]; member
/u-boot/arch/arm/dts/
A Darmada-385-atl-x530.dts39 compatible = "atl,of-led-7seg";
A Darmada-385-atl-x530DP.dts40 compatible = "atl,of-led-7seg";
A Darmada-385-atl-x530.dtsi59 compatible = "atl,of-led-7seg";
/u-boot/drivers/xen/
A Dpvblock.c495 req->seg[j].first_sect = 0; in blkfront_aio()
496 req->seg[j].last_sect = PAGE_SIZE / dev->info.sector_size - 1; in blkfront_aio()
498 req->seg[0].first_sect = ((uintptr_t)aiocbp->aio_buf & ~PAGE_MASK) / in blkfront_aio()
500 req->seg[n - 1].last_sect = (((uintptr_t)aiocbp->aio_buf + in blkfront_aio()
507 *(char *)(data + (req->seg[j].first_sect * in blkfront_aio()
511 req->seg[j].gref = gnttab_grant_access(dev->dom, in blkfront_aio()
514 aiocbp->gref[j] = req->seg[j].gref; in blkfront_aio()
/u-boot/drivers/bios_emulator/include/
A Dbiosemu.h295 void (PMAPIP BE_callRealMode) (uint seg, uint off, RMREGS * regs,
333 void X86API BE_callRealMode(uint seg, uint off, RMREGS * regs,
A Dx86emu.h195 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
/u-boot/drivers/bios_emulator/
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()
/u-boot/arch/mips/mach-octeon/
A Dcvmx-bootmem.c27 #define CVMX_ADD_SEG(seg, add) ((((u64)(seg)) << 62) | (add)) argument
28 #define CVMX_ADD_SEG32(seg, add) (((u32)(seg) << 31) | (u32)(add)) argument
/u-boot/drivers/net/octeontx2/
A Dnix.c600 u64 *seg; in nix_lf_flush_rx() local
618 seg = (dma_addr_t *)(&rx_dr->rx_sg + 1); in nix_lf_flush_rx()
621 seg[0], (1ULL << 63) | NPA_POOL_RX); in nix_lf_flush_rx()
623 debug("%s return %llx to NPA\n", __func__, seg[0]); in nix_lf_flush_rx()
/u-boot/include/usb/
A Dxhci.h1213 struct xhci_segment *seg; member
1231 unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);
/u-boot/arch/x86/
A DKconfig918 SeaBIOS itself resides in E seg and F seg, where U-Boot puts all

Completed in 46 milliseconds