Home
last modified time | relevance | path

Searched refs:orb_low (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/target/sbp/
H A Dsbp_target.h115 __be32 orb_low; member
H A Dsbp_target.c954 req->status.orb_low = cpu_to_be32( in tgt_agent_fetch_work()
1557 req->status.orb_low = cpu_to_be32(agent->orb_offset); in sbp_mgt_agent_process()
/openbmc/linux/drivers/firewire/
H A Dsbp2.c242 #define STATUS_GET_ORB_LOW(v) ((v).orb_low)
247 u32 orb_low; member
423 status.orb_low = be32_to_cpup(payload + 4); in sbp2_status_write()