Home
last modified time | relevance | path

Searched refs:frs (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/powerpc/include/
H A Dinstructions.h133 #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/drivers/gpu/drm/bridge/
H A Dtc358768.c158 u32 frs; /* PLL Freqency range for HSCK (post divider) */ member
318 u32 frs, best_diff, best_pll, best_prd, best_fbd; in tc358768_calc_pll() local
331 frs = i - 1; in tc358768_calc_pll()
343 u32 divisor = prd * (1 << frs); in tc358768_calc_pll()
383 priv->frs = frs; in tc358768_calc_pll()
596 u32 fbd, prd, frs; in tc358768_setup_pll() local
607 frs = priv->frs; in tc358768_setup_pll()
610 clk_get_rate(priv->refclk), fbd, prd, frs); in tc358768_setup_pll()
622 (frs << 10) | (0x2 << 8) | BIT(1) | BIT(0)); in tc358768_setup_pll()
629 (frs << 10) | (0x2 << 8) | BIT(4) | BIT(1) | BIT(0)); in tc358768_setup_pll()
/linux/Documentation/devicetree/bindings/usb/
H A Dmaxim,max33359.yaml61 new-source-frs-typec-current = <FRS_5V_1P5A>;
/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c577 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges() argument
579 unsigned int *p = (unsigned int *)frs; in get_fixed_ranges()
863 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges() argument
865 unsigned long long *saved = (unsigned long long *)frs; in set_fixed_ranges()
/linux/drivers/media/i2c/
H A Dtc358743_regs.h90 #define SET_PLL_FRS(frs) (((frs) << 10) & MASK_PLL_FRS) argument
/linux/Documentation/devicetree/bindings/connector/
H A Dusb-connector.yaml213 new-source-frs-typec-current:
222 new sink's, requirement during frswap before enabling the frs signal reception.
325 - new-source-frs-typec-current
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h591 struct set_frs_msg frs; member
H A Dnic_main.c1039 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()
H A Dnicvf_main.c1430 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()
/linux/include/linux/
H A Dnvme.h637 __le64 frs[7]; member
/linux/drivers/nvme/host/
H A Dcore.c4260 memcpy(ctrl->subsys->firmware_rev, &log->frs[cur_fw_slot - 1], in nvme_get_fw_slot_info()