Searched refs:exp_offset (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | custom_float.c | 36 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 D | pcie_port.h | 93 int exp_offset; member
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 766 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 D | esas2r.h | 621 u8 *exp_offset; member
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | ioh3420.c | 113 rpc->exp_offset = IOH_EP_EXP_OFFSET; in ioh3420_class_init()
|
H A D | pcie_root_port.c | 92 rc = pcie_cap_init(d, rpc->exp_offset, PCI_EXP_TYPE_ROOT_PORT, in rp_realize()
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb.c | 332 rpc->exp_offset = 0x48; in pnv_phb_root_port_class_init()
|
/openbmc/qemu/tests/unit/ |
H A D | test-cutils.c | 3315 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()
|