Home
last modified time | relevance | path

Searched refs:TYPE_INT (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/binman/
H A Dfdt_test.py51 self.assertEquals(fdt.TYPE_INT, prop.type)
55 self.assertEquals(fdt.TYPE_INT, prop.type)
73 self.assertEquals(fdt.TYPE_INT, prop.type)
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt.py24 (TYPE_BYTE, TYPE_INT, TYPE_STRING, TYPE_BOOL, TYPE_INT64) = range(5)
138 return TYPE_INT, val[0]
140 return TYPE_INT, val
150 elif type == TYPE_INT:
H A Ddtb_platdata.py38 fdt.TYPE_INT: 'fdt32_t',
100 if ftype == fdt.TYPE_INT:
313 if reg.type != fdt.TYPE_INT:
H A Dtest_dtoc.py92 get_value(fdt.TYPE_INT, struct.pack('>I', 0x45)))
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py30 …tion-changed' : (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (gobject.TYPE_INT, gobject.TYPE_INT)),
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dcommon.h193 #define TYPE_INT (2 << 14) macro
H A Dpipe.c412 [USB_ENDPOINT_XFER_INT] = TYPE_INT, in usbhsp_setup_pipecfg()
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3_core.c404 csr1 |= TX_TYPE(TYPE_INT); in mtu3_config_ep()
440 csr1 |= RX_TYPE(TYPE_INT); in mtu3_config_ep()
H A Dmtu3_hw_regs.h157 #define TYPE_INT (0x1) macro
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py91 … self.depends_model = Gtk.ListStore(GObject.TYPE_INT, GObject.TYPE_STRING, GObject.TYPE_STRING)