Searched refs:bus_addr_t (Results 201 - 225 of 452) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h80 extern void *qlnx_dma_alloc_coherent(void *ecore_dev, bus_addr_t *phys,
83 bus_addr_t phys, uint32_t size);
171 #define dma_addr_t bus_addr_t
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_aic.c74 bus_addr_t buf_base_phys;
484 bus_addr_t *addr;
489 addr = (bus_addr_t*)arg;
H A Djz4780_lcd.c94 bus_addr_t paddr;
103 bus_addr_t fdesc_paddr;
454 *(bus_addr_t *)arg = segs[0].ds_addr;
H A Djz4780_pdma.c101 bus_addr_t desc_ring_paddr;
282 *(bus_addr_t *)arg = segs[0].ds_addr;
H A Djz4780_pinctrl.c114 bus_addr_t phys;
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h188 bus_addr_t phys_addr;
212 bus_addr_t phys_addr;
244 bus_addr_t phys_addr;
/freebsd-13-stable/sys/arm/allwinner/
H A Da31_dmac.c143 bus_addr_t physaddr;
504 a31dmac_transfer(device_t dev, void *priv, bus_addr_t src, bus_addr_t dst,
H A Da10_dmac.c403 a10dmac_transfer(device_t dev, void *priv, bus_addr_t src, bus_addr_t dst,
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_ssi.c186 bus_addr_t buf_base_phys;
722 bus_addr_t *addr;
727 addr = (bus_addr_t*)arg;
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_sai.c153 bus_addr_t buf_base_phys;
676 bus_addr_t *addr;
681 addr = (bus_addr_t*)arg;
/freebsd-13-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c465 tegra124_car_clkdev_read_4(device_t dev, bus_addr_t addr, uint32_t *val)
475 tegra124_car_clkdev_write_4(device_t dev, bus_addr_t addr, uint32_t val)
485 tegra124_car_clkdev_modify_4(device_t dev, bus_addr_t addr, uint32_t clear_mask,
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c107 bus_addr_t *addr;
112 addr = (bus_addr_t*)arg;
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_descdma.c133 bus_addr_t *paddr = (bus_addr_t*) arg;
/freebsd-13-stable/sys/dev/ste/
H A Dif_stereg.h532 bus_addr_t ste_rx_list_paddr;
534 bus_addr_t ste_tx_list_paddr;
/freebsd-13-stable/sys/dev/stge/
H A Dif_stgereg.h613 bus_addr_t stge_tx_ring_paddr;
615 bus_addr_t stge_rx_ring_paddr;
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c142 bus_addr_t, int, int);
151 static void bwi_setup_rx_desc32(struct bwi_softc *, int, bus_addr_t, int);
153 int, bus_addr_t, int);
164 static void bwi_setup_rx_desc64(struct bwi_softc *, int, bus_addr_t, int);
166 int, bus_addr_t, int);
328 int ndesc, int desc_idx, bus_addr_t paddr, int buf_len,
1815 bus_addr_t lowaddr = 0;
2177 *((bus_addr_t *)arg) = seg->ds_addr;
2358 bus_addr_t paddr, int hdr_size, int ndesc)
2407 bus_addr_t stats_padd
[all...]
/freebsd-13-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_rx.c68 *(bus_addr_t *)arg = segs[0].ds_addr;
73 struct rtwn_rx_stat_pci *desc, bus_addr_t addr, size_t len, int idx)
/freebsd-13-stable/sys/dev/sis/
H A Dif_sisreg.h485 bus_addr_t sis_rx_paddr;
486 bus_addr_t sis_tx_paddr;
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_util.c178 bus_addr_t paddr;
433 *(bus_addr_t *)arg = segs[0].ds_addr;
/freebsd-13-stable/sys/contrib/ena-com/
H A Dena_plat.h269 #define dma_addr_t bus_addr_t
276 bus_addr_t paddr;
/freebsd-13-stable/sys/dev/ofw/
H A Dofw_subr.c79 ofw_reg_to_paddr(phandle_t dev, int regno, bus_addr_t *paddr,
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge_var.h116 bus_addr_t bus_addr;
/freebsd-13-stable/sys/dev/aic7xxx/
H A Dahd_pci.c106 if (sizeof(bus_addr_t) > 4)
/freebsd-13-stable/sys/dev/ice/
H A Dice_osdep.c319 *(bus_addr_t *) arg = segs->ds_addr;
/freebsd-13-stable/sys/kern/
H A Dsubr_csan.c694 kcsan_bus_space_map(bus_space_tag_t tag, bus_addr_t hnd, bus_size_t size,
719 kcsan_bus_space_alloc(bus_space_tag_t tag, bus_addr_t reg_start,
720 bus_addr_t reg_end, bus_size_t size, bus_size_t alignment,
721 bus_size_t boundary, int flags, bus_addr_t *addrp,

Completed in 207 milliseconds

1234567891011>>