Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/sbp/
H A Dsbp_target.h20 #define ORB_REQUEST_FORMAT(v) (((v) >> 29) & 0x03) macro
H A Dsbp_target.c868 switch (ORB_REQUEST_FORMAT(be32_to_cpu(req->orb.misc))) { in tgt_agent_process_work()
1474 ORB_REQUEST_FORMAT(be32_to_cpu(req->orb.misc)) != 0) { in sbp_mgt_agent_process()