Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Dcustom_float.c36 uint32_t exp_offset = (1 << (format->exponenta_bits - 1)) - 1; in build_custom_float() local
77 if (exp_offset <= i) { in build_custom_float()
83 *exponenta = exp_offset - i; in build_custom_float()
96 *exponenta = exp_offset + i - 1; in build_custom_float()
98 *exponenta = exp_offset; in build_custom_float()
/Linux-v5.10/drivers/scsi/esas2r/
Desas2r_main.c764 if (likely(sgc->cur_offset == sgc->exp_offset)) { in get_physaddr_from_sgc()
772 if (sgc->exp_offset > (u8 *)0) { in get_physaddr_from_sgc()
783 sgc->exp_offset += len; in get_physaddr_from_sgc()
788 } else if (sgc->cur_offset < sgc->exp_offset) { in get_physaddr_from_sgc()
797 sgc->exp_offset -= len; in get_physaddr_from_sgc()
801 (sgc->cur_offset - sgc->exp_offset); in get_physaddr_from_sgc()
803 sgc->exp_offset += len; in get_physaddr_from_sgc()
807 sgc->exp_offset - sgc->cur_offset); in get_physaddr_from_sgc()
865 sgc.exp_offset = NULL; in esas2r_queuecommand()
Desas2r.h621 u8 *exp_offset; member