Searched refs:addr_width (Results 1 – 4 of 4) sorted by relevance
37 uint32_t addr_width) const { in Dump()39 addr_width); in Dump()
82 uint32_t addr_width = 8) const;
419 int addr_width = 0; in DumpAddressAndContent() local421 addr_width = target->GetArchitecture().GetAddressByteSize() * 2; in DumpAddressAndContent()423 if (addr_width == 0) in DumpAddressAndContent()424 addr_width = 16; in DumpAddressAndContent()432 s.Printf("0x%*.*" PRIx64, addr_width, addr_width, vaddr); in DumpAddressAndContent()
7128 u_int addrext_shift, addr_width; in bwn_dma_attach() local7149 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach()7156 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach()7163 addr_width = BHND_DMA_ADDR_64BIT; in bwn_dma_attach()7173 error = bhnd_get_dma_translation(sc->sc_dev, addr_width, 0, &dmat, in bwn_dma_attach()