Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/calcs/
A 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/drivers/scsi/esas2r/
A Desas2r_main.c763 if (likely(sgc->cur_offset == sgc->exp_offset)) { in get_physaddr_from_sgc()
771 if (sgc->exp_offset > (u8 *)0) { in get_physaddr_from_sgc()
782 sgc->exp_offset += len; in get_physaddr_from_sgc()
787 } else if (sgc->cur_offset < sgc->exp_offset) { in get_physaddr_from_sgc()
796 sgc->exp_offset -= len; in get_physaddr_from_sgc()
800 (sgc->cur_offset - sgc->exp_offset); in get_physaddr_from_sgc()
802 sgc->exp_offset += len; in get_physaddr_from_sgc()
806 sgc->exp_offset - sgc->cur_offset); in get_physaddr_from_sgc()
864 sgc.exp_offset = NULL; in esas2r_queuecommand()
A Desas2r.h621 u8 *exp_offset; member

Completed in 12 milliseconds