/openbmc/linux/arch/powerpc/math-emu/ |
H A D | stfiwx.c | 7 stfiwx(u32 *frS, void *ea) in stfiwx() argument 10 printk("%s: %p %p\n", __func__, frS, ea); in stfiwx() 13 if (copy_to_user(ea, &frS[1], sizeof(frS[1]))) in stfiwx()
|
H A D | stfd.c | 7 stfd(void *frS, void *ea) in stfd() argument 11 printk("%s: S %p, ea %p: ", __func__, frS, ea); in stfd() 12 dump_double(frS); in stfd() 17 if (copy_to_user(ea, frS, sizeof(double))) in stfd()
|
H A D | stfs.c | 12 stfs(void *frS, void *ea) in stfs() argument 20 printk("%s: S %p, ea %p\n", __func__, frS, ea); in stfs() 23 FP_UNPACK_DP(A, frS); in stfs()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | tc358768.c | 161 u32 frs; /* PLL Freqency range for HSCK (post divider) */ member 336 u32 frs, best_diff, best_pll, best_prd, best_fbd; in tc358768_calc_pll() local 340 /* pll_clk = RefClk * [(FBD + 1)/ (PRD + 1)] * [1 / (2^FRS)] */ in tc358768_calc_pll() 349 frs = i - 1; in tc358768_calc_pll() 361 u32 divisor = (prd + 1) * (1 << frs); in tc358768_calc_pll() 401 priv->frs = frs; in tc358768_calc_pll() 613 u32 fbd, prd, frs; in tc358768_setup_pll() local 624 frs = priv->frs; in tc358768_setup_pll() 626 dev_dbg(priv->dev, "PLL: refclk %lu, fbd %u, prd %u, frs %u\n", in tc358768_setup_pll() 627 clk_get_rate(priv->refclk), fbd, prd, frs); in tc358768_setup_pll() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 133 #define PSTFS(frs, a, r, d) PREFIX_MLS(PPC_INST_STFS, frs, a, r, d) argument 134 #define PSTFD(frs, a, r, d) PREFIX_MLS(PPC_INST_STFD, frs, a, r, d) argument
|
/openbmc/linux/Documentation/devicetree/bindings/connector/ |
H A D | usb-connector.yaml | 205 new-source-frs-typec-current: 211 reflects the current source's(i.e. transmitter of the FRS signal) power 212 requirement during fr swap. The current sink (i.e. receiver of the FRS signal), 214 new sink's, requirement during frswap before enabling the frs signal reception. 216 satisfy. During FRS, VBUS voltage is at 5V, as the partners are in implicit 268 - new-source-frs-typec-current
|
/openbmc/libcper/sections/ |
H A D | cper-section-ipf.c | 111 //BRs, CRs, ARs, RRs, FRs. in cper_section_ipf_to_ir() 120 json_object_object_add(psi_static_ir, "frs", in cper_section_ipf_to_ir() 121 uint64_array_to_ir_array(psi_static->Frs, 256)); in cper_section_ipf_to_ir()
|
/openbmc/libcper/include/libcper/sections/ |
H A D | cper-section-ipf.h | 71 UINT64 Frs[256]; member
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | maxim,max33359.yaml | 61 new-source-frs-typec-current = <FRS_5V_1P5A>;
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 568 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges() argument 570 unsigned int *p = (unsigned int *)frs; in get_fixed_ranges() 852 * @frs: pointer to fixed-range MTRR values, saved by get_fixed_ranges() 854 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges() argument 856 unsigned long long *saved = (unsigned long long *)frs; in set_fixed_ranges()
|
/openbmc/linux/include/linux/usb/ |
H A D | tcpci.h | 182 * Optional; Callback to perform chip specific operations when FRS
|
H A D | tcpm.h | 90 * Enabling frs is accessory dependent as not all PD3.0
|
/openbmc/linux/drivers/media/i2c/ |
H A D | tc358743_regs.h | 90 #define SET_PLL_FRS(frs) (((frs) << 10) & MASK_PLL_FRS) argument
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpci_maxim_core.c | 308 dev_info(chip->dev, "FRS Signal\n"); in _max_tcpci_irq()
|
H A D | tcpci.c | 388 /* To prevent disconnect during FRS, set disconnect threshold to 3.5V */ in tcpci_enable_frs()
|
H A D | tcpm.c | 467 /* Sink FRS */ 2582 "Port partner FRS capable partner_frs_current:%u port_frs_current:%u enable:%c", in tcpm_pd_data_request() 2586 tcpm_log(port, "Enable FRS %s, ret:%d\n", ret ? "fail" : "success", ret); in tcpm_pd_data_request() 5585 /* Not FRS capable */ in tcpm_enable_frs_work() 6230 /* FRS can only be supported by DRP ports */ in tcpm_fw_get_caps() 6232 ret = fwnode_property_read_u32(fwnode, "new-source-frs-typec-current", in tcpm_fw_get_caps()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nic.h | 591 struct set_frs_msg frs; member
|
H A D | nicvf_main.c | 1430 mbx.frs.msg = NIC_MBOX_MSG_SET_MAX_FRS; in nicvf_update_hw_max_frs() 1431 mbx.frs.max_frs = mtu; in nicvf_update_hw_max_frs() 1432 mbx.frs.vf_id = nic->vf_id; in nicvf_update_hw_max_frs()
|
H A D | nic_main.c | 1039 ret = nic_update_hw_frs(nic, mbx.frs.max_frs, in nic_handle_mbx_intr() 1040 mbx.frs.vf_id); in nic_handle_mbx_intr()
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 391 /* The FRS field in an X form instruction or the FRT field in a D, X 393 #define FRS FRC + 1 macro 394 #define FRT FRS 399 #define FRSp FRS + 1 3099 {"psq_stx", XW (4, 7,0), XW_MASK, PPCPS, 0, {FRS,RA,RB,PSWM,PSQM}}, 3174 {"psq_stux", XW (4, 39,0), XW_MASK, PPCPS, 0, {FRS,RA,RB,PSWM,PSQM}}, 4793 {"mffprd", X(31,51), XX1RB_MASK|1, PPCVSX2, 0, {RA, FRS}}, 4873 {"mffprwz", X(31,115), XX1RB_MASK|1, PPCVSX2, 0, {RA, FRS}}, 5910 {"stfsx", X(31,663), X_MASK, COM, PPCEFS, {FRS, RA0, RB}}, 5931 {"stfsux", X(31,695), X_MASK, COM, PPCEFS, {FRS, RAS, RB}}, [all …]
|
/openbmc/linux/drivers/infiniband/ulp/iser/ |
H A D | iser_verbs.c | 497 * FRs without SG_GAPS can only map up to a (device) page per entry, in iser_calc_scsi_params()
|
/openbmc/linux/include/linux/ |
H A D | nvme.h | 633 __le64 frs[7]; member
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 255 * also be set by any iWarp device which must support FRs to comply
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 4274 { "frs", FIELD_s, REGFILE_FR, 1,
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | xtensa-modules.c.inc | 43510 { "frs", FIELD_s, REGFILE_FR, 1,
|