| /openbmc/u-boot/board/boundary/nitrogen6x/ |
| H A D | 6x_bootscript_android_recovery.txt | 1 ${dtype} dev ${disk} 63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
|
| H A D | 6x_bootscript_android.txt | 1 ${dtype} dev ${disk} 63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
|
| H A D | 6x_upgrade.txt | 4 if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot…
|
| H A D | 6x_bootscript.txt | 57 if test "sata" = "${dtype}" ; then 62 ${fs}load ${dtype} ${disk}:1 10800000 /boot/uImage && bootm 10800000 ;
|
| /openbmc/u-boot/include/mtd/ |
| H A D | ubi-user.h | 394 __s8 dtype; /* obsolete, do not use! */ member 406 __s8 dtype; /* obsolete, do not use! */ member
|
| /openbmc/qemu/tests/decode/ |
| H A D | succ_infer1.decode | 1 &rprr_load rd pg rn rm dtype nreg
|
| /openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
| H A D | 00_arches.patch | 71 +#define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \ 72 +type fname (atype a, btype b, ctype c, dtype d) \ 87 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ 88 +type fname (atype a,btype b,ctype c,dtype d,etype e) \ 240 +#define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \ 241 +type fname(atype a, btype b, ctype c, dtype d) \ 271 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ 272 +type fname(atype a, btype b, ctype c, dtype d, etype e) \ 305 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ 306 +type fname (atype a,btype b,ctype c,dtype d,etype e) \
|
| H A D | libaio_fix_for_mips_syscalls.patch | 35 #define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \
|
| /openbmc/qemu/hw/net/ |
| H A D | vmxnet3.h | 234 u32 dtype:1; /* descriptor type */ member 242 u32 dtype:1; /* descriptor type */ 342 u32 dtype:1; /* Descriptor type */ member 348 u32 dtype:1; /* Descriptor type */
|
| H A D | e1000.c | 642 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in process_tx_desc() local 650 if (dtype == E1000_TXD_CMD_DEXT) { /* context descriptor */ in process_tx_desc() 660 } else if (dtype == (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D)) { in process_tx_desc()
|
| H A D | e1000e_core.c | 689 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in e1000e_process_tx_desc() local 695 if (dtype == E1000_TXD_CMD_DEXT) { /* context descriptor */ in e1000e_process_tx_desc() 699 } else if (dtype == (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D)) { in e1000e_process_tx_desc()
|
| H A D | vmxnet3.c | 204 descr->dtype, descr->ext1, descr->msscof, descr->hlen, descr->om, in vmxnet3_dump_tx_descr() 223 descr->rsvd, descr->dtype, descr->ext1, descr->btype); in vmxnet3_dump_rx_descr()
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 19-cve-2016-9844-zipinfo-buffer-overflow.patch | 15 methbuf[3] = dtype[dnum];
|
| H A D | 18-cve-2014-9913-unzip-buffer-overflow.patch | 16 methbuf[5] = dtype[(G.crec.general_purpose_bit_flag>>1) & 3];
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve.decode | 54 # Unsigned load of msz into esz=2, represented as a dtype. 92 &rprr_load rd pg rn rm dtype nreg 93 &rpri_load rd pg rn imm dtype nreg 229 @rprr_load_dt ....... dtype:4 rm:5 ... pg:3 rn:5 rd:5 &rprr_load 230 @rpri_load_dt ....... dtype:4 . imm:s4 ... pg:3 rn:5 rd:5 &rpri_load 236 &rprr_load dtype=%msz_dtype 238 &rpri_load dtype=%msz_dtype 1230 &rpri_load dtype=%dtype_23_13 nreg=0 1251 &rprr_load dtype=16 nreg=0 1254 &rprr_load dtype=17 nreg=0 [all …]
|
| H A D | translate-sve.c | 92 static const uint8_t dtype[5] = { 0, 5, 10, 15, 18 }; in msz_dtype() local 93 return dtype[msz]; in msz_dtype() 4909 int dtype, uint32_t nregs, bool is_write, in do_mem_zpa() argument 4925 dtype_msz(dtype), is_write, zt); in do_mem_zpa() 5082 TCGv_i64 addr, int dtype, int nreg) in do_ld_zpa() argument 5085 = ldr_fns[s->mte_active[0]][s->be_data == MO_BE][dtype][nreg]; in do_ld_zpa() 5092 do_mem_zpa(s, zt, pg, addr, dtype, nreg + 1, false, fn); in do_ld_zpa() 5102 switch (a->dtype) { in trans_LD_zprr() 5125 tcg_gen_shli_i64(addr, cpu_reg(s, a->rm), dtype_msz(a->dtype)); in trans_LD_zprr() 5127 do_ld_zpa(s, a->rd, a->pg, addr, a->dtype, a->nreg); in trans_LD_zprr() [all …]
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | mtk-sd.c | 352 u32 dtype = 0; in msdc_cmd_prepare_raw_cmd() local 358 dtype = 2; in msdc_cmd_prepare_raw_cmd() 363 dtype = 1; in msdc_cmd_prepare_raw_cmd() 369 dtype = 1; in msdc_cmd_prepare_raw_cmd() 377 dtype = 2; in msdc_cmd_prepare_raw_cmd() 385 ((dtype << SDC_CMD_DTYPE_S) & SDC_CMD_DTYPE_M); in msdc_cmd_prepare_raw_cmd()
|
| /openbmc/u-boot/common/ |
| H A D | usb_hub.c | 89 unsigned short dtype = USB_DT_HUB; in usb_get_hub_descriptor() local 92 dtype = USB_DT_SS_HUB; in usb_get_hub_descriptor() 96 dtype << 8, 0, data, size, USB_CNTL_TIMEOUT); in usb_get_hub_descriptor()
|
| /openbmc/qemu/scripts/ |
| H A D | analyze-migration.py | 418 self.dtype = '<i%d' % self.size
|
| /openbmc/qemu/hw/nvme/ |
| H A D | ctrl.c | 3685 uint8_t dtype = (dw12 >> 20) & 0xf; in nvme_do_write_fdp() local 3690 if (dtype != NVME_DIRECTIVE_DATA_PLACEMENT || in nvme_do_write_fdp() 7296 uint8_t doper, dtype; in nvme_directive_receive() local 7305 dtype = (dw11 >> 8) & 0xff; in nvme_directive_receive() 7309 if (nsid == NVME_NSID_BROADCAST || dtype != NVME_DIRECTIVE_IDENTIFY || in nvme_directive_receive() 7319 switch (dtype) { in nvme_directive_receive()
|