| 183 | } |
| 184 | |
| 185 | rt_inline void its_encode_valid(struct its_command *cmd, rt_bool_t valid) |
| 186 | { |
| 187 | its_mask_encode(&cmd->code[2], !!valid, 63, 63); |
| 188 | } |
| 189 | |
| 190 | rt_inline void its_encode_phys_id(struct its_command *cmd, rt_uint32_t phys_id) |
| 191 | { |
no test coverage detected