Home
last modified time | relevance | path

Searched defs:dax_header (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/sbus/char/
H A Doradax.c119 struct dax_header { struct
120 u32 ccb_version:4; /* 31:28 CCB Version */
122 u32 pipe:1; /* Pipeline */
124 u32 cond:1; /* Conditional */
125 u32 serial:1; /* Serial */
126 u32 opcode:8; /* 23:16 Opcode */
128 u32 reserved:3; /* 15:13 reserved */
130 u32 out_addr_type:3; /* 10:8 Destination Address Type */
131 u32 sec_addr_type:3; /* 7:5 Secondary Source Address Type */
132 u32 pri_addr_type:3; /* 4:2 Primary Source Address Type */
[all …]