Searched refs:setmask (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | vga16fb.c | 137 static inline void setmask(int mask) in setmask() function 865 setmask(0xff); in vga_8planes_fillrect() 885 setmask(0x0F); in vga_8planes_fillrect() 893 setmask(oldmask); in vga_8planes_fillrect() 938 setmask(0xff); in vga16fb_fillrect() 955 setmask(0xff); in vga16fb_fillrect() 1151 setmask(0xff); in vga_8planes_imageblit() 1155 setmask(image->fg_color ^ image->bg_color); in vga_8planes_imageblit() 1160 setmask(oldmask); in vga_8planes_imageblit() 1186 setmask(0xff); in vga_imageblit_expand() [all …]
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | super.c | 880 int setmask; member 909 int setmask; member 1027 if (opt->setmask == in reiserfs_getopt() 1033 *bit_flags |= opt->setmask; in reiserfs_getopt() 1098 *bit_flags |= arg->setmask; in reiserfs_getopt() 1141 {"conv",.setmask = 1 << REISERFS_CONVERT}, in reiserfs_parse_options() 1142 {"attrs",.setmask = 1 << REISERFS_ATTRS}, in reiserfs_parse_options() 1144 {"expose_privroot", .setmask = 1 << REISERFS_EXPOSE_PRIVROOT}, in reiserfs_parse_options() 1146 {"user_xattr",.setmask = 1 << REISERFS_XATTRS_USER}, in reiserfs_parse_options() 1149 {"user_xattr",.setmask = 1 << REISERFS_UNSUPPORTED_OPT}, in reiserfs_parse_options() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sunxi_dw.c | 451 u32 setmask = IS_ENABLED(CONFIG_DRAM_ODT_EN) ? in mctl_channel_init() local 456 setmask |= 0x4 << 8; in mctl_channel_init() 458 clrsetbits_le32(&mctl_ctl->dx[i].gcr, clearmask, setmask); in mctl_channel_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_n.c | 2160 static void ClearAndSetEthPhyBit(struct rtl8168_private *tp, u8 addr, u16 clearmask, u16 setmask) in ClearAndSetEthPhyBit() argument 2167 PhyRegValue |= setmask; in ClearAndSetEthPhyBit() 2245 u16 setmask in rtl8168_clear_and_set_mcu_ocp_bit() argument 2252 RegValue |= setmask; 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 2652 EphyValue |= setmask; in ClearAndSetPCIePhyBit() 2848 u32 setmask) in rtl8168_clear_and_set_other_fun_pci_bit() argument 2854 TmpUlong |= setmask; in rtl8168_clear_and_set_other_fun_pci_bit() 2862 u32 setmask, 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 …]
|