Home
last modified time | relevance | path

Searched refs:subfunc (Results 1 – 4 of 4) sorted by relevance

/linux/sound/firewire/oxfw/
H A Doxfw-command.c56 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()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_scb.c766 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 Daic94xx_hwi.h371 void asd_build_control_phy(struct asd_ascb *ascb, int phy_id, u8 subfunc);
/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c571 int subfunc; in do_h_register_vpa() local
578 subfunc = (flags >> H_VPA_FUNC_SHIFT) & H_VPA_FUNC_MASK; in do_h_register_vpa()
579 if (subfunc == H_VPA_REG_VPA || subfunc == H_VPA_REG_DTL || in do_h_register_vpa()
580 subfunc == H_VPA_REG_SLB) { in do_h_register_vpa()
589 if (subfunc == H_VPA_REG_VPA) in do_h_register_vpa()
607 switch (subfunc) { in do_h_register_vpa()