/src/sys/arch/sandpoint/stand/altboot/ |
fxp.c | 123 }; /* 16B rfa */ 195 struct rxdesc *rfa; local in function:fxp_init 217 * Initialize base of CBL and RFA memory. Loading with zero 310 rfa = (struct rxdesc *)sc->store; 311 rfa->rfa_status = 0; 312 rfa->rfa_control = htole16(FXP_RFA_CONTROL_S); 313 rfa->link_addr = htole32(VTOPHYS(rfa)); 314 rfa->rbd_addr = -1; 315 rfa->actual_size = 0 369 struct rxdesc *rfa; local in function:fxp_recv [all...] |
/src/sys/external/bsd/drm2/radeon/ |
radeondrmkmsfb.c | 86 const struct radeonfb_attach_args *const rfa = aux; local in function:radeonfb_attach 89 sc->sc_rfa = *rfa; 126 const struct radeonfb_attach_args *const rfa = &sc->sc_rfa; local in function:radeonfb_attach_task 129 .da_fb_helper = rfa->rfa_fb_helper, 130 .da_fb_sizes = &rfa->rfa_fb_sizes, 131 .da_fb_vaddr = __UNVOLATILE(rfa->rfa_fb_ptr), 132 .da_fb_linebytes = rfa->rfa_fb_linebytes,
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_fb.c | 271 struct radeonfb_attach_args rfa = zero_rfa; local in function:radeonfb_create 273 rfa.rfa_fb_helper = helper; 274 rfa.rfa_fb_sizes = *sizes; 275 rfa.rfa_fb_ptr = rbo->kptr; 276 rfa.rfa_fb_linebytes = mode_cmd.pitches[0]; 279 helper->fbdev = config_found(rdev->ddev->dev, &rfa, NULL,
|
/src/sys/dev/ic/ |
i82557.c | 113 * card DMAs the packet immediately following the RFA. However, 116 * we actually offset the RFA 2 bytes into the cluster. This 118 * boundary. HOWEVER! This means that the RFA is misaligned! 1209 fxp_rx_hwcksum(struct fxp_softc *sc, struct mbuf *m, const struct fxp_rfa *rfa, 1225 csum_stat = rfa->cksum_stat; 1226 if ((rfa->rfa_status & htole16(FXP_RFA_STATUS_PARSE)) == 0) 1342 struct fxp_rfa *rfa; local in function:fxp_rxintr 1350 rfa = FXP_MTORFA(m); 1356 rxstat = le16toh(rfa->rfa_status); 1374 len = le16toh(rfa->actual_size) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
qcs404-evb.dtsi | 362 vdd-1.3-rfa-supply = <&vreg_l1_1p3>;
|
msm8998-clamshell.dtsi | 338 vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
|
msm8998-mtp.dtsi | 400 vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
|
sdm845-xiaomi-beryllium.dts | 538 vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
|
sm8150-mtp.dts | 450 vdd-1.3-rfa-supply = <&vdda_wcss_adcdac_1>;
|
msm8998-oneplus-common.dtsi | 512 vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
|
sdm845-mtp.dts | 573 vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
|
sdm845-oneplus-common.dtsi | 648 vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
|
sdm850-lenovo-yoga-c630.dts | 764 vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
|
sm8150-microsoft-surface-duo.dts | 541 vdd-1.3-rfa-supply = <&vdda_wcss_adcdac_1>;
|
sc7180-idp.dts | 459 vdd-1.3-rfa-supply = <&vreg_l2c_1p3>;
|
sdm845-db845c.dts | 1040 vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
|
sc7180-trogdor.dtsi | 957 vdd-1.3-rfa-supply = <&pp1300_l2c>;
|
sdm845-cheza.dtsi | 852 vdd-1.3-rfa-supply = <&src_pp1300_l17a>;
|