Home
last modified time | relevance | path

Searched refs:DLC (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/hw/net/can/
H A Dtrace-events4 xlnx_can_rx_fifo_filter_reject(uint32_t id, uint8_t dlc) "Frame: ID: 0x%08x DLC: 0x%02x"
7 …b3, uint8_t db4, uint8_t db5, uint8_t db6, uint8_t db7) "Frame: ID: 0x%08x DLC: 0x%02x DATA: 0x%02…
8 …b3, uint8_t db4, uint8_t db5, uint8_t db6, uint8_t db7) "Frame: ID: 0x%08x DLC: 0x%02x DATA: 0x%02…
13 xlnx_canfd_rx_fifo_filter_reject(char *path, uint32_t id, uint8_t dlc) "%s: Frame: ID: 0x%08x DLC: …
14 xlnx_canfd_rx_data(char *path, uint32_t id, uint8_t dlc, uint8_t flags) "%s: Frame: ID: 0x%08x DLC:…
15 xlnx_canfd_tx_data(char *path, uint32_t id, uint8_t dlc, uint8_t flgas) "%s: Frame: ID: 0x%08x DLC:…
H A Dxlnx-versal-canfd.c382 FIELD(TB0_DLC_REGISTER, DLC, 28, 4)
488 FIELD(TXE_FIFO_TB_DLC_REGISTER, DLC, 28, 4)
501 FIELD(RB_DLC_REGISTER, DLC, 28, 4)
594 FIELD(RB_DLC_REGISTER_1, DLC, 28, 4)
880 dlc_value = FIELD_EX32(dlc_reg_val, TB0_DLC_REGISTER, DLC); in regs2frame()
1013 dlc_reg_val = FIELD_DP32(0, RB_DLC_REGISTER, DLC, can_len2dlc(dlc)); in store_rx_sequential()
1228 DLC); in tx_fifo_stamp()
1264 dlc_reg_val = FIELD_DP32(0, TXE_FIFO_TB_DLC_REGISTER, DLC, dlc_val); in tx_fifo_stamp()
H A Dxlnx-zynqmp-can.c151 FIELD(TXFIFO_DLC, DLC, 28, 4)
169 FIELD(TXHPB_DLC, DLC, 28, 4)
187 FIELD(RXFIFO_DLC, DLC, 28, 4)
391 frame->can_dlc = FIELD_EX32(data[1], TXFIFO_DLC, DLC); in generate_frame()
/openbmc/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst87 /* get DLC 1 configuration */
92 /* set the new DLC 1 specific configuration */
177 /* get DLC 1 configuration */
182 /* set the new DLC 1 specific configuration */
/openbmc/linux/drivers/net/hamradio/
H A Dz8530.h109 #define DLC 4 /* Disable Lower Chain */ macro
/openbmc/linux/drivers/tty/serial/
H A Dzs.h163 #define DLC 4 /* Disable Lower Chain */ macro
H A Dip22zilog.h145 #define DLC 4 /* Disable Lower Chain */ macro
H A Dsunzilog.h146 #define DLC 4 /* Disable Lower Chain */ macro
H A Dpmac_zilog.h228 #define DLC 4 /* Disable Lower Chain */ macro
H A Dzs.c116 MIE | DLC | NV, /* write 9 */
/openbmc/linux/Documentation/networking/device_drivers/can/
H A Dcan327.rst174 of CAN ID, DLC, and data::
204 Receiving RTR with DLC 8 will appear to be a regular frame with
205 the last received frame's DLC and payload.
317 DLC on
/openbmc/linux/Documentation/networking/
H A Dcan.rst248 __u8 len8_dlc; /* optional DLC for 8 byte payload length (9 .. 15) */
255 'data length code' (DLC).
257 To pass the raw DLC from/to a Classical CAN network device the len8_dlc
259 payload length for all DLC values greater or equal to 8).
429 code (DLC) of the struct can_frame was used as a length information as the
430 length and the DLC has a 1:1 mapping in the range of 0 .. 8. To preserve
433 can_frame.len are equal and contain a length information and no DLC.
435 the mapping to the bus-relevant data length code (DLC), see :ref:`socketcan-can-fd-driver`.
865 A change of the DLC leads to an RX_CHANGED.
1404 CAN frames anyway. The payload length to the bus-relevant DLC mapping is
/openbmc/linux/arch/x86/
H A DKconfig.cpu14 AMD/Cyrix/Intel 386DX/DXL/SL/SLC/SX, Cyrix/TI 486DLC/DLC2,