Searched refs:empty_threshold (Results 1 – 1 of 1) sorted by relevance
947 uint8_t empty_threshold = ARRAY_FIELD_EX32(s->regs, QUEUE_THLD_CTRL, in aspeed_i3c_device_cmd_queue_reset() local949 if (fifo32_num_free(&s->cmd_queue) >= empty_threshold) { in aspeed_i3c_device_cmd_queue_reset()1188 empty_threshold = in aspeed_i3c_device_push_tx()1189 aspeed_i3c_device_fifo_threshold_from_reg(empty_threshold); in aspeed_i3c_device_push_tx()1190 if (fifo32_num_free(&s->tx_queue) < empty_threshold) { in aspeed_i3c_device_push_tx()1212 empty_threshold = in aspeed_i3c_device_pop_tx()1213 aspeed_i3c_device_fifo_threshold_from_reg(empty_threshold); in aspeed_i3c_device_pop_tx()1214 if (fifo32_num_free(&s->tx_queue) >= empty_threshold) { in aspeed_i3c_device_pop_tx()1641 uint8_t empty_threshold = ARRAY_FIELD_EX32(s->regs, QUEUE_THLD_CTRL, in aspeed_i3c_device_cmd_queue_pop() local1649 if (cmd_queue_empty_loc >= empty_threshold) { in aspeed_i3c_device_cmd_queue_pop()[all …]