Searched refs:addr_width (Results 1 – 4 of 4) sorted by relevance
39 uint32_t addr_width) const { in Dump()41 addr_width); in Dump()
82 uint32_t addr_width = 8) const;
427 int addr_width = 0; in DumpAddressAndContent() local429 addr_width = target->GetArchitecture().GetAddressByteSize() * 2; in DumpAddressAndContent()431 if (addr_width == 0) in DumpAddressAndContent()432 addr_width = 16; in DumpAddressAndContent()440 s.Printf("0x%*.*" PRIx64, addr_width, addr_width, vaddr); in DumpAddressAndContent()
7135 u_int addrext_shift, addr_width; in bwn_dma_attach() local7156 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach()7163 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach()7170 addr_width = BHND_DMA_ADDR_64BIT; in bwn_dma_attach()7180 error = bhnd_get_dma_translation(sc->sc_dev, addr_width, 0, &dmat, in bwn_dma_attach()