Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c74 int cur_type = pch_silicon_type(dev); in pch_silicon_supported() local
80 if (cur_type == PCH_TYPE_CPT && cur_rev >= rev) in pch_silicon_supported()
83 if (cur_type == PCH_TYPE_PPT) in pch_silicon_supported()
89 if (cur_type == PCH_TYPE_PPT && cur_rev >= rev) in pch_silicon_supported()
/openbmc/linux/include/net/
H A Dgarp.h36 u8 cur_type; member
/openbmc/linux/net/802/
H A Dgarp.c283 garp_cb(app->pdu)->cur_type = attrtype; in garp_pdu_append_msg()
301 if (garp_cb(app->pdu)->cur_type != attr->type) { in garp_pdu_append_attr()
302 if (garp_cb(app->pdu)->cur_type && in garp_pdu_append_attr()
/openbmc/linux/drivers/video/fbdev/
H A Dleo.c83 u32 cur_type; member