Lines Matching refs:state
236 u32 state)
241 * HW doesn't support an interrupt for changes in state, so poll to see
242 * if it matches the requested state within the timeout period.
245 if ((socfpga_fpga_state_get(priv) & state) != 0)
510 /* Translate state register values to FPGA framework state */
524 u32 state;
526 state = socfpga_fpga_state_get(priv);
528 if (state < ARRAY_SIZE(socfpga_state_to_framework_state))
529 ret = socfpga_state_to_framework_state[state];
537 .state = socfpga_fpga_ops_state,