Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dxlnx-versal-canfd.c964 uint32_t store_location, uint8_t rx_fifo, in store_rx_sequential() argument
1000 assert(store_location <= in store_rx_sequential()
1006 assert(store_location <= in store_rx_sequential()
1011 s->regs[store_location] = frame_to_reg_id(frame); in store_rx_sequential()
1029 s->regs[store_location + 1] = dlc_reg_val; in store_rx_sequential()
1055 s->regs[store_location + rx_reg_num + 2] = data_reg_val; in store_rx_sequential()
1065 s->regs[store_location + rx_reg_num + 2] = data_reg_val; in store_rx_sequential()
1081 uint32_t store_location; in update_rx_sequential() local
1151 store_location = R_RB_ID_REGISTER + in update_rx_sequential()
1155 store_location, s->cfg.rx0_fifo, 0, in update_rx_sequential()
[all …]