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()1186 uint8_t empty_threshold = ARRAY_FIELD_EX32(s->regs, DATA_BUFFER_THLD_CTRL, in aspeed_i3c_device_push_tx() local1188 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()1210 uint8_t empty_threshold = ARRAY_FIELD_EX32(s->regs, DATA_BUFFER_THLD_CTRL, in aspeed_i3c_device_pop_tx() local1212 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()[all …]