Home
last modified time | relevance | path

Searched refs:identifier_base (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/net/can/
H A Dctu_can_fd_frame.h109 uint32_t identifier_base : 11; member
113 uint32_t identifier_base : 11;
H A Dctucan_core.c73 frame->can_id = (identifier_w.s.identifier_base << 18) | in ctucan_buff2frame()
77 frame->can_id = identifier_w.s.identifier_base; in ctucan_buff2frame()
124 identifier_w.s.identifier_base = in ctucan_frame2buff()
128 identifier_w.s.identifier_base = frame->can_id & 0x7FF; in ctucan_frame2buff()