Lines Matching refs:store_location
954 uint32_t store_location, uint8_t rx_fifo, in store_rx_sequential() argument
991 assert(store_location <= in store_rx_sequential()
997 assert(store_location <= in store_rx_sequential()
1002 s->regs[store_location] = frame->can_id; 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
1160 store_location = R_RB_ID_REGISTER + in update_rx_sequential()
1164 store_location, s->cfg.rx0_fifo, 0, in update_rx_sequential()
1188 store_location = R_RB_ID_REGISTER_1 + in update_rx_sequential()
1192 store_location, s->cfg.rx1_fifo, 1, in update_rx_sequential()