Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dctrl_pex.c255 pex_status &= ~PXSR_PEX_DEV_NUM_MASK; in pex_local_dev_num_set()
257 (dev_num << PXSR_PEX_DEV_NUM_OFFS) & PXSR_PEX_DEV_NUM_MASK; in pex_local_dev_num_set()
294 ((pex_status & PXSR_PEX_DEV_NUM_MASK) >> PXSR_PEX_DEV_NUM_OFFS); in pex_config_read()
H A Dctrl_pex.h33 #define PXSR_PEX_DEV_NUM_MASK (0x1f << PXSR_PEX_DEV_NUM_OFFS) macro
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dboard_env_spec.h201 #define PXSR_PEX_DEV_NUM_MASK (0x1f << PXSR_PEX_DEV_NUM_OFFS) macro
H A Dhigh_speed_env_lib.c1472 ((val & PXSR_PEX_DEV_NUM_MASK) >> PXSR_PEX_DEV_NUM_OFFS); in pex_cfg_read()
1605 val &= ~PXSR_PEX_DEV_NUM_MASK; in pex_local_dev_num_set()
1606 val |= (dev_num << PXSR_PEX_DEV_NUM_OFFS) & PXSR_PEX_DEV_NUM_MASK; in pex_local_dev_num_set()