/openbmc/u-boot/scripts/coccinelle/net/ |
H A D | mdio_register.cocci | 28 identifier name0, addr0, reg0, output; 33 - const char *name0, 100 identifier update_read_sig.name0; 104 - name0 111 identifier name0, addr0, reg0, value0; 117 - const char *name0, 135 identifier update_write_sig.name0; 139 - name0
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-ops.c.inc | 20 #define GEN_VXFORM_DUAL(name0, name1, opc2, opc3, type0, type1) \ 21 GEN_HANDLER_E(name0##_##name1, 0x4, opc2, opc3, 0x00000000, type0, type1) 23 #define GEN_VXRFORM_DUAL(name0, name1, opc2, opc3, tp0, tp1) \ 24 GEN_HANDLER_E(name0##_##name1, 0x4, opc2, opc3, 0x00000000, tp0, tp1), \ 25 GEN_HANDLER_E(name0##_##name1, 0x4, opc2, (opc3 | 0x10), 0x00000000, tp0, tp1), 107 #define GEN_VXFORM_DUAL_INV(name0, name1, opc2, opc3, inval0, inval1, type) \ 108 GEN_OPCODE_DUAL(name0##_##name1, 0x04, opc2, opc3, inval0, inval1, type, \ 153 #define GEN_VAFORM_PAIRED(name0, name1, opc2) \ 154 GEN_HANDLER(name0##_##name1, 0x04, opc2, 0xFF, 0x00000000, PPC_ALTIVEC)
|
H A D | spe-ops.c.inc | 6 #define GEN_SPE(name0, name1, opc2, opc3, inval0, inval1, type) \ 7 GEN_OPCODE_DUAL(name0##_##name1, 0x04, opc2, opc3, inval0, inval1, type, PPC_NONE)
|
H A D | vmx-impl.c.inc | 275 #define GEN_VXFORM_DUAL(name0, flg0, flg2_0, name1, flg1, flg2_1) \ 276 static void glue(gen_, name0##_##name1)(DisasContext *ctx) \ 280 gen_##name0(ctx); \ 293 #define GEN_VXFORM_TRANS_DUAL(name0, flg0, flg2_0, name1, flg1, flg2_1)\ 294 static void glue(gen_, name0##_##name1)(DisasContext *ctx) \ 302 trans_##name0(ctx); \ 312 #define GEN_VXFORM_DUAL_EXT(name0, flg0, flg2_0, inval0, \ 314 static void glue(gen_, name0##_##name1)(DisasContext *ctx) \ 319 gen_##name0(ctx); \ 1117 #define GEN_VXRFORM_DUAL(name0, flg0, flg2_0, name1, flg1, flg2_1) \ [all …]
|
H A D | spe-impl.c.inc | 42 #define GEN_SPE(name0, name1, opc2, opc3, inval0, inval1, type) \ 43 static void glue(gen_, name0##_##name1)(DisasContext *ctx) \ 48 gen_##name0(ctx); \
|
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | db8500-thermal.txt | 33 trip0-cdev-name0 = "thermal-cpufreq-0"; 38 trip1-cdev-name0 = "thermal-cpufreq-0";
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | tests-match.dtsi | 6 name0 { };
|
/openbmc/linux/include/sound/ |
H A D | ump_msg.h | 738 u8 name0; member 743 u8 name0;
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_bcm4377.c | 1198 char name0[64], name1[64]; in bcm4377_request_blob() local 1201 snprintf(name0, sizeof(name0), "brcm/brcmbt%04x%s-%s-%s.%s", in bcm4377_request_blob() 1208 name0, name1); in bcm4377_request_blob() 1210 ret = firmware_request_nowarn(&fw, name0, &bcm4377->pdev->dev); in bcm4377_request_blob() 1218 "Unable to load firmware; tried '%s' and '%s'\n", name0, name1); in bcm4377_request_blob()
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_init.c | 432 input->element[0].name0 = HV_X64_REGISTER_VSM_VP_STATUS; in get_vtl()
|
/openbmc/linux/include/asm-generic/ |
H A D | hyperv-tlfs.h | 638 u32 name0; member
|