Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c236 KUNIT_EXPECT_EQ(test, ctx->stats.op_write_init_state, FPGA_MGR_STATE_WRITE_INIT); in fpga_mgr_test_img_load_buf()
269 KUNIT_EXPECT_EQ(test, ctx->stats.op_write_init_state, FPGA_MGR_STATE_WRITE_INIT); in fpga_mgr_test_img_load_sgt()
/openbmc/linux/drivers/fpga/
H A Dsocfpga.c514 [SOCFPGA_FPGMGR_STAT_CFG] = FPGA_MGR_STATE_WRITE_INIT,
515 [SOCFPGA_FPGMGR_STAT_INIT] = FPGA_MGR_STATE_WRITE_INIT,
H A Dfpga-mgr.c275 mgr->state = FPGA_MGR_STATE_WRITE_INIT; in fpga_mgr_write_init_buf()
601 [FPGA_MGR_STATE_WRITE_INIT] = "write init",
/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h49 FPGA_MGR_STATE_WRITE_INIT, enumerator