Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/dts/
H A Dsun6i-a31-app4-evb1.dts53 compatible = "allwinner,app4-evb1", "allwinner,sun6i-a31";
H A DMakefile370 sun6i-a31-app4-evb1.dtb \
/openbmc/u-boot/drivers/net/
H A Dxilinx_axi_emac.c112 u32 app4; member
610 length = rx_bd.app4 & 0xFFFF; /* max length mask */ in axiemac_recv()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_test.cpp1241 std::vector<std::string> app4{"w x", "y z"}; in TEST_F() local
1246 EXPECT_CALL(journal, getMessages("app4", 2)).WillOnce(Return(app4)); in TEST_F()