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;
420 int addr_width = 0; in DumpAddressAndContent() local422 addr_width = target->GetArchitecture().GetAddressByteSize() * 2; in DumpAddressAndContent()424 if (addr_width == 0) in DumpAddressAndContent()425 addr_width = 16; in DumpAddressAndContent()433 s.Printf("0x%*.*" PRIx64, addr_width, addr_width, vaddr); in DumpAddressAndContent()
7120 u_int addrext_shift, addr_width; in bwn_dma_attach() 7141 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach() 7148 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach() 7155 addr_width = BHND_DMA_ADDR_64BIT; in bwn_dma_attach() 7165 error = bhnd_get_dma_translation(sc->sc_dev, addr_width, 0, &dmat, in bwn_dma_attach() 7128 u_int addrext_shift, addr_width; bwn_dma_attach() local