Home
last modified time | relevance | path

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

/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-xea.dts8 #include "imx28-lwe.dtsi"
H A Dimx28-btt3.dtsi7 #include "imx28-lwe.dtsi"
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c1326 u16 lse, lwe, mtu; in __subn_set_opa_portinfo() local
1443 lwe = be16_to_cpu(pi->link_width.enabled); in __subn_set_opa_portinfo()
1444 if (lwe) { in __subn_set_opa_portinfo()
1445 if (lwe == OPA_LINK_WIDTH_RESET || in __subn_set_opa_portinfo()
1446 lwe == OPA_LINK_WIDTH_RESET_OLD) in __subn_set_opa_portinfo()
1448 else if ((lwe & ~ppd->link_width_supported) == 0) in __subn_set_opa_portinfo()
1449 set_link_width_enabled(ppd, lwe); in __subn_set_opa_portinfo()
1453 lwe = be16_to_cpu(pi->link_width_downgrade.enabled); in __subn_set_opa_portinfo()
1455 if (lwe == OPA_LINK_WIDTH_RESET || in __subn_set_opa_portinfo()
1456 lwe == OPA_LINK_WIDTH_RESET_OLD) { in __subn_set_opa_portinfo()
[all …]
/linux/arch/mips/include/asm/
H A Dasm-eva.h145 #define user_lw(reg, addr) __BUILD_EVA_INSN(lwe, reg, addr)