/openbmc/u-boot/drivers/net/ |
H A D | ne2000_base.c | 123 DP_OUT(base, DP_CR, DP_CR_NODMA | DP_CR_PAGE1); /* Select page 1 */ in dp83902a_init() 127 DP_OUT(base, DP_CR, DP_CR_NODMA | DP_CR_PAGE0); /* Select page 0 */ in dp83902a_init() 151 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_STOP); /* Brutal */ in dp83902a_stop() 152 DP_OUT(base, DP_ISR, 0xFF); /* Clear any pending interrupts */ in dp83902a_stop() 153 DP_OUT(base, DP_IMR, 0x00); /* Disable all interrupts */ in dp83902a_stop() 175 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_STOP); /* Brutal */ in dp83902a_start() 176 DP_OUT(base, DP_DCR, DP_DCR_INIT); in dp83902a_start() 177 DP_OUT(base, DP_RBCH, 0); /* Remote byte count */ in dp83902a_start() 178 DP_OUT(base, DP_RBCL, 0); in dp83902a_start() 179 DP_OUT(base, DP_RCR, DP_RCR_MON); /* Accept no packets */ in dp83902a_start() [all …]
|
H A D | ax88796.h | 53 #define DP_OUT(_b_, _o_, _d_) \ macro 61 #define DP_OUT(_b_, _o_, _d_) *((vu_short *)((_b_)+(_o_)+ISA_OFFSET)) = (_d_) macro
|
H A D | ne2000.h | 91 #define DP_OUT(_b_, _o_, _d_) *( (vu_char *) ((_b_)+(_o_))) = (_d_) macro
|
/openbmc/linux/Documentation/devicetree/bindings/display/connector/ |
H A D | dp-connector.yaml | 50 remote-endpoint = <&dp_out>;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos5800-peach-pi.dts | 48 remote-endpoint = <&dp_out>; 183 dp_out: endpoint { label
|
H A D | exynos5420-peach-pit.dts | 226 remote-endpoint = <&dp_out>; 320 dp_out: endpoint { label
|
H A D | exynos5250-snow.dts | 210 remote-endpoint = <&dp_out>; 390 dp_out: endpoint { label
|
H A D | exynos5250-spring.dts | 472 dp_out: endpoint { label 688 remote-endpoint = <&dp_out>;
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | nxp,ptn3460.yaml | 99 remote-endpoint = <&dp_out>;
|
H A D | parade,ps8622.yaml | 110 remote-endpoint = <&dp_out>;
|
/openbmc/linux/Documentation/devicetree/bindings/display/exynos/ |
H A D | exynos_dp.txt | 107 dp_out: endpoint {
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-snow-common.dtsi | 254 dp_out: endpoint { label 511 remote-endpoint = <&dp_out>;
|
H A D | exynos5420-peach-pit.dts | 183 dp_out: endpoint { label 664 remote-endpoint = <&dp_out>;
|
H A D | exynos5800-peach-pi.dts | 140 remote-endpoint = <&dp_out>; 192 dp_out: endpoint { label
|
/openbmc/linux/Documentation/devicetree/bindings/display/msm/ |
H A D | qcom,sc7180-mdss.yaml | 279 dp_out: endpoint { };
|
H A D | qcom,sc7280-mdss.yaml | 398 dp_out: endpoint { };
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_parser.c | 124 * data-lanes is the property of dp_out endpoint in dp_parser_misc()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845.dtsi | 4573 dp_out: endpoint { }; label
|