Searched refs:RDP (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | ariadne.c | 249 if (!(lance->RDP & INTR)) /* Check if any interrupt has been */ in ariadne_interrupt() 255 while ((csr0 = lance->RDP) & (ERR | RINT | TINT) && --boguscnt >= 0) { in ariadne_interrupt() 257 lance->RDP = csr0 & ~(INEA | TDMD | STOP | STRT | INIT); in ariadne_interrupt() 262 csr0, lance->RDP); in ariadne_interrupt() 334 lance->RDP = STRT; in ariadne_interrupt() 377 lance->RDP = STRT; in ariadne_interrupt() 383 lance->RDP = INEA | BABL | CERR | MISS | MERR | IDON; in ariadne_interrupt() 387 lance->RAP, lance->RDP); in ariadne_interrupt() 404 lance->RDP = STOP; in ariadne_open() 408 version = swapw(lance->RDP); in ariadne_open() [all …]
|
H A D | sunlance.c | 272 #define RDP 0x00UL /* register data port */ macro 279 sbus_writew(LE_C0_STOP, __base + RDP); \ 305 sbus_writew(leptr & 0xffff, lp->lregs + RDP); in load_csrs() 307 sbus_writew(leptr >> 16, lp->lregs + RDP); in load_csrs() 309 sbus_writew(lp->busmaster_regval, lp->lregs + RDP); in load_csrs() 471 sbus_writew(LE_C0_INIT, lp->lregs + RDP); in init_restart_lance() 475 regval = sbus_readw(lp->lregs + RDP); in init_restart_lance() 490 sbus_writew(LE_C0_IDON, lp->lregs + RDP); in init_restart_lance() 491 sbus_writew(LE_C0_INEA | LE_C0_STRT, lp->lregs + RDP); in init_restart_lance() 817 csr0 = sbus_readw(lp->lregs + RDP); in lance_interrupt() [all …]
|
H A D | ariadne.h | 46 volatile u_short RDP; /* Register Data Port */ member
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3001-configure.ac-setup-for-OE-usage.patch | 64 dnl RDP/Remote Desktop access module 66 -PKG_ENABLE_MODULES_VLC([FREERDP], [rdp], [freerdp >= 1.0.1], (RDP/Remote Desktop client support) ) 67 +PKG_ENABLE_MODULES_VLC([FREERDP], [rdp], [freerdp2 >= 1.0.1], (RDP/Remote Desktop client support) )
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq5332-rdp-common.dtsi | 3 * IPQ5332 RDP board common device tree source
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libvncserver/ |
H A D | libvncserver_0.9.14.bb | 1 DESCRIPTION = "library for easy implementation of a RDP/VNC server"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/ |
H A D | freerdp3_3.5.1.bb | 1 DESCRIPTION = "FreeRDP RDP client & server library"
|
H A D | freerdp_2.11.7.bb | 4 DESCRIPTION = "FreeRDP RDP client & server library"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-coresight-devices-etb10 | 27 2. The value is read directly from HW register RDP, 0x004.
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
H A D | weston_14.0.1.bb | 62 # Weston on RDP
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 115 DEF_FEAT(RDP, "rdp", STFL, 194, "Reset-DAT-protection facility")
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 2314 Format: <RDP>,<reset>,<pci_scan>,<verbosity>
|