Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dsata_mv.c538 u32 hp_flags; member
3313 u32 hp_flags = hpriv->hp_flags; in mv6_phy_errata() local
3736 u32 hp_flags = hpriv->hp_flags; in mv_chip_id() local
3741 hp_flags |= MV_HP_GEN_I; in mv_chip_id()
3745 hp_flags |= MV_HP_ERRATA_50XXB0; in mv_chip_id()
3761 hp_flags |= MV_HP_GEN_I; in mv_chip_id()
3781 hp_flags |= MV_HP_GEN_II; in mv_chip_id()
3833 hp_flags |= MV_HP_GEN_IIE; in mv_chip_id()
3835 hp_flags |= MV_HP_CUT_THROUGH; in mv_chip_id()
3862 hpriv->hp_flags = hp_flags; in mv_chip_id()
[all …]
/openbmc/linux/net/handshake/
H A Dhandshake.h55 unsigned long hp_flags; member
H A Dnetlink.c44 if (!test_bit(HANDSHAKE_F_PROTO_NOTIFY, &proto->hp_flags)) in handshake_genl_notify()
H A Dtlshd.c264 .hp_flags = BIT(HANDSHAKE_F_PROTO_NOTIFY),