MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / its_encode_phys_id

Function its_encode_phys_id

components/drivers/pic/pic-gicv3-its.c:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190rt_inline void its_encode_phys_id(struct its_command *cmd, rt_uint32_t phys_id)
191{
192 its_mask_encode(&cmd->code[1], phys_id, 63, 32);
193}
194
195rt_inline void its_encode_size(struct its_command *cmd, rt_uint8_t size)
196{

Callers 1

gicv3_its_irq_alloc_msiFunction · 0.85

Calls 1

its_mask_encodeFunction · 0.85

Tested by

no test coverage detected