Searched refs:new_base (Results 1 – 2 of 2) sorted by relevance
667 uint64_t *new_base = (uint64_t*)cvmx_fpa_alloc(CVMX_FPA_DFA_POOL); // could make this async in __cvmx_dfa_write_command() local668 if (new_base) { in __cvmx_dfa_write_command()670 *(uint64_t *)head = cvmx_ptr_to_phys(new_base); in __cvmx_dfa_write_command()673 (CAST64(new_base))/16); in __cvmx_dfa_write_command()
585 pci_addr_t base, size, new_base, new_limit; in bcm_pcib_relocate_bridge_window() local596 new_base = sc->base.base.ranges[0].pci_base; in bcm_pcib_relocate_bridge_window()597 val = (uint16_t) (new_base >> 16); in bcm_pcib_relocate_bridge_window()600 new_limit = new_base + size; in bcm_pcib_relocate_bridge_window()