Searched refs:bus_size_t (Results 201 - 225 of 344) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/arm64/freescale/imx/
H A Dimx8mq_ccm.c279 CCU_READ4(struct ccm_softc *sc, bus_size_t off)
286 CCU_WRITE4(struct ccm_softc *sc, bus_size_t off, uint32_t val)
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dtegra210_pmc.c191 WR4(struct tegra210_pmc_softc *sc, bus_size_t r, uint32_t v)
206 RD4(struct tegra210_pmc_softc *sc, bus_size_t r)
/freebsd-13-stable/sys/dev/ofw/
H A Dofw_subr.c80 bus_size_t *psize, pcell_t *ppci_hi)
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h126 bus_addr_t addr, bus_size_t size);
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_pinctrl.c115 bus_size_t size;
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_def.h44 bus_size_t alignment;
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h124 bus_size_t dma_size;
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl.h59 #define TW_OSLI_DMA_BOUNDARY ((bus_size_t)((uint64_t)1 << 32))
/freebsd-13-stable/sys/dev/usb/controller/
H A Dohci.h241 bus_size_t sc_io_size;
H A Duhci.h228 bus_size_t sc_io_size;
/freebsd-13-stable/sys/dev/cesa/
H A Dcesa.h266 bus_size_t sc_sram_size;
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_gmacclk.c191 bus_size_t psize;
/freebsd-13-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c257 bus_size_t psize;
271 psize = (bus_size_t)rman_get_size(r);
296 bus_size_t psize;
299 psize = (bus_size_t)rman_get_size(r);
/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751.c167 static void hifn_write_reg_0(struct hifn_softc *, bus_size_t, u_int32_t);
168 static void hifn_write_reg_1(struct hifn_softc *, bus_size_t, u_int32_t);
171 READ_REG_0(struct hifn_softc *sc, bus_size_t reg)
174 sc->sc_bar0_lastreg = (bus_size_t) -1;
180 READ_REG_1(struct hifn_softc *sc, bus_size_t reg)
183 sc->sc_bar1_lastreg = (bus_size_t) -1;
421 sc->sc_bar0_lastreg = (bus_size_t) -1;
432 sc->sc_bar1_lastreg = (bus_size_t) -1;
2685 hifn_write_reg_0(struct hifn_softc *sc, bus_size_t reg, u_int32_t val)
2696 hifn_write_reg_1(struct hifn_softc *sc, bus_size_t re
[all...]
/freebsd-13-stable/sys/dev/gpio/
H A Dbytgpio.c295 bytgpio_read_4(struct bytgpio_softc *sc, bus_size_t off)
301 bytgpio_write_4(struct bytgpio_softc *sc, bus_size_t off,
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c162 static void ipw_read_mem_1(struct ipw_softc *, bus_size_t, uint8_t *,
163 bus_size_t);
165 static void ipw_write_mem_1(struct ipw_softc *, bus_size_t,
166 const uint8_t *, bus_size_t);
2600 ipw_read_mem_1(struct ipw_softc *sc, bus_size_t offset, uint8_t *datap,
2601 bus_size_t count)
2611 ipw_write_mem_1(struct ipw_softc *sc, bus_size_t offset, const uint8_t *datap,
2612 bus_size_t count)
/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma.c387 bcma_read_config(device_t dev, device_t child, bus_size_t offset, void *value,
425 bcma_write_config(device_t dev, device_t child, bus_size_t offset,
/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba_erom.c61 u_int core_idx, bus_size_t offset);
211 siba_eio_read_4(struct siba_erom_io *io, u_int core_idx, bus_size_t offset)
/freebsd-13-stable/sys/mips/mips/
H A Dnexus.c460 bus_size_t psize;
465 psize = (bus_size_t)rman_get_size(r);
/freebsd-13-stable/sys/powerpc/powernv/
H A Dxive.c268 xive_read_2(struct xive_softc *sc, bus_size_t offset)
275 xive_write_1(struct xive_softc *sc, bus_size_t offset, uint8_t val)
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3bus.c69 static int ps3_iommu_map(device_t dev, bus_dma_segment_t *segs, int *nsegs, bus_addr_t min, bus_addr_t max, bus_size_t alignment,
713 bus_addr_t min, bus_addr_t max, bus_size_t alignment, bus_addr_t boundary,
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_llan.c109 bus_size_t rx_buf_len;
433 bus_size_t mapsize, int error)
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.h480 bus_size_t size;
1824 uint8_t bxe_reg_read8(struct bxe_softc *sc, bus_size_t offset);
1825 uint16_t bxe_reg_read16(struct bxe_softc *sc, bus_size_t offset);
1826 uint32_t bxe_reg_read32(struct bxe_softc *sc, bus_size_t offset);
1828 void bxe_reg_write8(struct bxe_softc *sc, bus_size_t offset, uint8_t val);
1829 void bxe_reg_write16(struct bxe_softc *sc, bus_size_t offset, uint16_t val);
1830 void bxe_reg_write32(struct bxe_softc *sc, bus_size_t offset, uint32_t val);
2123 int bxe_dma_alloc(struct bxe_softc *sc, bus_size_t size,
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c146 imx6_anatop_read_4(bus_size_t offset)
155 imx6_anatop_write_4(bus_size_t offset, uint32_t value)
H A Dimx_spi.c155 RD4(struct spi_softc *sc, bus_size_t offset)
162 WR4(struct spi_softc *sc, bus_size_t offset, uint32_t value)

Completed in 323 milliseconds

1234567891011>>