Searched refs:TYPE_INT (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | fdt_test.py | 51 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 D | fdt.py | 24 (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 D | dtb_platdata.py | 38 fdt.TYPE_INT: 'fdt32_t', 100 if ftype == fdt.TYPE_INT: 313 if reg.type != fdt.TYPE_INT:
|
| H A D | test_dtoc.py | 92 get_value(fdt.TYPE_INT, struct.pack('>I', 0x45)))
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | gui.py | 30 …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 D | common.h | 193 #define TYPE_INT (2 << 14) macro
|
| H A D | pipe.c | 412 [USB_ENDPOINT_XFER_INT] = TYPE_INT, in usbhsp_setup_pipecfg()
|
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_core.c | 404 csr1 |= TX_TYPE(TYPE_INT); in mtu3_config_ep() 440 csr1 |= RX_TYPE(TYPE_INT); in mtu3_config_ep()
|
| H A D | mtu3_hw_regs.h | 157 #define TYPE_INT (0x1) macro
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp.py | 91 … self.depends_model = Gtk.ListStore(GObject.TYPE_INT, GObject.TYPE_STRING, GObject.TYPE_STRING)
|