Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/kernel/
Dswitch_to.S31 frs /* flush the return stack */
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dgeneric.c335 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges() argument
337 unsigned int *p = (unsigned int *)frs; in get_fixed_ranges()
633 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges() argument
635 unsigned long long *saved = (unsigned long long *)frs; in set_fixed_ranges()
/linux-4.4.14/drivers/media/i2c/
Dtc358743_regs.h103 #define SET_PLL_FRS(frs) (((frs) << 10) & MASK_PLL_FRS) argument
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic.h472 struct set_frs_msg frs; member
Dnicvf_main.c1237 mbx.frs.msg = NIC_MBOX_MSG_SET_MAX_FRS; in nicvf_update_hw_max_frs()
1238 mbx.frs.max_frs = mtu; in nicvf_update_hw_max_frs()
1239 mbx.frs.vf_id = nic->vf_id; in nicvf_update_hw_max_frs()
Dnic_main.c717 ret = nic_update_hw_frs(nic, mbx.frs.max_frs, in nic_handle_mbx_intr()
718 mbx.frs.vf_id); in nic_handle_mbx_intr()