Home
last modified time | relevance | path

Searched refs:clr (Results 1 – 174 of 174) sorted by relevance

/linux-4.4.14/include/trace/events/
Dthp.h48 TP_PROTO(unsigned long addr, unsigned long pte, unsigned long clr, unsigned long set),
49 TP_ARGS(addr, pte, clr, set),
53 __field(unsigned long, clr)
60 __entry->clr = clr;
65 …and pte = 0x%lx clr = 0x%lx, set = 0x%lx", __entry->addr, __entry->pte, __entry->clr, __entry->set)
/linux-4.4.14/arch/sparc/lib/
Dffs.S12 clr %o0
19 clr %o1 /* 2 */
23 1: clr %o2
29 clr %o3
32 clr %o4
38 clr %o5
Dbitops.S26 clr %o0
47 clr %o0
68 clr %o0
Dcopy_in_user.S80 clr %o0
91 clr %o0
DGENbzero.S34 clr %o2
121 clr %o3
124 clr %o2
DNGbzero.S33 clr %o2
123 clr %o3
126 clr %o2
Dashldi3.S22 clr %o5
Dstrncmp_64.S29 clr %o0
Dlshrdi3.S13 clr %o4
DNG4memcpy.S26 clr %g1; clr %g2; clr %g3; clr %g5; subcc %g0, %g0, %g0;
Dcopy_user.S243 clr %o0
341 clr %o0
406 clr %g2
448 clr %g2
489 clr %g2
Dbzero.S23 clr %o2
144 clr %o0
Dmemset.S95 clr %g4
178 clr %o0
DVISsave.S41 clr %g1
Dclear_page.S31 clr %o4
DNG2memcpy.S17 clr %g1; clr %g2; clr %g3; clr %g5; subcc %g0, %g0, %g0;
DU3memcpy.S15 clr %g1; clr %g2; clr %g3; subcc %g0, %g0, %g0;
DNG4memset.S30 clr %o4
Dchecksum_64.S42 clr %o4
DU1memcpy.S17 clr %g1; clr %g2; clr %g3; subcc %g0, %g0, %g0;
Dchecksum_32.S505 clr %o2
531 clr %o2
547 clr %o2
Dcsum_copy.S69 clr %o4
/linux-4.4.14/arch/arm/mach-rpc/
Dirq.c120 unsigned int irq, clr, set = 0; in rpc_init_irq() local
131 clr = IRQ_NOREQUEST; in rpc_init_irq()
134 clr |= IRQ_NOPROBE; in rpc_init_irq()
144 irq_modify_status(irq, clr, set); in rpc_init_irq()
150 irq_modify_status(irq, clr, set); in rpc_init_irq()
156 irq_modify_status(irq, clr, set); in rpc_init_irq()
161 irq_modify_status(irq, clr, set); in rpc_init_irq()
/linux-4.4.14/drivers/clocksource/
Dtime-armada-370-xp.c91 static void local_timer_ctrl_clrset(u32 clr, u32 set) in local_timer_ctrl_clrset() argument
93 writel((readl(local_base + TIMER_CTRL_OFF) & ~clr) | set, in local_timer_ctrl_clrset()
175 u32 clr = 0, set = 0; in armada_370_xp_timer_setup() local
181 clr = TIMER0_25MHZ; in armada_370_xp_timer_setup()
182 local_timer_ctrl_clrset(clr, set); in armada_370_xp_timer_setup()
265 u32 clr = 0, set = 0; in armada_370_xp_timer_common_init() local
276 clr = TIMER0_25MHZ; in armada_370_xp_timer_common_init()
279 atomic_io_modify(timer_base + TIMER_CTRL_OFF, clr | set, set); in armada_370_xp_timer_common_init()
280 local_timer_ctrl_clrset(clr, set); in armada_370_xp_timer_common_init()
/linux-4.4.14/arch/mn10300/kernel/
Dgdb-low.S37 clr d0 define
49 clr d0 define
61 clr d0 define
80 clr d0 define
91 clr d0 define
102 clr d0 define
Dmn10300-watchdog-low.S56 clr d0 define
57 clr d1 define
Dhead.S73 clr d0 define
96 clr d0 define
100 clr d0 define
130 clr d0 define
Dentry.S54 clr d0 define
64 clr d0 define
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc32.h167 unsigned long clr, in pte_update() argument
181 : "r" (p), "r" (clr), "r" (set), "m" (*p) in pte_update()
185 *p = __pte((old & ~clr) | set); in pte_update()
196 unsigned long clr, in pte_update() argument
212 : "r" (p), "r" ((unsigned long)(p) + 4), "r" (clr), "r" (set), "m" (*p) in pte_update()
216 *p = __pte((old & ~(unsigned long long)clr) | set); in pte_update()
271 unsigned long clr = ~pte_val(entry) & _PAGE_RO; in __ptep_set_access_flags() local
273 pte_update(ptep, clr, set); in __ptep_set_access_flags()
Ddcr-native.h123 unsigned clr, unsigned set) in __dcri_clrset() argument
131 val = (mfdcrx(base_data) & ~clr) | set; in __dcri_clrset()
135 val = (__mfdcr(base_data) & ~clr) | set; in __dcri_clrset()
149 #define dcri_clrset(base, reg, clr, set) __dcri_clrset(DCRN_ ## base ## _CONFIG_ADDR, \ argument
151 reg, clr, set)
Dpgtable-ppc64.h209 pte_t *ptep, unsigned long clr, in pte_update() argument
225 : "r" (ptep), "r" (clr), "m" (*ptep), "i" (_PAGE_BUSY), "r" (set) in pte_update()
229 *ptep = __pte((old & ~clr) | set); in pte_update()
559 unsigned long clr,
/linux-4.4.14/arch/m68k/ifpsp060/src/
Ditest.S81 clr.l TESTCTR(%a6)
91 clr.l TESTCTR(%a6)
101 clr.l TESTCTR(%a6)
111 clr.l TESTCTR(%a6)
121 clr.l TESTCTR(%a6)
132 clr.l TESTCTR(%a6)
142 clr.l TESTCTR(%a6)
169 clr.l %d1
181 clr.l IREGS+0x8(%a6)
182 clr.l IREGS+0xc(%a6)
[all …]
Dilsp.S298 clr.l %d1
313 clr.w %d5
327 clr.l DDNORMAL(%a6) # count of shifts for normalization
328 clr.b DDSECOND(%a6) # clear flag for quotient digits
329 clr.l %d1 # %d1 will hold trial quotient
362 clr.w %d6 # word u3 left
405 clr.l %d2
408 clr.w %d3 # %d3 now ls word of divisor
412 clr.w %d3 # %d3 now ms word of divisor
421 clr.l %d1
[all …]
Dftest.S98 clr.l TESTCTR(%a6)
108 clr.l TESTCTR(%a6)
118 clr.l TESTCTR(%a6)
126 clr.l TESTCTR(%a6)
150 clr.l TESTCTR(%a6)
176 clr.l TESTCTR(%a6)
184 clr.l TESTCTR(%a6)
192 clr.l TESTCTR(%a6)
200 clr.l TESTCTR(%a6)
208 clr.l TESTCTR(%a6)
[all …]
Dfplsp.S583 clr.l %d0
640 clr.l %d0
699 clr.l %d0
760 clr.l %d0
817 clr.l %d0
876 clr.l %d0
937 clr.l %d0
994 clr.l %d0
1053 clr.l %d0
1114 clr.l %d0
[all …]
Dfpsp.S940 clr.l %d0
1240 clr.b SPCOND_FLG(%a6) # clear special condition flag
1531 clr.l %d0
1843 clr.l %d0
2088 clr.l %d0
2337 clr.l %d0 # clear g,r,s
2359 clr.l %d1
2560 clr.b STORE_FLG(%a6) # clear "store result" boolean
2591 clr.l %d0
2986 clr.l %d0
[all …]
Dpfpsp.S939 clr.l %d0
1239 clr.b SPCOND_FLG(%a6) # clear special condition flag
1530 clr.l %d0
1842 clr.l %d0
2087 clr.l %d0
2336 clr.l %d0 # clear g,r,s
2358 clr.l %d1
2559 clr.b STORE_FLG(%a6) # clear "store result" boolean
2590 clr.l %d0
2985 clr.l %d0
[all …]
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_ioc32.c110 drm_radeon_clear_t __user *clr; in compat_radeon_cp_clear() local
115 clr = compat_alloc_user_space(sizeof(*clr)); in compat_radeon_cp_clear()
116 if (!access_ok(VERIFY_WRITE, clr, sizeof(*clr)) in compat_radeon_cp_clear()
117 || __put_user(clr32.flags, &clr->flags) in compat_radeon_cp_clear()
118 || __put_user(clr32.clear_color, &clr->clear_color) in compat_radeon_cp_clear()
119 || __put_user(clr32.clear_depth, &clr->clear_depth) in compat_radeon_cp_clear()
120 || __put_user(clr32.color_mask, &clr->color_mask) in compat_radeon_cp_clear()
121 || __put_user(clr32.depth_mask, &clr->depth_mask) in compat_radeon_cp_clear()
123 &clr->depth_boxes)) in compat_radeon_cp_clear()
126 return drm_ioctl(file, DRM_IOCTL_RADEON_CLEAR, (unsigned long)clr); in compat_radeon_cp_clear()
/linux-4.4.14/arch/m68k/ifpsp060/
Dos.S94 clr.l %d1 | return success
101 clr.l %d1 | return success
127 clr.l %d1 | return success
134 clr.l %d1 | return success
151 clr.l %d0 | clear whole longword
152 clr.l %d1 | assume success
187 clr.l %d1 | assume success
188 clr.l %d0 | clear whole longword
223 clr.l %d1 | assume success
245 clr.l %d1 | assume success
[all …]
Diskeleton.S214 clr.l %d0
265 clr.l %d0
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_wow.c127 u32 set, clr; in ath9k_hw_wow_apply_pattern() local
160 clr = AR_WOW_LENGTH1_MASK(pattern_count); in ath9k_hw_wow_apply_pattern()
161 REG_RMW(ah, AR_WOW_LENGTH1, set, clr); in ath9k_hw_wow_apply_pattern()
165 clr = AR_WOW_LENGTH2_MASK(pattern_count); in ath9k_hw_wow_apply_pattern()
166 REG_RMW(ah, AR_WOW_LENGTH2, set, clr); in ath9k_hw_wow_apply_pattern()
170 clr = AR_WOW_LENGTH3_MASK(pattern_count); in ath9k_hw_wow_apply_pattern()
171 REG_RMW(ah, AR_WOW_LENGTH3, set, clr); in ath9k_hw_wow_apply_pattern()
175 clr = AR_WOW_LENGTH4_MASK(pattern_count); in ath9k_hw_wow_apply_pattern()
176 REG_RMW(ah, AR_WOW_LENGTH4, set, clr); in ath9k_hw_wow_apply_pattern()
Dhtc_drv_init.c384 u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw_buffer() argument
399 priv->wmi->multi_rmw[priv->wmi->multi_rmw_idx].clr = in ath9k_reg_rmw_buffer()
400 cpu_to_be32(clr); in ath9k_reg_rmw_buffer()
467 u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw_single() argument
478 buf.clr = cpu_to_be32(clr); in ath9k_reg_rmw_single()
491 static u32 ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw() argument
501 val &= ~clr; in ath9k_reg_rmw()
509 ath9k_reg_rmw_buffer(hw_priv, reg_offset, set, clr); in ath9k_reg_rmw()
511 ath9k_reg_rmw_single(hw_priv, reg_offset, set, clr); in ath9k_reg_rmw()
Deeprom_4k.c1084 u32 pwrctrl, mask, clr; in ath9k_hw_4k_set_board_values() local
1088 clr = mask * 0x1f; in ath9k_hw_4k_set_board_values()
1090 REG_RMW(ah, AR_PHY_TX_PWRCTRL8, pwrctrl, clr); in ath9k_hw_4k_set_board_values()
1091 REG_RMW(ah, AR_PHY_TX_PWRCTRL10, pwrctrl, clr); in ath9k_hw_4k_set_board_values()
1092 REG_RMW(ah, AR_PHY_CH0_TX_PWRCTRL12, pwrctrl, clr); in ath9k_hw_4k_set_board_values()
1096 clr = mask * 0x1f; in ath9k_hw_4k_set_board_values()
1097 REG_RMW(ah, AR_PHY_TX_PWRCTRL9, pwrctrl, clr); in ath9k_hw_4k_set_board_values()
1101 clr = mask * 0x1f; in ath9k_hw_4k_set_board_values()
1102 REG_RMW(ah, AR_PHY_CH0_TX_PWRCTRL11, pwrctrl, clr); in ath9k_hw_4k_set_board_values()
1103 REG_RMW(ah, AR_PHY_CH0_TX_PWRCTRL13, pwrctrl, clr); in ath9k_hw_4k_set_board_values()
Dinit.c159 u32 set, u32 clr) in __ath9k_reg_rmw() argument
164 val &= ~clr; in __ath9k_reg_rmw()
171 static unsigned int ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) in ath9k_reg_rmw() argument
181 val = __ath9k_reg_rmw(sc, reg_offset, set, clr); in ath9k_reg_rmw()
184 val = __ath9k_reg_rmw(sc, reg_offset, set, clr); in ath9k_reg_rmw()
Dwmi.h139 __be32 clr; member
/linux-4.4.14/arch/m68k/math-emu/
Dfp_util.S70 2: clr.l %d0
99 clr.l %d1 | sign defaults to zero
109 clr.l (%a0)
116 clr.l (%a0)+
117 clr.l (%a0)+
118 clr.l (%a0)
142 clr.l (%a0) | low lword = 0
Dfp_scan.S93 clr.b (FPD_FPSR+2,FPDATA) | clear the exception byte
105 clr.b (FPD_FPSR+2,FPDATA) | clear the exception byte
115 clr.l %d0
231 clr.l %d1
Dfp_move.S46 clr.b (2+FPD_FPSR,FPDATA)
53 clr.l %d0
Dfp_movem.S362 clr.l %d0
/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S219 clr a
225 clr TX_RUNNING
226 clr DO_TX_UNTHROTTLE
318 clr TI
362 clr acc.4
452 clr c
478 clr a
554 clr c
654 clr c
676 clr c ; c=0: success
[all …]
Dxircom_pgs.S221 clr a
227 clr TX_RUNNING
228 clr DO_TX_UNTHROTTLE
356 clr TI
400 clr acc.4
490 clr c
516 clr a
592 clr c
692 clr c
714 clr c ; c=0: success
[all …]
/linux-4.4.14/drivers/gpio/
Dgpio-generic.c456 void __iomem *clr, in bgpio_setup_io() argument
464 if (set && clr) { in bgpio_setup_io()
466 bgc->reg_clr = clr; in bgpio_setup_io()
469 } else if (set && !clr) { in bgpio_setup_io()
535 void __iomem *clr, void __iomem *dirout, void __iomem *dirin, in bgpio_init() argument
554 ret = bgpio_setup_io(bgc, dat, set, clr, flags); in bgpio_init()
604 void __iomem *clr; in bgpio_pdev_probe() local
627 clr = bgpio_map(pdev, "clr", sz); in bgpio_pdev_probe()
628 if (IS_ERR(clr)) in bgpio_pdev_probe()
629 return PTR_ERR(clr); in bgpio_pdev_probe()
[all …]
/linux-4.4.14/arch/mips/kernel/
Dhead.S36 .macro setup_c0_status set clr
39 or t0, ST0_CU0|\set|0x1f|\clr
40 xor t0, 0x1f|\clr
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss.h198 u32 offset, u32 clr) in iss_reg_clr() argument
202 iss_reg_write(iss, res, offset, v & ~clr); in iss_reg_clr()
233 u32 offset, u32 clr, u32 set) in iss_reg_update() argument
237 iss_reg_write(iss, res, offset, (v & ~clr) | set); in iss_reg_update()
/linux-4.4.14/arch/mips/include/asm/mach-ralink/
Dralink_regs.h46 static inline void rt_sysc_m32(u32 clr, u32 set, unsigned reg) in rt_sysc_m32() argument
48 u32 val = rt_sysc_r32(reg) & ~clr; in rt_sysc_m32()
/linux-4.4.14/drivers/irqchip/
Dirq-orion.c55 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in orion_irq_init() local
71 handle_level_irq, clr, 0, in orion_irq_init()
141 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in orion_bridge_irq_init() local
158 handle_edge_irq, clr, 0, IRQ_GC_INIT_MASK_CACHE); in orion_bridge_irq_init()
Dirq-digicolor.c75 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in digicolor_of_init() local
106 clr, 0, 0); in digicolor_of_init()
Dirq-moxart.c63 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in moxart_of_intc_init() local
83 clr, 0, IRQ_GC_INIT_MASK_CACHE); in moxart_of_intc_init()
Dirq-zevio.c77 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in zevio_of_init() local
106 clr, 0, IRQ_GC_INIT_MASK_CACHE); in zevio_of_init()
Dirq-nvic.c89 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in nvic_of_init() local
116 clr, 0, IRQ_GC_INIT_MASK_CACHE); in nvic_of_init()
Dirq-sirfsoc.c34 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in sirfsoc_alloc_gc() local
41 handle_level_irq, clr, set, in sirfsoc_alloc_gc()
Dirq-dw-apb-ictl.c71 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in dw_apb_ictl_init() local
132 handle_level_irq, clr, 0, in dw_apb_ictl_init()
Dirq-brcmstb-l2.c118 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in brcmstb_l2_intc_of_init() local
167 np->full_name, handle_edge_irq, clr, 0, flags); in brcmstb_l2_intc_of_init()
Dirq-sunxi-nmi.c130 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in sunxi_sc_nmi_irq_init() local
141 handle_fasteoi_irq, clr, 0, in sunxi_sc_nmi_irq_init()
Dirq-bcm7120-l2.c224 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in bcm7120_l2_intc_probe() local
281 dn->full_name, handle_level_irq, clr, 0, flags); in bcm7120_l2_intc_probe()
/linux-4.4.14/arch/sparc/include/asm/
Dttable.h17 clr %o0; clr %o1; clr %o2; clr %o3; \
18 clr %o4; clr %o5; clr %o6; clr %o7; \
19 clr %l0; clr %l1; clr %l2; clr %l3; \
20 clr %l4; clr %l5; clr %l6; clr %l7; \
Dns87303.h87 unsigned char clr, unsigned char set) in ns87303_modify() argument
105 value &= ~(reserved[index] | clr); in ns87303_modify()
Dasmmacro.h21 #define RESTORE_ALL b ret_trap_entry; clr %l6;
Dbackoff.h63 clr tmp; \
/linux-4.4.14/drivers/net/cris/
Deth_v10.c471 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) | in e100_open()
472 IO_STATE(R_IRQ_MASK0_CLR, underrun, clr) | in e100_open()
473 IO_STATE(R_IRQ_MASK0_CLR, excessive_col, clr); in e100_open()
477 IO_STATE(R_IRQ_MASK2_CLR, dma0_descr, clr) | in e100_open()
478 IO_STATE(R_IRQ_MASK2_CLR, dma0_eop, clr) | in e100_open()
479 IO_STATE(R_IRQ_MASK2_CLR, dma1_descr, clr) | in e100_open()
480 IO_STATE(R_IRQ_MASK2_CLR, dma1_eop, clr); in e100_open()
556 SETS(network_tr_ctrl_shadow, R_NETWORK_TR_CTRL, clr_error, clr); in e100_open()
1201 SETS(network_tr_ctrl_shadow, R_NETWORK_TR_CTRL, clr_error, clr); in e100nw_interrupt()
1215 SETS(network_tr_ctrl_shadow, R_NETWORK_TR_CTRL, clr_error, clr); in e100nw_interrupt()
[all …]
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-gpio-defs.h371 uint64_t clr:24; member
373 uint64_t clr:24;
382 uint64_t clr:16; member
384 uint64_t clr:16;
399 uint64_t clr:20; member
401 uint64_t clr:20;
Dcvmx-led-defs.h259 uint64_t clr:32; member
261 uint64_t clr:32;
Dcvmx-stxx-defs.h361 uint64_t clr:1; member
365 uint64_t clr:1;
Dcvmx-sli-defs.h2056 uint64_t clr:64; member
2058 uint64_t clr:64;
2074 uint64_t clr:64; member
2076 uint64_t clr:64;
2092 uint64_t clr:64; member
2094 uint64_t clr:64;
2110 uint64_t clr:64; member
2112 uint64_t clr:64;
Dcvmx-npei-defs.h3159 uint64_t clr:64; member
3161 uint64_t clr:64;
3172 uint64_t clr:64; member
3174 uint64_t clr:64;
3185 uint64_t clr:64; member
3187 uint64_t clr:64;
3198 uint64_t clr:64; member
3200 uint64_t clr:64;
Dcvmx-mio-defs.h343 uint64_t clr:1; member
359 uint64_t clr:1;
2611 uint64_t clr:1; member
2627 uint64_t clr:1;
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dtime.c149 IO_STATE( R_TIMER_CTRL, i1, clr) | in timer_interrupt()
152 IO_STATE( R_TIMER_CTRL, i0, clr) | in timer_interrupt()
156 *R_TIMER_CTRL = r_timer_ctrl_shadow | IO_STATE(R_TIMER_CTRL, i0, clr); in timer_interrupt()
Dfasttimer.c181 *R_IRQ_MASK0_CLR = IO_STATE(R_IRQ_MASK0_CLR, timer1, clr); in start_timer1()
195 IO_STATE(R_TIMER_CTRL, i1, clr); in start_timer1()
349 *R_IRQ_MASK0_CLR = IO_STATE(R_IRQ_MASK0_CLR, timer1, clr); in timer1_handler()
358 *R_TIMER_CTRL = r_timer_ctrl_shadow | IO_STATE(R_TIMER_CTRL, i1, clr); in timer1_handler()
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-vip.h148 static inline void xvip_clr(struct xvip_device *xvip, u32 addr, u32 clr) in xvip_clr() argument
150 xvip_write(xvip, addr, xvip_read(xvip, addr) & ~clr); in xvip_clr()
159 void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set);
Dxilinx-vip.c197 void xvip_clr_and_set(struct xvip_device *xvip, u32 addr, u32 clr, u32 set) in xvip_clr_and_set() argument
202 reg &= ~clr; in xvip_clr_and_set()
/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_accel.c39 u32 reg, clr; in hw_de_init() local
50 clr = FIELD_CLEAR(DE_STRETCH_FORMAT, PATTERN_XY)& in hw_de_init()
57 write_dpr(accel, DE_STRETCH_FORMAT, (read_dpr(accel, DE_STRETCH_FORMAT) & clr) | reg); in hw_de_init()
70 clr = FIELD_CLEAR(DE_CONTROL, TRANSPARENCY)& in hw_de_init()
75 write_dpr(accel, DE_CONTROL, (read_dpr(accel, DE_CONTROL)&clr)|reg); in hw_de_init()
/linux-4.4.14/firmware/dsp56k/
Dbootstrap.asm39 ; clr A #0,r0
40 ; clr B #0,r4
45 ; clr A #512,r0
/linux-4.4.14/kernel/irq/
Dgeneric-chip.c276 unsigned int clr, unsigned int set, in irq_alloc_domain_generic_chips() argument
302 dgc->irq_flags_to_clear = clr; in irq_alloc_domain_generic_chips()
433 enum irq_gc_flags flags, unsigned int clr, in irq_setup_generic_chip() argument
463 irq_modify_status(i, clr, set); in irq_setup_generic_chip()
503 unsigned int clr, unsigned int set) in irq_remove_generic_chip() argument
519 irq_modify_status(i, clr, set); in irq_remove_generic_chip()
Dsettings.h37 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set() argument
39 desc->status_use_accessors &= ~(clr & _IRQF_MODIFY_MASK); in irq_settings_clr_and_set()
Dchip.c829 void irq_modify_status(unsigned int irq, unsigned long clr, unsigned long set) in irq_modify_status() argument
836 irq_settings_clr_and_set(desc, clr, set); in irq_modify_status()
/linux-4.4.14/drivers/i2c/busses/
Di2c-xiic.c365 u32 clr = 0; in xiic_process() local
410 clr |= XIIC_INTR_RX_FULL_MASK; in xiic_process()
424 clr |= (isr & XIIC_INTR_TX_ERROR_MASK); in xiic_process()
446 clr |= XIIC_INTR_BNB_MASK; in xiic_process()
463 clr |= (pend & in xiic_process()
497 dev_dbg(i2c->adap.dev.parent, "%s clr: 0x%x\n", __func__, clr); in xiic_process()
499 xiic_setreg32(i2c, XIIC_IISR_OFFSET, clr); in xiic_process()
Di2c-sh_mobile.c211 unsigned char set, unsigned char clr) in iic_set_clr() argument
213 iic_wr(pd, offs, (iic_rd(pd, offs) | set) & ~clr); in iic_set_clr()
/linux-4.4.14/arch/alpha/lib/
Dclear_user.S76 clr $0 # .. e1 :
107 clr $0 # .. e1 :
/linux-4.4.14/include/linux/
Dirq.h551 void irq_modify_status(unsigned int irq, unsigned long clr, unsigned long set);
558 static inline void irq_clear_status_flags(unsigned int irq, unsigned long clr) in irq_clear_status_flags() argument
560 irq_modify_status(irq, clr, 0); in irq_clear_status_flags()
883 enum irq_gc_flags flags, unsigned int clr,
887 unsigned int clr, unsigned int set);
893 unsigned int clr, unsigned int set,
Dbasic_mmio_gpio.h70 void __iomem *clr, void __iomem *dirout, void __iomem *dirin,
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/
Dhardware.h17 extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
/linux-4.4.14/arch/mips/alchemy/devboards/
Dbcsr.c71 void bcsr_mod(enum bcsr_id reg, unsigned short clr, unsigned short set) in bcsr_mod() argument
78 r &= ~clr; in bcsr_mod()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
D88pm860x.txt12 - marvell,88pm860x-irq-read-clr: inicates whether interrupt status is cleared by read
38 marvell,88pm860x-irq-read-clr;
/linux-4.4.14/drivers/video/fbdev/
Dhpfb.c152 u8 clr; in hpfb_fillrect() local
154 clr = region->color & 0xff; in hpfb_fillrect()
160 out_8(fb_regs + TC_WEN, fb_bitmask & clr); in hpfb_fillrect()
164 out_8(fb_regs + TC_WEN, fb_bitmask & ~clr); in hpfb_fillrect()
/linux-4.4.14/arch/m68k/fpsp040/
Dgen_except.S141 bnes check_fr |if busy, clr nmnexc
142 clrw NMNEXC(%a6) |clr nmnexc & nmcexc
168 | exception is to set the E1/E3 byte and clr the U flag.
183 bclrb #E1,E_BYTE(%a6) |clr E1 from unimp
192 bclrb #E1,E_BYTE(%a6) |clr E1 flag
206 bclrb #UFLAG,T_BYTE(%a6) |clr U flag from unimp
273 bclrb #UFLAG,T_BYTE(%a6) |clr U flag from unimp
302 bclrb #UFLAG,T_BYTE(%a6) |clr U flag
Dscale.S50 fmovel #0,%fpcr |clr user enabled exc
56 andiw #0x7fff,%d0 |clr sign bit
89 fmovel #0,%FPSR |clr status from above
221 beqs no_dir |if clr, neg op, no inc
Dkernel_ex.S68 fmovel #0,%FPSR |clr status bits (Z set)
73 fmovel #0,%FPSR |clr status bits (Z set)
287 beqs dst_pos |if clr, it was positive
Dx_unfl.S68 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
102 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
123 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
Dx_operr.S158 andib #0xe0,%d0 |clr all but tag
185 andib #0xe0,%d0 |clr all but tag
283 | mantissa for $ffffffff. If both are true, return d0 clr
Dx_unimp.S64 clrb UFLG_TMP(%a6) |clr flag for unsupp data
Dscosh.S126 fmovel #0,%fpsr |clr N bit if set by source
Ddo_func.S170 fmovel #0,%FPSR |clr N flag
306 beqs smod_zsn |if clr, do not set sign big
318 beqs smod_fsn |if clr, do not set sign big
Dget_op.S539 fmovel #0,%FPSR |clr fpsr from decbin
576 bge finish |if clr, go on
Dround.S158 bras end_sd |if words 3 and 4 are clr, exit
432 beq no_inex |if clr, no inex
449 beqs no_inex |if clr, no inex
462 beqs no_inex |if clr, no inex
Dbindec.S178 clrb BINDEC_FLG(%a6) |clr norm/denorm flag
243 beqs A3_cont |if clr, continue with norm
647 clrl %d3 |clr table index
Ddecbin.S120 | fmovel #0,FPCR ;clr real fpcr
Dskeleton.S153 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
Dres_func.S963 | and aovfl, and clr the mantissa (incorrectly set by the
1144 | and aovfl, and clr the mantissa (incorrectly set by the
/linux-4.4.14/sound/soc/bcm/
Dbcm2835-i2s.c229 uint32_t clr; in bcm2835_i2s_clear_fifos() local
234 clr = tx ? BCM2835_I2S_TXCLR : 0; in bcm2835_i2s_clear_fifos()
235 clr |= rx ? BCM2835_I2S_RXCLR : 0; in bcm2835_i2s_clear_fifos()
258 regmap_update_bits(dev->i2s_regmap, BCM2835_I2S_CS_A_REG, clr, clr); in bcm2835_i2s_clear_fifos()
/linux-4.4.14/drivers/usb/serial/
Dark3116.c460 unsigned set, unsigned clr) in ark3116_tiocmset() argument
479 if (clr & TIOCM_RTS) in ark3116_tiocmset()
481 if (clr & TIOCM_DTR) in ark3116_tiocmset()
483 if (clr & TIOCM_OUT1) in ark3116_tiocmset()
485 if (clr & TIOCM_OUT2) in ark3116_tiocmset()
/linux-4.4.14/Documentation/DocBook/
Drapidio.xml.db55 API-rio-route-clr-table
106 API-rio-clr-err-stopped
109 API-rio-std-route-clr-table
Dgenericirq.xml.db2 API-irq-gc-mask-clr-bit
/linux-4.4.14/arch/sparc/kernel/
Dtrampoline_64.S131 clr %l5
223 clr %l5
231 clr %o1
239 clr %o1
Dhvcalls.S238 clr %o0
239 clr %o1
761 clr %o0
762 clr %o1
Dhelpers.S7 clr %g2
Dhvtramp.S60 clr %o1
Dcherrs.S362 clr %g3
411 clr %g3
439 clr %g3
Dwuf.S193 clr %l6
Dentry.S337 clr %l6
383 clr %l6
424 clr %l6
812 clr %i2
1043 clr %l6
Dwof.S262 clr %l6
Detrap_64.S32 etrap_irq: clr %g3
Dsyscalls.S102 clr %o1
Drtrap_64.S251 clr %g3
Dfpu_traps.S27 clr %g7
Dhead_64.S680 clr %g5
/linux-4.4.14/arch/mn10300/lib/
D__ashldi3.S47 clr d0 define
D__lshrdi3.S48 clr d1 define
Ddo_csum.S28 clr d1 # accumulator define
/linux-4.4.14/drivers/usb/phy/
Dphy-isp1301-omap.c544 u8 set = OTG1_DM_PULLDOWN, clr = OTG1_DM_PULLUP; in otg_update_isp() local
565 clr |= OTG1_DP_PULLDOWN; in otg_update_isp()
576 clr |= OTG1_DP_PULLUP; in otg_update_isp()
582 else clr |= ISP; \ in otg_update_isp()
604 clr |= OTG1_VBUS_DRV; in otg_update_isp()
622 isp1301_clear_bits(isp, ISP1301_OTG_CONTROL_1, clr); in otg_update_isp()
630 if (clr & OTG1_DP_PULLUP) in otg_update_isp()
636 if (clr & OTG1_DP_PULLUP) in otg_update_isp()
/linux-4.4.14/arch/sparc/mm/
Dviking.S41 clr %o1 ! set counter, 0 - 127
47 clr %o2 ! block counter, 0 - 3
84 clr %o2
Dswift.S75 clr %o0
Dultra.S710 clr %o0 /* ARG0: CPU lists unimplemented */
711 clr %o1 /* ARG1: CPU lists unimplemented */
Dhypersparc.S330 clr %g1
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_64.c514 pmd_t *pmdp, unsigned long clr, in pmd_hugepage_update() argument
535 : "r" (pmdp), "r" (clr), "m" (*pmdp), "i" (_PAGE_BUSY), "r" (set) in pmd_hugepage_update()
539 *pmdp = __pmd((old & ~clr) | set); in pmd_hugepage_update()
541 trace_hugepage_update(addr, old, clr, set); in pmd_hugepage_update()
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c46 static void rcar_du_crtc_clr(struct rcar_du_crtc *rcrtc, u32 reg, u32 clr) in rcar_du_crtc_clr() argument
51 rcar_du_read(rcdu, rcrtc->mmio_offset + reg) & ~clr); in rcar_du_crtc_clr()
63 u32 clr, u32 set) in rcar_du_crtc_clr_set() argument
68 rcar_du_write(rcdu, rcrtc->mmio_offset + reg, (value & ~clr) | set); in rcar_du_crtc_clr_set()
/linux-4.4.14/arch/mips/lantiq/xway/
Dreset.c113 static void ltq_rcu_w32_mask(uint32_t clr, uint32_t set, uint32_t reg_off) in ltq_rcu_w32_mask() argument
118 ltq_rcu_w32((ltq_rcu_r32(reg_off) & ~(clr)) | (set), reg_off); in ltq_rcu_w32_mask()
/linux-4.4.14/drivers/tty/serial/
Dsb1250-duart.c265 unsigned int clr = 0, set = 0, mode2; in sbd_set_mctrl() local
270 clr |= M_DUART_CLR_OPR2; in sbd_set_mctrl()
274 clr |= M_DUART_CLR_OPR0; in sbd_set_mctrl()
275 clr <<= (uport->line) % 2; in sbd_set_mctrl()
285 write_sbdshr(sport, R_DUART_CLEAR_OPR, clr); in sbd_set_mctrl()
Detraxfs-uart.c242 reg_ser_rw_xoff_clr xoff_clr = { .clr = 1 }; in etraxfs_uart_send_xchar()
341 xoff_clr.clr = 1; in etraxfs_uart_stop_tx()
791 xoff_clr.clr = 1; in etraxfs_uart_set_termios()
/linux-4.4.14/arch/mn10300/mm/
Dcache-dbg-flush-by-reg.S56 clr d0 define
Dcache-flush-by-reg.S67 clr d0 define
203 clr d0 define
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq79 clr SCSIBUSL;
531 clr SCSIBUSL;
533 clr SCSISIGO;
629 clr CCSCBCTL;
679 clr SCSIBUSL; /* Prevent bit leakage durint SELTO */
694 clr DFCNTRL;
705 clr SCSIRATE;
715 clr A; /* add sizeof(struct scatter) */
726 clr CCSGCTL;
1089 clr HADDR;
[all …]
Daic79xx.seq155 clr SCB_SCSI_STATUS;
287 clr INT_COALESCING_CMDCOUNT;
295 clr A;
313 clr SCB_FIFO_USE_COUNT;
524 clr SEQINTCTL ret;
729 clr SEQINTCTL;
1084 clr SCBPTR[1]; \
1128 clr SCBPTR[1];
1152 clr SEQ_FLAGS; /* make note of IDENTIFY */
1225 clr A;
[all …]
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_rcb.c139 u32 clr = 1; in hns_rcb_int_clr_hw() local
142 dsaf_write_dev(q, RCB_RING_INTSTS_TX_RING_REG, clr); in hns_rcb_int_clr_hw()
143 dsaf_write_dev(q, RCB_RING_INTSTS_TX_OVERTIME_REG, clr); in hns_rcb_int_clr_hw()
147 dsaf_write_dev(q, RCB_RING_INTSTS_RX_RING_REG, clr); in hns_rcb_int_clr_hw()
148 dsaf_write_dev(q, RCB_RING_INTSTS_RX_OVERTIME_REG, clr); in hns_rcb_int_clr_hw()
/linux-4.4.14/drivers/spi/
Dspi-s3c64xx.c912 unsigned int val, clr = 0; in s3c64xx_spi_irq() local
917 clr = S3C64XX_SPI_PND_RX_OVERRUN_CLR; in s3c64xx_spi_irq()
921 clr |= S3C64XX_SPI_PND_RX_UNDERRUN_CLR; in s3c64xx_spi_irq()
925 clr |= S3C64XX_SPI_PND_TX_OVERRUN_CLR; in s3c64xx_spi_irq()
929 clr |= S3C64XX_SPI_PND_TX_UNDERRUN_CLR; in s3c64xx_spi_irq()
934 writel(clr, sdd->regs + S3C64XX_SPI_PENDING_CLR); in s3c64xx_spi_irq()
Dspi-sh-msiof.c210 u32 clr, u32 set) in sh_msiof_modify_ctr_wait() argument
212 u32 mask = clr | set; in sh_msiof_modify_ctr_wait()
217 data &= ~clr; in sh_msiof_modify_ctr_wait()
Dspi-topcliff-pch.c248 u32 set, u32 clr) in pch_spi_setclr_reg() argument
251 tmp = (tmp & ~clr) | set; in pch_spi_setclr_reg()
/linux-4.4.14/arch/mips/include/asm/mach-db1x00/
Dbcsr.h255 void bcsr_mod(enum bcsr_id reg, unsigned short clr, unsigned short set);
/linux-4.4.14/drivers/iio/dac/
Dad5421.c184 unsigned int clr) in ad5421_update_ctrl() argument
191 st->ctrl &= ~clr; in ad5421_update_ctrl()
Dad5360.c260 unsigned int clr) in ad5360_update_ctrl() argument
268 st->ctrl &= ~clr; in ad5360_update_ctrl()
Dad5755.c184 unsigned int channel, unsigned int set, unsigned int clr) in ad5755_update_dac_ctrl() argument
190 st->ctrl[channel] &= ~clr; in ad5755_update_dac_ctrl()
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h397 static inline unsigned long pte_update(pte_t *p, unsigned long clr, in pte_update() argument
409 : "r" ((unsigned long)(p + 1) - 4), "r" (clr), "r" (set) in pte_update()
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dmrvl,intc.txt20 - mrvl,clr-mfp-irq : Specifies the interrupt that needs to clear MFP edge
/linux-4.4.14/drivers/leds/
Dleds-bd2802.c531 #define BD2802_CONTROL_RGBS(name, id, clr) \ argument
538 led->color = clr; \
553 led->color = clr; \
/linux-4.4.14/drivers/net/can/c_can/
Dc_can.c683 u32 idx, obj, pkts = 0, bytes = 0, pend, clr; in c_can_do_tx() local
685 clr = pend = priv->read_reg(priv, C_CAN_INTPND2_REG); in c_can_do_tx()
698 atomic_sub(clr, &priv->tx_active); in c_can_do_tx()
700 if (clr & (1 << (C_CAN_MSG_OBJ_TX_NUM - 1))) in c_can_do_tx()
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Dser_defs.h161 unsigned int clr : 1; member
Deth_defs.h178 unsigned int clr : 1; member
/linux-4.4.14/arch/arm/boot/dts/
Dpxa910-dkb.dts41 marvell,88pm860x-irq-read-clr;
Dmmp2.dtsi68 mrvl,clr-mfp-irq = <1>;
/linux-4.4.14/drivers/net/wireless/ath/
Dath.h133 u32 (*rmw)(void *, u32 reg_offset, u32 set, u32 clr);
/linux-4.4.14/arch/sparc/net/
Dbpf_jit_asm.S208 clr %o0
/linux-4.4.14/drivers/phy/
Dphy-sun4i-usb.c125 static void sun4i_usb_phy0_update_iscr(struct phy *_phy, u32 clr, u32 set) in sun4i_usb_phy0_update_iscr() argument
132 iscr &= ~clr; in sun4i_usb_phy0_update_iscr()
/linux-4.4.14/arch/mips/alchemy/common/
Dirq.c513 unsigned long clr, in au1300_gpic_chgcfg() argument
521 l &= ~clr; in au1300_gpic_chgcfg()
/linux-4.4.14/drivers/misc/
Dhpilo.c398 static inline void clear_pending_db(struct ilo_hwinfo *hw, int clr) in clear_pending_db() argument
400 iowrite32(clr, &hw->mmio_vaddr[DB_OUT]); in clear_pending_db()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1661 if (fw_dump->clr) in qlcnic_get_dump_flag()
1690 if (!fw_dump->clr) { in qlcnic_get_dump_data()
1710 fw_dump->clr = 0; in qlcnic_get_dump_data()
1758 if (fw_dump->clr) { in qlcnic_set_dump()
Dqlcnic_minidump.c1313 if (fw_dump->clr) { in qlcnic_dump_fw()
1388 fw_dump->clr = 1; in qlcnic_dump_fw()
Dqlcnic.h445 u8 clr; /* flag to indicate if dump is cleared */ member
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_base.c620 #define SETCLR(clr)\ in matroxfb_decode_var() argument
621 var->clr.offset = rgbt->clr.offset;\ in matroxfb_decode_var()
622 var->clr.length = rgbt->clr.length in matroxfb_decode_var()
/linux-4.4.14/drivers/dma/xilinx/
Dxilinx_vdma.c287 u32 clr) in vdma_ctrl_clr() argument
289 vdma_ctrl_write(chan, reg, vdma_ctrl_read(chan, reg) & ~clr); in vdma_ctrl_clr()
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-rockchip.c1661 unsigned int clr = IRQ_NOREQUEST | IRQ_NOPROBE | IRQ_NOAUTOEN; in rockchip_interrupts_register() local
1691 clr, 0, IRQ_GC_INIT_MASK_CACHE); in rockchip_interrupts_register()
/linux-4.4.14/drivers/ata/
Dpata_octeon_cf.c607 mio_boot_dma_cfg.s.clr = 0; in octeon_cf_dma_start()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h1598 MLXSW_ITEM32(reg, ppcnt, clr, 0x04, 31, 1);
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_iba7322.c5620 u64 clr; in qib_7322_ib_updown() local
5625 clr = qib_read_kreg_port(ppd, krp_ibcstatus_b) & in qib_7322_ib_updown()
5628 if (clr) in qib_7322_ib_updown()
5629 qib_write_kreg_port(ppd, krp_ibcstatus_b, clr); in qib_7322_ib_updown()
5655 clr = read_7322_creg32_port(ppd, crp_iblinkdown); in qib_7322_ib_updown()
5656 if (clr == ppd->cpspec->iblnkdownsnap) in qib_7322_ib_updown()
/linux-4.4.14/drivers/dma/
Dste_dma40.c239 u32 clr; member
1706 writel(BIT(idx), base->virtbase + il[row].clr); in d40_handle_interrupt()
/linux-4.4.14/include/linux/mlx5/
Dmlx5_ifc.h6224 u8 clr[0x1]; member