Home
last modified time | relevance | path

Searched defs:clr (Results 1 – 25 of 162) sorted by relevance

1234567

/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dmsg_port.h108 #define msg_port_generic_clrsetbits(type, port, reg, clr, set) \ argument
113 #define msg_port_clrbits(port, reg, clr) \ argument
117 #define msg_port_clrsetbits(port, reg, clr, set) \ argument
120 #define msg_port_alt_clrbits(port, reg, clr) \ argument
124 #define msg_port_alt_clrsetbits(port, reg, clr, set) \ argument
127 #define msg_port_io_clrbits(port, reg, clr) \ argument
131 #define msg_port_io_clrsetbits(port, reg, clr, set) \ argument
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dhardware.h9 #define RK_CLRSETBITS(clr, set) ((((clr) | (set)) << 16) | (set)) argument
11 #define RK_CLRBITS(clr) RK_CLRSETBITS(clr, 0) argument
15 #define rk_clrsetreg(addr, clr, set) \ argument
17 #define rk_clrreg(addr, clr) writel((clr) << 16, addr) argument
/openbmc/u-boot/common/
H A Dlcd_console_rotation.c31 static inline void console_setrow90(struct console_t *pcons, u32 row, int clr) in console_setrow90()
86 static inline void console_setrow180(struct console_t *pcons, u32 row, int clr) in console_setrow180()
133 static inline void console_setrow270(struct console_t *pcons, u32 row, int clr) in console_setrow270()
/openbmc/linux/drivers/clocksource/
H A Dtimer-armada-370-xp.c88 static void local_timer_ctrl_clrset(u32 clr, u32 set) in local_timer_ctrl_clrset()
173 u32 clr = 0, set = 0; in armada_370_xp_timer_starting_cpu() local
242 u32 clr = 0, set = 0; in armada_370_xp_timer_common_init() local
/openbmc/linux/drivers/irqchip/
H A Dirq-orion.c55 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in orion_irq_init() local
140 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in orion_bridge_irq_init() local
H A Dirq-digicolor.c75 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in digicolor_of_init() local
H A Dirq-zevio.c72 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in zevio_of_init() local
H A Dirq-nvic.c75 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in nvic_of_init() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dcode-patching.h93 static inline int modify_instruction(unsigned int *addr, unsigned int clr, in modify_instruction()
99 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site()
H A Ddcr-native.h112 unsigned clr, unsigned set) in __dcri_clrset()
138 #define dcri_clrset(base, reg, clr, set) __dcri_clrset(DCRN_ ## base ## _CONFIG_ADDR, \ argument
/openbmc/linux/arch/mips/kernel/
H A Dhead.S35 .macro setup_c0_status set clr
/openbmc/u-boot/drivers/video/
H A Dconsole_rotate.c14 static int console_set_row_1(struct udevice *dev, uint row, int clr) in console_set_row_1()
146 static int console_set_row_2(struct udevice *dev, uint row, int clr) in console_set_row_2()
273 static int console_set_row_3(struct udevice *dev, uint row, int clr) in console_set_row_3()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dtimer-sr.c42 u64 clr = 0, set = 0; in __timer_enable_traps() local
/openbmc/u-boot/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.h4 int clr; member
/openbmc/linux/kernel/irq/
H A Ddevres.c236 unsigned int clr; member
264 unsigned int clr, unsigned int set) in devm_irq_setup_generic_chip()
H A Dgeneric-chip.c288 unsigned int clr, unsigned int set, in __irq_alloc_domain_generic_chips()
474 enum irq_gc_flags flags, unsigned int clr, in irq_setup_generic_chip()
545 unsigned int clr, unsigned int set) in irq_remove_generic_chip()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dradix.h154 static inline unsigned long __radix_pte_update(pte_t *ptep, unsigned long clr, in __radix_pte_update()
174 pte_t *ptep, unsigned long clr, in radix__pte_update()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c806 static void dr_ste_copy_mask_misc(char *mask, struct mlx5dr_match_misc *spec, bool clr) in dr_ste_copy_mask_misc()
858 static void dr_ste_copy_mask_spec(char *mask, struct mlx5dr_match_spec *spec, bool clr) in dr_ste_copy_mask_spec()
910 static void dr_ste_copy_mask_misc2(char *mask, struct mlx5dr_match_misc2 *spec, bool clr) in dr_ste_copy_mask_misc2()
955 static void dr_ste_copy_mask_misc3(char *mask, struct mlx5dr_match_misc3 *spec, bool clr) in dr_ste_copy_mask_misc3()
985 static void dr_ste_copy_mask_misc4(char *mask, struct mlx5dr_match_misc4 *spec, bool clr) in dr_ste_copy_mask_misc4()
1005 static void dr_ste_copy_mask_misc5(char *mask, struct mlx5dr_match_misc5 *spec, bool clr) in dr_ste_copy_mask_misc5()
1028 bool clr) in mlx5dr_ste_copy_param()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_workarounds_types.h20 u32 clr; member
/openbmc/linux/arch/mips/include/asm/mach-ralink/
H A Dralink_regs.h45 static inline void rt_sysc_m32(u32 clr, u32 set, unsigned reg) in rt_sysc_m32()
/openbmc/linux/drivers/gpio/
H A Dgpio-mmio.c493 void __iomem *clr, in bgpio_setup_io()
603 void __iomem *clr, void __iomem *dirout, void __iomem *dirin, in bgpio_init()
737 void __iomem *clr; in bgpio_pdev_probe() local
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h73 #define compute_clr_set(vcpu, reg, clr, set) \ argument
203 u64 clr = 0, set = 0; in __activate_traps_common() local
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c384 u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw_buffer()
467 u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw_single()
489 static u32 ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw()
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss.h191 u32 offset, u32 clr) in iss_reg_clr()
226 u32 offset, u32 clr, u32 set) in iss_reg_update()
/openbmc/u-boot/arch/mips/mach-pic32/include/mach/
H A Dpic32.h61 u32 clr; member

1234567