Home
last modified time | relevance | path

Searched refs:PXSR_PEX_BUS_NUM_MASK (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
Dctrl_pex.c240 pex_status &= ~PXSR_PEX_BUS_NUM_MASK; in pex_local_bus_num_set()
242 (bus_num << PXSR_PEX_BUS_NUM_OFFS) & PXSR_PEX_BUS_NUM_MASK; in pex_local_bus_num_set()
296 ((pex_status & PXSR_PEX_BUS_NUM_MASK) >> PXSR_PEX_BUS_NUM_OFFS); in pex_config_read()
Dctrl_pex.h35 #define PXSR_PEX_BUS_NUM_MASK (0xff << PXSR_PEX_BUS_NUM_OFFS) macro
/external/u-boot/arch/arm/mach-mvebu/serdes/axp/
Dboard_env_spec.h198 #define PXSR_PEX_BUS_NUM_MASK (0xff << PXSR_PEX_BUS_NUM_OFFS) macro
Dhigh_speed_env_lib.c1474 ((val & PXSR_PEX_BUS_NUM_MASK) >> PXSR_PEX_BUS_NUM_OFFS); in pex_cfg_read()
1570 val &= ~PXSR_PEX_BUS_NUM_MASK; in pex_local_bus_num_set()
1571 val |= (bus_num << PXSR_PEX_BUS_NUM_OFFS) & PXSR_PEX_BUS_NUM_MASK; in pex_local_bus_num_set()