Home
last modified time | relevance | path

Searched refs:unk2 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/video/sunxi/
Dsunxi_dw_hdmi.c30 u32 unk2; member
105 writel(0x0F81C405, &phy->unk2); in sunxi_dw_hdmi_phy_init()
163 writel(0x0F8246B5, &phy->unk2); in sunxi_dw_hdmi_phy_set()
177 writel(0x0F81C485, &phy->unk2); in sunxi_dw_hdmi_phy_set()
191 writel(0x0F81C405, &phy->unk2); in sunxi_dw_hdmi_phy_set()
205 writel(0x0F81C405, &phy->unk2); in sunxi_dw_hdmi_phy_set()
/external/clang/test/Modules/
Dcxx-templates.cpp201 …cls<void>::nested_cls_t<int> unk2; // expected-error 1+{{explicit specialization of 'nested_cls_t'… in test() local
/external/libmtp/src/
Dptp-pack.c943 unsigned int unk1, unk2; in ptp_unpack_Sony_DPD()
953 unk2 = dtoh8a(&data[PTP_dpd_Sony_Unknown]); in ptp_unpack_Sony_DPD()
954 …rop 0x%04x, datatype 0x%04x, unk1 %d unk2 %d", dpd->DevicePropertyCode, dpd->DataType, unk1, unk2); in ptp_unpack_Sony_DPD()