Searched refs:bus_addr_t (Results 251 - 275 of 452) sorted by relevance

<<111213141516171819

/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci_fdt.c133 bus_addr_t reg;
176 bus_addr_t paddr;
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_dma.c166 bus_addr_t *addr;
171 addr = (bus_addr_t*)arg;
H A Dbcm2838_pci.c269 static bus_addr_t
323 bus_addr_t offset;
/freebsd-13-stable/sys/arm/xilinx/
H A Dzy7_devcfg.c499 *(bus_addr_t *)arg = seg[0].ds_addr;
541 bus_addr_t dma_physaddr;
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c74 bus_addr_t mw_xlat_addr;
642 bus_addr_t *plimit)
800 ntb_plx_mw_set_trans(device_t dev, unsigned mw_idx, bus_addr_t addr, size_t size)
1021 ntb_plx_peer_db_addr(device_t dev, bus_addr_t *db_addr, vm_size_t *db_size)
/freebsd-13-stable/sys/dev/firewire/
H A Dfwohcireg.h338 bus_addr_t bus_addr;
/freebsd-13-stable/sys/dev/vnic/
H A Dnicvf_queues.h242 bus_addr_t phys_base;
/freebsd-13-stable/sys/net/
H A Diflib.h281 bus_addr_t idi_paddr;
/freebsd-13-stable/sys/dev/safexcel/
H A Dsafexcel_var.h319 bus_addr_t paddr;
/freebsd-13-stable/sys/arm/allwinner/
H A Da10_hdmiaudio.c85 bus_addr_t physaddr;
/freebsd-13-stable/sys/arm64/iommu/
H A Diommu.c166 bus_addr_t maxaddr;
/freebsd-13-stable/sys/powerpc/powermac/
H A Ddbdma.c282 bus_addr_t data, size_t count, uint8_t interrupt, uint8_t branch,
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.h557 bus_addr_t busaddr;
639 bus_addr_t sg_list_busaddr;
640 bus_addr_t sense_busaddr;
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h319 bus_addr_t dma_addr;
345 bus_addr_t dma_addr;
551 bus_addr_t dma_addr;
/freebsd-13-stable/sys/dev/dc/
H A Dif_dcreg.h500 bus_addr_t dc_rx_list_paddr;
502 bus_addr_t dc_tx_list_paddr;
749 bus_addr_t dc_saddr; /* DMA address of setup frame */
/freebsd-13-stable/sys/dev/iommu/
H A Dbusdma_iommu.c361 bus_addr_t boundary, bus_addr_t lowaddr, bus_addr_t highaddr,
/freebsd-13-stable/sys/dev/qat/
H A Dqat_hw15.c110 qat_msg_cmn_hdr_populate(struct fw_la_bulk_req *msg, bus_addr_t desc_paddr,
145 bus_addr_t req_params_paddr, uint8_t req_params_sz)
815 bus_addr_t digest_paddr;
/freebsd-13-stable/sys/mips/cavium/
H A Doctopci.c75 bus_addr_t sc_io_base;
79 bus_addr_t sc_mem1_base;
616 bus_addr_t busaddr, unitbusaddr;
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_clock.c563 jz4780_clock_write_4(device_t dev, bus_addr_t addr, uint32_t val)
573 jz4780_clock_read_4(device_t dev, bus_addr_t addr, uint32_t *val)
583 jz4780_clock_modify_4(device_t dev, bus_addr_t addr, uint32_t clear_mask,
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi.c123 static void mfi_issue_cmd_xscale(struct mfi_softc *sc, bus_addr_t bus_add,
125 static void mfi_issue_cmd_ppc(struct mfi_softc *sc, bus_addr_t bus_add,
257 mfi_issue_cmd_xscale(struct mfi_softc *sc, bus_addr_t bus_add, uint32_t frame_cnt)
263 mfi_issue_cmd_ppc(struct mfi_softc *sc, bus_addr_t bus_add, uint32_t frame_cnt)
359 bus_addr_t *addr;
437 MEGASAS_MAX_NAME*sizeof(bus_addr_t), /* maxsize */
439 MEGASAS_MAX_NAME*sizeof(bus_addr_t), /* maxsegsize */
451 bzero(sc->verbuf, MEGASAS_MAX_NAME*sizeof(bus_addr_t));
453 sc->verbuf, MEGASAS_MAX_NAME*sizeof(bus_addr_t),
631 if (sizeof(bus_addr_t)
[all...]
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_lcd.c218 bus_addr_t sc_fb_phys;
232 bus_addr_t *addr;
237 addr = (bus_addr_t*)arg;
/freebsd-13-stable/sys/arm/versatile/
H A Dversatile_clcd.c130 bus_addr_t fb_phys;
201 bus_addr_t *addr;
206 addr = (bus_addr_t*)arg;
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c151 bus_addr_t sc_iomem_start, sc_iomem_end;
153 bus_addr_t sc_ioport_start, sc_ioport_end;
176 bus_addr_t target;
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx.c276 bus_addr_t buf_addr;
285 bus_addr_t ptb_pages_addr;
286 bus_addr_t silent_page_addr;
384 static void* emu_malloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, bus_dmamap_t *map);
386 static void* emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char * owner);
1045 bus_addr_t *phys = (bus_addr_t *) arg;
1047 *phys = error ? 0 : (bus_addr_t) segs->ds_addr;
1057 emu_malloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr,
1086 emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * add
[all...]
/freebsd-13-stable/sys/dev/bge/
H A Dif_bgereg.h2863 bus_addr_t bge_rx_std_ring_paddr;
2865 bus_addr_t bge_rx_jumbo_ring_paddr;
2867 bus_addr_t bge_rx_return_ring_paddr;
2869 bus_addr_t bge_tx_ring_paddr;
2871 bus_addr_t bge_status_block_paddr;
2873 bus_addr_t bge_stats_paddr;
2926 bus_addr_t bge_busaddr;

Completed in 399 milliseconds

<<111213141516171819