Home
last modified time | relevance | path

Searched refs:set (Results 4801 - 4825 of 10068) sorted by relevance

1...<<191192193194195196197198199200>>...403

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dpm-s3c64xx.c177 void s3c_pm_debug_smdkled(u32 set, u32 clear) in s3c_pm_debug_smdkled() argument
186 if (set & (1 << i)) in s3c_pm_debug_smdkled()
249 /* set our standby method to sleep */ in s3c64xx_cpu_suspend()
261 /* set the LED state to 0110 over sleep */ in s3c64xx_cpu_suspend()
/kernel/linux/linux-5.10/arch/mips/ar7/
H A Dgpio.c124 .set = ar7_gpio_set_value,
136 .set = titan_gpio_set_value,
/kernel/linux/linux-5.10/arch/mips/lantiq/falcon/
H A Dsysctrl.c66 #define sysctl_w32_mask(m, clear, set, reg) \
67 sysctl_w32(m, (sysctl_r32(m, reg) & ~(clear)) | (set), reg)
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-mt7620.c100 static inline void pcie_m32(u32 clr, u32 set, unsigned reg) in pcie_m32() argument
105 val |= set; in pcie_m32()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h196 unsigned long set, in pte_update()
200 *ptep = __pte((old & ~clr) | set); in pte_update()
193 pte_update(struct mm_struct *mm, unsigned long addr, pte_t *ptep, unsigned long clr, unsigned long set, int huge) pte_update() argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Datomic64_32.h49 ATOMIC64_DECL(set); variable
101 * arch_atomic64_set - set atomic64 variable
111 alternative_atomic64(set, /* no output */, in arch_atomic64_set()
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DNGpage.S23 set PAGE_SIZE, %g7
69 set PAGE_SIZE, %g7
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Detrap_32.S254 LEON_PI(sta %glob_tmp, [%g0] ASI_LEON_MMUREGS) ! set it
255 SUN_PI_(sta %glob_tmp, [%g0] ASI_M_MMUREGS) ! set it
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memcpy.S24 .set noreorder
25 .set noat
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-v7m.S122 str r5, [r0, V7M_SCB_SHPR2] @ set SVC priority
124 str r5, [r0, V7M_SCB_SHPR3] @ set PendSV priority
/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfphw.S89 orr r1, r1, #FPEXC_EN @ user FPEXC has the enable bit set
114 VFPFMRX r6, FPINST @ FPINST (only if FPEXC.EX is set)
157 VFPFMXR FPINST, r6 @ restore FPINST (only if FPEXC.EX is set)
230 VFPFMRX r3, FPINST @ FPINST (only if FPEXC.EX is set)
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dcpuid.h167 bool set) in cpuid_entry_change()
172 * Open coded instead of using cpuid_entry_{clear,set}() to coerce the in cpuid_entry_change()
175 if (set) in cpuid_entry_change()
165 cpuid_entry_change(struct kvm_cpuid_entry2 *entry, unsigned int x86_feature, bool set) cpuid_entry_change() argument
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-104-idio-16.c67 chip->set(chip, offset, value); in idio_16_gpio_direction_output()
266 idio16gpio->chip.set = idio_16_gpio_set; in idio_16_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c7 * Do Not even set the MPP muxes to allow PTP_EVENT_REQ to be used.
12 * field will be performed - whether it is a set, increment, decrement
29 * seems it can be set to any period of 1ns resolution. It is probably
66 static void mvpp2_tai_modify(void __iomem *reg, u32 mask, u32 set) in mvpp2_tai_modify() argument
71 val |= set & mask; in mvpp2_tai_modify()
320 * bit is set, we have to increment the whole nanoseconds. in mvpp22_tai_set_step()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Dvf.c45 /* set mac address */ in e1000_init_mac_params_vf()
49 /* set mac filter */ in e1000_init_mac_params_vf()
51 /* set vlan filter table array */ in e1000_init_mac_params_vf()
133 /* set our "perm_addr" based on info provided by PF */ in e1000_reset_hw_vf()
160 /* attempt to set and restore our mac address */ in e1000_init_hw_vf()
246 * @vid: determines the vfta register and bit to set/unset
247 * @set: if true then set bit, else clear bit
249 static s32 e1000_set_vfta_vf(struct e1000_hw *hw, u16 vid, bool set) in e1000_set_vfta_vf() argument
258 if (set) in e1000_set_vfta_vf()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dbgmac-platform.c87 /* Some bits of BCMA_IOCTL set by HW/ATF and should not change */ in platform_bgmac_clk_enable()
97 u32 mask, u32 set) in platform_bgmac_cco_ctl_maskset()
112 u32 mask, u32 set) in platform_bgmac_cmn_maskset32()
96 platform_bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, u32 mask, u32 set) platform_bgmac_cco_ctl_maskset() argument
111 platform_bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, u32 mask, u32 set) platform_bgmac_cmn_maskset32() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c23 /* If permanent address is set then we need to restore it */ in fm10k_stop_hw_vf()
162 * @set: Indicates if this is a set or clear operation
167 static s32 fm10k_update_vlan_vf(struct fm10k_hw *hw, u32 vid, u8 vsi, bool set) in fm10k_update_vlan_vf() argument
172 /* verify the index is not set */ in fm10k_update_vlan_vf()
180 /* encode set bit into the VLAN ID */ in fm10k_update_vlan_vf()
181 if (!set) in fm10k_update_vlan_vf()
291 /* add bit to notify us if this is a set or clear operation */ in fm10k_update_uc_addr_vf()
329 /* add bit to notify us if this is a set or clear operation */ in fm10k_update_mc_addr_vf()
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-clear_user.S41 .set noat
42 .set noreorder
H A Dudiv-qrnnd.S30 .set noreorder
31 .set noat
H A Dev6-memcpy.S24 .set noreorder
25 .set noat
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dpgtable.h61 * table containing PTEs, together with a set of 16 segment registers, to
153 #define _PAGE_HWWRITE 0x100 /* hardware: Dirty & RW, set in exception */
180 * Note: the _PAGE_COHERENT bit automatically gets set in the hardware
311 unsigned long set) in pte_update()
322 : "r" ((unsigned long)(p + 1) - 4), "r" (clr), "r" (set) in pte_update()
310 pte_update(pte_t *p, unsigned long clr, unsigned long set) pte_update() argument
/kernel/linux/linux-6.6/arch/mips/ar7/
H A Dgpio.c124 .set = ar7_gpio_set_value,
136 .set = titan_gpio_set_value,
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h177 unsigned long set, in pte_update()
181 *ptep = __pte((old & ~clr) | set); in pte_update()
174 pte_update(struct mm_struct *mm, unsigned long addr, pte_t *ptep, unsigned long clr, unsigned long set, int huge) pte_update() argument
/kernel/linux/linux-6.6/arch/arm/common/
H A Dmcpm_head.S110 bne mcpm_setup @ if not, set up the cluster
231 .space 4 @ set by mcpm_sync_init()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dsleep.S62 @ set SDCLKx divide-by-2 bits (this is part of a workaround for Errata 50)
152 @ just set frequency to 91-MHz... 6*91/13 = 42

Completed in 17 milliseconds

1...<<191192193194195196197198199200>>...403