Lines Matching refs:empty_threshold
947 uint8_t empty_threshold = ARRAY_FIELD_EX32(s->regs, QUEUE_THLD_CTRL, in aspeed_i3c_device_cmd_queue_reset() local
949 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() local
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()
1210 uint8_t empty_threshold = ARRAY_FIELD_EX32(s->regs, DATA_BUFFER_THLD_CTRL, in aspeed_i3c_device_pop_tx() local
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() local
1649 if (cmd_queue_empty_loc >= empty_threshold) { in aspeed_i3c_device_cmd_queue_pop()
1718 uint8_t empty_threshold = ARRAY_FIELD_EX32(s->regs, QUEUE_THLD_CTRL, in aspeed_i3c_device_cmd_queue_push() local
1728 if (cmd_queue_empty_loc < empty_threshold) { in aspeed_i3c_device_cmd_queue_push()