Home
last modified time | relevance | path

Searched refs:first_byte_index (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c520 int first_byte_index = 0; in vcap_copy_to_w32be() local
523 first_byte_index = size - (((idx >> 2) + 1) << 2); in vcap_copy_to_w32be()
524 if (first_byte_index < 0) in vcap_copy_to_w32be()
525 first_byte_index = 0; in vcap_copy_to_w32be()
526 nidx = idx + first_byte_index - (idx & ~0x3); in vcap_copy_to_w32be()