Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Dxlnx-versal-canfd.h40 #define NUM_REGS_PER_MSG_SPACE 18 /* 1 ID + 1 DLC + 16 Data(DW0 - DW15) regs. */ macro
47 ((MAX_NUM_RX - 1) * NUM_REGS_PER_MSG_SPACE) + 1)
/openbmc/qemu/hw/net/can/
H A Dxlnx-versal-canfd.c874 assert(reg_num <= R_TB_ID_REGISTER + (NUM_REGS_PER_MSG_SPACE * in regs2frame()
993 NUM_REGS_PER_MSG_SPACE)); in store_rx_sequential()
1161 (store_index * NUM_REGS_PER_MSG_SPACE); in update_rx_sequential()
1189 (store_index * NUM_REGS_PER_MSG_SPACE); in update_rx_sequential()
1344 reg_num = R_TB_ID_REGISTER + (NUM_REGS_PER_MSG_SPACE * i); in prepare_tx_data()
1952 s->cfg.tx_fifo * NUM_REGS_PER_MSG_SPACE + in canfd_create_regarray()
1953 s->cfg.rx0_fifo * NUM_REGS_PER_MSG_SPACE + in canfd_create_regarray()
1982 num_regs += s->cfg.rx1_fifo * NUM_REGS_PER_MSG_SPACE; in canfd_create_regarray()
2001 NUM_REGS_PER_MSG_SPACE); in canfd_create_regarray()
2004 NUM_REGS_PER_MSG_SPACE); in canfd_create_regarray()
[all …]