Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/sbp/
H A Dsbp_target.h46 #define CMDBLK_ORB_MAX_PAYLOAD(v) (((v) >> 20) & 0x0f) macro
H A Dsbp_target.c1258 max_payload = 4 << CMDBLK_ORB_MAX_PAYLOAD(be32_to_cpu(req->orb.misc)); in sbp_rw_data()