| /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()
|
| /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
|
| /linux/Documentation/devicetree/bindings/connector/ |
| H A D | usb-connector.yaml | 213 new-source-frs-typec-current: 219 reflects the current source's(i.e. transmitter of the FRS signal) power 220 requirement during fr swap. The current sink (i.e. receiver of the FRS signal), 222 new sink's, requirement during frswap before enabling the frs signal reception. 224 satisfy. During FRS, VBUS voltage is at 5V, as the partners are in implicit 408 - new-source-frs-typec-current
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | generic.c | 578 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges() argument 580 unsigned int *p = (unsigned int *)frs; in get_fixed_ranges() 862 * @frs: pointer to fixed-range MTRR values, saved by get_fixed_ranges() 864 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges() argument 866 unsigned long long *saved = (unsigned long long *)frs; in set_fixed_ranges()
|
| /linux/include/linux/usb/ |
| H A D | tcpci.h | 181 * Optional; Callback to perform chip specific operations when FRS
|
| /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()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpci_maxim_core.c | 364 dev_info(chip->dev, "FRS Signal\n"); in _max_tcpci_irq()
|
| H A D | tcpm.c | 614 /* Sink FRS */ 3494 "Port partner FRS capable partner_frs_current:%u port_frs_current:%u enable:%c", in tcpm_pd_data_request() 3498 tcpm_log(port, "Enable FRS %s, ret:%d\n", ret ? "fail" : "success", ret); in tcpm_pd_data_request() 7025 /* Not FRS capable */ in tcpm_enable_frs_work() 7990 /* FRS can only be supported by DRP ports */ in tcpm_fw_get_caps() 7992 ret = fwnode_property_read_u32(fwnode, "new-source-frs-typec-current", in tcpm_fw_get_caps()
|
| /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 3098 {"psq_stx", XW (4, 7,0), XW_MASK, PPCPS, 0, {FRS,RA,RB,PSWM,PSQM}}, 3173 {"psq_stux", XW (4, 39,0), XW_MASK, PPCPS, 0, {FRS,RA,RB,PSWM,PSQM}}, 4792 {"mffprd", X(31,51), XX1RB_MASK|1, PPCVSX2, 0, {RA, FRS}}, 4872 {"mffprwz", X(31,115), XX1RB_MASK|1, PPCVSX2, 0, {RA, FRS}}, 5909 {"stfsx", X(31,663), X_MASK, COM, PPCEFS, {FRS, RA0, RB}}, 5930 {"stfsux", X(31,695), X_MASK, COM, PPCEFS, {FRS, RAS, RB}}, [all …]
|
| /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()
|
| /linux/drivers/nvme/host/ |
| H A D | core.c | 4739 memcpy(ctrl->subsys->firmware_rev, &log->frs[cur_fw_slot - 1], in nvme_get_fw_slot_info()
|