Searched refs:end_b (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/ssi/ |
H A D | xlnx-versal-ospi.c | 833 uint32_t end_b; in ospi_do_ind_read() local 842 end_b = next_b + fifo8_num_free(&s->rx_sram); in ospi_do_ind_read() 843 end_b = MIN(end_b, ind_op_end_byte(op)); in ospi_do_ind_read() 845 len = end_b - next_b; in ospi_do_ind_read() 964 uint32_t end_b; in ospi_do_indirect_write() local 970 end_b = next_b + MIN(fifo8_num_used(&s->tx_sram), pagesz); in ospi_do_indirect_write() 973 if ((end_b & page_mask) > next_b) { in ospi_do_indirect_write() 974 end_b &= page_mask; in ospi_do_indirect_write() 977 len = end_b - next_b; in ospi_do_indirect_write()
|
/openbmc/linux/arch/alpha/lib/ |
H A D | ev6-memset.S | 56 ble $18,end_b # U : zero length requested? 207 beq $18,end_b # U : All done? 227 end_b: label
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 15 u32 start_a, start_b, end_a, end_b; in cxgb4_mqprio_validate() local 55 end_b = start_b + mqprio->qopt.count[j] - 1; in cxgb4_mqprio_validate() 69 min_t(u32, end_a, end_b)) { in cxgb4_mqprio_validate()
|
/openbmc/linux/net/sched/ |
H A D | sch_cake.c | 1097 u32 end_b = get_unaligned_be32(&sack_tmp->end_seq); in cake_tcph_sack_compare() local 1101 bytes_b += end_b - start_b; in cake_tcph_sack_compare() 1103 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()
|