/openbmc/linux/drivers/mcb/ |
H A D | mcb-parse.c | 16 #define for_each_chameleon_cell(dtype, p) \ argument 17 for ((dtype) = get_next_dtype((p)); \ 18 (dtype) != CHAMELEON_DTYPE_END; \ 19 (dtype) = get_next_dtype((p))) 23 uint32_t dtype; in get_next_dtype() local 25 dtype = readl(p); in get_next_dtype() 26 return dtype >> 28; in get_next_dtype() 137 u32 dtype; in chameleon_get_bar() local 146 dtype = get_next_dtype(*base); in chameleon_get_bar() 147 if (dtype == CHAMELEON_DTYPE_BAR) { in chameleon_get_bar() [all …]
|
/openbmc/linux/include/uapi/linux/hsi/ |
H A D | hsi_char.h | 16 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 17 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 18 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
|
H A D | cs-protocol.h | 96 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument 97 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument 98 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
|
/openbmc/linux/include/uapi/linux/ |
H A D | omapfb.h | 34 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument 35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument 36 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | bootstd.h | 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 101 type name(atype a, btype b, ctype c, dtype d) \ 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument 117 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
/openbmc/linux/drivers/edac/ |
H A D | ti_edac.c | 149 dimm->dtype = DEV_X16; in ti_edac_setup_dimm() 152 dimm->dtype = DEV_X32; in ti_edac_setup_dimm() 166 dimm->dtype = DEV_X64; in ti_edac_setup_dimm() 170 dimm->dtype = DEV_X32; in ti_edac_setup_dimm() 174 dimm->dtype = DEV_X16; in ti_edac_setup_dimm()
|
H A D | bluefield_edac.c | 220 dimm->dtype = DEV_X4; in bluefield_edac_init_dimms() 223 dimm->dtype = DEV_X8; in bluefield_edac_init_dimms() 226 dimm->dtype = DEV_X16; in bluefield_edac_init_dimms() 229 dimm->dtype = DEV_UNKNOWN; in bluefield_edac_init_dimms()
|
H A D | cpc925_edac.c | 319 enum dev_type dtype; in cpc925_init_csrows() local 358 dtype = DEV_X16; in cpc925_init_csrows() 362 dtype = DEV_X8; in cpc925_init_csrows() 365 dtype = DEV_UNKNOWN; in cpc925_init_csrows() 374 dimm->dtype = dtype; in cpc925_init_csrows()
|
H A D | ghes_edac.c | 185 dimm->dtype = DEV_UNKNOWN; in assign_dmi_dimm_info() 456 dst->dtype = src->dtype; in ghes_edac_register() 475 dimm->dtype = DEV_UNKNOWN; in ghes_edac_register()
|
/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/linux/drivers/block/ |
H A D | amiflop.c | 192 struct fd_data_type *dtype; /* type of floppy for this unit */ member 847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read() 944 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec() 976 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in amiga_write() 1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read() 1349 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in dos_write() 1380 (*unit[nr].dtype->write_fkt)(nr); in flush_track_callback() 1405 (*unit[nr].dtype->write_fkt)(nr); in non_int_flush_track() 1445 error = (*unit[drive].dtype->read_fkt)(drive); in get_track() 1472 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment() [all …]
|
/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/linux/include/uapi/mtd/ |
H A D | ubi-user.h | 433 __s8 dtype; /* obsolete, do not use! */ member 445 __s8 dtype; /* obsolete, do not use! */ member
|
/openbmc/linux/sound/usb/ |
H A D | helper.c | 31 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument 43 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc()
|
H A D | helper.h | 7 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
|
/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) \
|
/openbmc/linux/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 605 u8 dtype, struct sk_buff *skb, u32 d_id) in fcoe_ctlr_encaps() argument 651 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps() 659 if (dtype != FIP_DT_FLOGI && dtype != FIP_DT_FDISC) { in fcoe_ctlr_encaps() 2278 u32 dtype; in fcoe_ctlr_vn_parse() local 2313 dtype = desc->fip_dtype; in fcoe_ctlr_vn_parse() 2314 if (dtype < 32) { in fcoe_ctlr_vn_parse() 2315 if (!(desc_mask & BIT(dtype))) { in fcoe_ctlr_vn_parse() 2320 dtype, sub); in fcoe_ctlr_vn_parse() 2323 desc_mask &= ~BIT(dtype); in fcoe_ctlr_vn_parse() 2326 switch (dtype) { in fcoe_ctlr_vn_parse() [all …]
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_desc_dqo.h | 26 u8 dtype: 5; member 61 u8 dtype: 5; member
|
/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 */
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_defs.h | 152 u32 dtype:1; /* descriptor type */ member 160 u32 dtype:1; /* descriptor type */ member 234 u32 dtype:1; /* Descriptor type */ member 240 u32 dtype:1; /* Descriptor type */ member
|
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 555 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe() local 557 if (dtype == NULL) in chrp_probe() 559 if (strcmp(dtype, "chrp")) in chrp_probe()
|
/openbmc/linux/net/tipc/ |
H A D | name_distr.c | 280 u32 node, u32 dtype) in tipc_update_nametbl() argument 292 if (dtype == PUBLICATION) { in tipc_update_nametbl() 298 } else if (dtype == WITHDRAWAL) { in tipc_update_nametbl()
|