Searched refs:subfunc (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/sound/firewire/oxfw/ |
H A D | oxfw-command.c | 56 unsigned int subfunc; in avc_stream_get_format() local 60 subfunc = 0xc0; /* SINGLE */ in avc_stream_get_format() 62 subfunc = 0xc1; /* LIST */ in avc_stream_get_format() 67 buf[3] = subfunc; /* SINGLE or LIST */ in avc_stream_get_format() 92 else if ((subfunc == 0xc1) && (buf[10] != eid)) in avc_stream_get_format() 98 if (subfunc == 0xc0) { in avc_stream_get_format()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | opregion.c | 342 static const char *opregion_subfunc_name(u32 subfunc) in opregion_subfunc_name() argument 346 switch (subfunc) { in opregion_subfunc_name() 389 u32 func, subfunc; in querying_capabilities() local 392 subfunc = GVT_OPREGION_SUBFUNC(scic); in querying_capabilities() 395 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS) in querying_capabilities() 397 subfunc == INTEL_GVT_OPREGION_SCIC_SF_REQEUSTEDCALLBACKS) in querying_capabilities() 399 subfunc == INTEL_GVT_OPREGION_SCIC_SF_SUPPRTEDCALLS)) { in querying_capabilities() 416 u32 func, subfunc; in intel_vgpu_emulate_opregion_request() local 450 subfunc = GVT_OPREGION_SUBFUNC(scic); in intel_vgpu_emulate_opregion_request() 455 opregion_subfunc_name(subfunc)); in intel_vgpu_emulate_opregion_request()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | crypto_helper.c | 278 uint8_t subfunc[16] = { 0 }; in HELPER() local 294 s390_get_feat_block(type, subfunc); in HELPER() 295 if (!test_be_bit(fc, subfunc)) { in HELPER() 303 cpu_stb_data_ra(env, param_addr, subfunc[i], ra); in HELPER()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gitsm.py | 150 def call_process_submodules(self, ud, d, extra_check, subfunc): argument 157 self.process_submodules(ud, tmpdir, subfunc, d) 161 self.process_submodules(ud, ud.clonedir, subfunc, d)
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_scb.c | 766 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc) in asd_build_control_phy() argument 774 control_phy->sub_func = subfunc; in asd_build_control_phy() 776 switch (subfunc) { in asd_build_control_phy() 834 u8 subfunc) 842 link_adm->sub_func = subfunc;
|
H A D | aic94xx_hwi.h | 371 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc);
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 537 int subfunc; in do_h_register_vpa() local 544 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa() 545 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL || in do_h_register_vpa() 546 subfunc == H_VPA_REG_SLB) { in do_h_register_vpa() 555 if (subfunc == H_VPA_REG_VPA) in do_h_register_vpa() 573 switch (subfunc) { in do_h_register_vpa()
|