Home
last modified time | relevance | path

Searched refs:fp0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt.c3066 mpt2host_config_page_fc_port_0(CONFIG_PAGE_FC_PORT_0 *fp0) in mpt2host_config_page_fc_port_0() argument
3069 MPT_2_HOST32(fp0, Flags); in mpt2host_config_page_fc_port_0()
3070 MPT_2_HOST32(fp0, PortIdentifier); in mpt2host_config_page_fc_port_0()
3071 MPT_2_HOST32(fp0, WWNN.Low); in mpt2host_config_page_fc_port_0()
3072 MPT_2_HOST32(fp0, WWNN.High); in mpt2host_config_page_fc_port_0()
3073 MPT_2_HOST32(fp0, WWPN.Low); in mpt2host_config_page_fc_port_0()
3074 MPT_2_HOST32(fp0, WWPN.High); in mpt2host_config_page_fc_port_0()
3075 MPT_2_HOST32(fp0, SupportedServiceClass); in mpt2host_config_page_fc_port_0()
3076 MPT_2_HOST32(fp0, SupportedSpeeds); in mpt2host_config_page_fc_port_0()
3077 MPT_2_HOST32(fp0, CurrentSpeed); in mpt2host_config_page_fc_port_0()
[all …]
/freebsd/sys/dev/firewire/
H A Dfwohci.c2656 struct fw_pkt *fp0; local
2668 fp0 = (struct fw_pkt *)&ld0;
2670 switch (fp0->mode.common.tcode) {
2690 printf("Unknown tcode %d\n", fp0->mode.common.tcode);
2693 hlen = tinfo[fp0->mode.common.tcode].hdr_len;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td332 def FP0 : X86Reg<"fp0", 0>;