Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Dsocfpga_arria10.c109 ALT_FPGAMGR_IMGCFG_STAT_F2S_NSTATUS_PIN_SET_MSK; in wait_for_nconfig_pin_and_nstatus_pin()
123 ALT_FPGAMGR_IMGCFG_STAT_F2S_NSTATUS_PIN_SET_MSK, in wait_for_f2s_nstatus_pin()
358 if ((reg & ALT_FPGAMGR_IMGCFG_STAT_F2S_NSTATUS_PIN_SET_MSK) == 0) { in fpgamgr_program_poll_cd()
419 ((reg & ALT_FPGAMGR_IMGCFG_STAT_F2S_NSTATUS_PIN_SET_MSK) != in fpgamgr_program_poll_usermode()
420 ALT_FPGAMGR_IMGCFG_STAT_F2S_NSTATUS_PIN_SET_MSK)) in fpgamgr_program_poll_usermode()
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dfpga_manager_arria10.h14 #define ALT_FPGAMGR_IMGCFG_STAT_F2S_NSTATUS_PIN_SET_MSK BIT(4) macro