Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Dacpi_nhlt.c48 struct nhlt_endpoint *nhlt_add_endpoint(struct nhlt *nhlt, int link_type, in nhlt_add_endpoint() argument
54 if (link_type < NHLT_LINK_HDA || link_type >= NHLT_MAX_LINK_TYPES) in nhlt_add_endpoint()
62 endp->link_type = link_type; in nhlt_add_endpoint()
63 endp->instance_id = nhlt->current_instance_id[link_type]; in nhlt_add_endpoint()
191 void nhlt_next_instance(struct nhlt *nhlt, int link_type) in nhlt_next_instance() argument
193 if (link_type < NHLT_LINK_HDA || link_type >= NHLT_MAX_LINK_TYPES) in nhlt_next_instance()
196 nhlt->current_instance_id[link_type]++; in nhlt_next_instance()
230 sz += sizeof(endp->length) + sizeof(endp->link_type); in calc_endpoint_size()
356 ser8(cur, endp->link_type); in serialise_endpoint()
/u-boot/arch/x86/include/asm/
A Dacpi_nhlt.h95 struct nhlt_endpoint *nhlt_add_endpoint(struct nhlt *nhlt, int link_type,
138 void nhlt_next_instance(struct nhlt *nhlt, int link_type);
256 u8 link_type; member
/u-boot/drivers/net/ti/
A Dkeystone_net.c45 enum link_type { enum
101 enum link_type link_type; member
709 priv->link_type = fdtdec_get_int(fdt, slave, "link-interface", -1); in ks2_eth_parse_slave_interface()
725 if (priv->link_type == LINK_TYPE_SGMII_MAC_TO_PHY_MODE) { in ks2_eth_parse_slave_interface()
730 } else if (priv->link_type == LINK_TYPE_RGMII_LINK_MAC_PHY) { in ks2_eth_parse_slave_interface()
/u-boot/include/fsl-mc/
A Dfsl_dpmac.h46 MC_RSP_OP(cmd, 1, 32, 8, enum dpmac_link_type, attr->link_type);\
249 enum dpmac_link_type link_type; member

Completed in 8 milliseconds