| /u-boot/drivers/usb/host/ |
| A D | xhci-mem.c | 69 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 D | xhci-ring.c | 39 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 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
|
| /u-boot/drivers/bios_emulator/x86emu/ |
| 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()
|
| /u-boot/arch/arm/mach-keystone/ |
| A D | ddr3.c | 155 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 D | processor.h | 56 unsigned long seg; member
|
| /u-boot/include/xen/interface/io/ |
| A D | blkif.h | 636 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST]; member
|
| /u-boot/arch/arm/dts/ |
| A D | armada-385-atl-x530.dts | 39 compatible = "atl,of-led-7seg";
|
| A D | armada-385-atl-x530DP.dts | 40 compatible = "atl,of-led-7seg";
|
| A D | armada-385-atl-x530.dtsi | 59 compatible = "atl,of-led-7seg";
|
| /u-boot/drivers/xen/ |
| A D | pvblock.c | 495 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 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,
|
| A D | x86emu.h | 195 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
|
| /u-boot/drivers/bios_emulator/ |
| 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()
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-bootmem.c | 27 #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 D | nix.c | 600 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 D | xhci.h | 1213 struct xhci_segment *seg; member 1231 unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);
|
| /u-boot/arch/x86/ |
| A D | Kconfig | 918 SeaBIOS itself resides in E seg and F seg, where U-Boot puts all
|