Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H 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()
/openbmc/qemu/include/hw/pci/
H A Dpcie_port.h93 int exp_offset; member
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_main.c766 if (likely(sgc->cur_offset == sgc->exp_offset)) { in get_physaddr_from_sgc()
774 if (sgc->exp_offset > (u8 *)0) { in get_physaddr_from_sgc()
785 sgc->exp_offset += len; in get_physaddr_from_sgc()
790 } else if (sgc->cur_offset < sgc->exp_offset) { in get_physaddr_from_sgc()
799 sgc->exp_offset -= len; in get_physaddr_from_sgc()
803 (sgc->cur_offset - sgc->exp_offset); in get_physaddr_from_sgc()
805 sgc->exp_offset += len; in get_physaddr_from_sgc()
809 sgc->exp_offset - sgc->cur_offset); in get_physaddr_from_sgc()
867 sgc.exp_offset = NULL; in esas2r_queuecommand()
H A Desas2r.h621 u8 *exp_offset; member
/openbmc/qemu/hw/pci-bridge/
H A Dioh3420.c113 rpc->exp_offset = IOH_EP_EXP_OFFSET; in ioh3420_class_init()
H A Dpcie_root_port.c92 rc = pcie_cap_init(d, rpc->exp_offset, PCI_EXP_TYPE_ROOT_PORT, in rp_realize()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c332 rpc->exp_offset = 0x48; in pnv_phb_root_port_class_init()
/openbmc/qemu/tests/unit/
H A Dtest-cutils.c3315 size_t exp_offset) in do_strtosz() argument
3317 do_strtosz_full(str, qemu_strtosz, exp_ret, exp_val, exp_offset, in do_strtosz()
3322 size_t exp_offset) in do_strtosz_MiB() argument
3324 do_strtosz_full(str, qemu_strtosz_MiB, exp_ret, exp_val, exp_offset, in do_strtosz_MiB()
3329 size_t exp_offset) in do_strtosz_metric() argument
3331 do_strtosz_full(str, qemu_strtosz_metric, exp_ret, exp_val, exp_offset, in do_strtosz_metric()