Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/sbp/
H A Dsbp_target.h47 #define CMDBLK_ORB_PG_TBL_PRESENT(v) (((v) >> 19) & 0x01) macro
H A Dsbp_target.c1143 if (!CMDBLK_ORB_PG_TBL_PRESENT(be32_to_cpu(req->orb.misc))) in sbp_fetch_page_table()