Home
last modified time | relevance | path

Searched refs:new_base (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dfa.h667 uint64_t *new_base = (uint64_t*)cvmx_fpa_alloc(CVMX_FPA_DFA_POOL); // could make this async in __cvmx_dfa_write_command() local
668 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()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c585 pci_addr_t base, size, new_base, new_limit; in bcm_pcib_relocate_bridge_window() local
596 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()