Searched refs:RDP (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/amd/ |
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 …]
|
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 …]
|
D | ariadne.h | 46 volatile u_short RDP; /* Register Data Port */ member
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | ipq5332-rdp-common.dtsi | 3 * IPQ5332 RDP board common device tree source
|
D | ipq9574-rdp-common.dtsi | 3 * IPQ9574 RDP board common device tree source
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etb10 | 27 2. The value is read directly from HW register RDP, 0x004.
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2417 Format: <RDP>,<reset>,<pci_scan>,<verbosity>
|