| 203 | } |
| 204 | |
| 205 | rt_inline void its_encode_target(struct its_command *cmd, rt_uint64_t target_addr) |
| 206 | { |
| 207 | its_mask_encode(&cmd->code[2], target_addr >> 16, 51, 16); |
| 208 | } |
| 209 | |
| 210 | rt_inline void its_encode_device_id(struct its_command *cmd, rt_uint32_t device_id) |
| 211 | { |
no test coverage detected