Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/sunxi/
Dsunxi_dw_hdmi.c29 u32 unk1; member
104 writel(0x80639000, &phy->unk1); in sunxi_dw_hdmi_phy_init()
162 writel(0x8063b000, &phy->unk1); in sunxi_dw_hdmi_phy_set()
176 writel(0x8063a800, &phy->unk1); in sunxi_dw_hdmi_phy_set()
190 writel(0x8063b000, &phy->unk1); in sunxi_dw_hdmi_phy_set()
204 writel(0x8063b000, &phy->unk1); in sunxi_dw_hdmi_phy_set()
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape_test.py441 unk1 = tensor_shape.unknown_shape()
442 self.assertTrue(unk0 == unk1)
443 self.assertTrue(unk1 == unk0)
445 unk0 != unk1 # pylint: disable=pointless-statement
447 unk1 != unk0 # pylint: disable=pointless-statement
/external/clang/test/Modules/
Dcxx-templates.cpp200 …cls<void>::nested_cls unk1; // expected-error 1+{{explicit specialization of 'nested_cls' must be … in test() local
/external/libmtp/src/
Dptp-pack.c943 unsigned int unk1, unk2; in ptp_unpack_Sony_DPD()
952 unk1 = dtoh8a(&data[PTP_dpd_Sony_GetSet]); 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()