Searched refs:clrmask (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/phy/ |
H A D | phy-rcar-gen2.c | 56 u32 clrmask, setmask; in rcar_gen2_phy_phy_init() local 59 clrmask = USBHS_UGCTRL2_USB0SEL; in rcar_gen2_phy_phy_init() 63 clrmask = USBHS_UGCTRL2_USB2SEL; in rcar_gen2_phy_phy_init() 67 clrsetbits_le32(priv->regs + USBHS_UGCTRL2, clrmask, setmask); in rcar_gen2_phy_phy_init()
|
/openbmc/linux/fs/reiserfs/ |
H A D | super.c | 886 int clrmask; member 916 int clrmask; member 1020 if (opt->clrmask == in reiserfs_getopt() 1026 *bit_flags &= ~opt->clrmask; in reiserfs_getopt() 1097 *bit_flags &= ~arg->clrmask; in reiserfs_getopt() 1139 {"notail",.clrmask = in reiserfs_parse_options() 1143 {"noattrs",.clrmask = 1 << REISERFS_ATTRS}, in reiserfs_parse_options() 1147 {"nouser_xattr",.clrmask = 1 << REISERFS_XATTRS_USER}, in reiserfs_parse_options() 1150 {"nouser_xattr",.clrmask = 1 << REISERFS_UNSUPPORTED_OPT}, in reiserfs_parse_options() 1154 {"noacl",.clrmask = 1 << REISERFS_POSIXACL}, in reiserfs_parse_options() [all …]
|