Home
last modified time | relevance | path

Searched refs:clearmask (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sunxi_dw.c449 u32 clearmask = (0x3 << 4) | (0x1 << 1) | (0x3 << 2) | in mctl_channel_init() local
455 clearmask |= 0x2 << 8; in mctl_channel_init()
458 clrsetbits_le32(&mctl_ctl->dx[i].gcr, clearmask, setmask); in mctl_channel_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c676 void dispc_k3_clear_irqstatus(struct dispc_device *dispc, dispc_irq_t clearmask) in dispc_k3_clear_irqstatus() argument
682 if (clearmask & DSS_IRQ_VP_MASK(i)) { in dispc_k3_clear_irqstatus()
683 dispc_k3_vp_write_irqstatus(dispc, i, clearmask); in dispc_k3_clear_irqstatus()
688 if (clearmask & DSS_IRQ_PLANE_MASK(i)) { in dispc_k3_clear_irqstatus()
689 dispc_k3_vid_write_irqstatus(dispc, i, clearmask); in dispc_k3_clear_irqstatus()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dinit301.c1378 unsigned short clearmask = ( DriverMode | in SiS_GetVBInfo() local
1387 if(tempbx & SetCRT2ToLCDA) tempbx &= (clearmask | SetCRT2ToLCDA); in SiS_GetVBInfo()
1388 if(tempbx & SetCRT2ToRAMDAC) tempbx &= (clearmask | SetCRT2ToRAMDAC); in SiS_GetVBInfo()
1389 if(tempbx & SetCRT2ToLCD) tempbx &= (clearmask | SetCRT2ToLCD); in SiS_GetVBInfo()
1390 if(tempbx & SetCRT2ToSCART) tempbx &= (clearmask | SetCRT2ToSCART); in SiS_GetVBInfo()
1391 if(tempbx & SetCRT2ToHiVision) tempbx &= (clearmask | SetCRT2ToHiVision); in SiS_GetVBInfo()
1392 if(tempbx & SetCRT2ToYPbPr525750) tempbx &= (clearmask | SetCRT2ToYPbPr525750); in SiS_GetVBInfo()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c2160 static void ClearAndSetEthPhyBit(struct rtl8168_private *tp, u8 addr, u16 clearmask, u16 setmask) in ClearAndSetEthPhyBit() argument
2166 PhyRegValue &= ~clearmask; in ClearAndSetEthPhyBit()
2244 u16 clearmask, in rtl8168_clear_and_set_mcu_ocp_bit() argument
2251 RegValue &= ~clearmask; in rtl8168_clear_and_set_mcu_ocp_bit()
2646 static void ClearAndSetPCIePhyBit(struct rtl8168_private *tp, u8 addr, u16 clearmask, u16 setmask) in ClearAndSetPCIePhyBit() argument
2651 EphyValue &= ~clearmask; in ClearAndSetPCIePhyBit()
2847 u32 clearmask, in rtl8168_clear_and_set_other_fun_pci_bit() argument
2853 TmpUlong &= ~clearmask; in rtl8168_clear_and_set_other_fun_pci_bit()
2861 u32 clearmask, in rtl8168_other_fun_dev_pci_setting() argument
2912 … rtl8168_clear_and_set_other_fun_pci_bit(tp, i, addr, clearmask, setmask); in rtl8168_other_fun_dev_pci_setting()
[all …]