HomeSort by: relevance | last modified time | path
    Searched refs:readb (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/prep/stand/boot/
boot.h 43 u_char readb(u_long);
siop.c 82 dmode = readb(addr + SIOP_DMODE);
84 ctest5 = readb(addr + SIOP_CTEST5);
85 writeb(addr + SIOP_CTEST4, readb(addr + SIOP_CTEST4) & ~CTEST4_BDIS);
137 offset = readb(adp->addr + SIOP_SCRATCHA + 1);
243 istat = readb(adp->addr + SIOP_ISTAT);
266 dstat = readb(adp->addr + SIOP_DSTAT);
275 sstat1 = readb(adp->addr + SIOP_SSTAT1);
281 dstat = readb(adp->addr + SIOP_DSTAT);
288 scratcha0 = readb(adp->addr + SIOP_SCRATCHA);
382 target = readb(adp->addr + SIOP_SCRATCHA) & 0xf
    [all...]
io.c 70 readb(u_long addr) function in typeref:typename:u_char
  /src/sys/arch/bebox/stand/boot/
boot.h 57 u_char readb(u_long);
siop.c 86 dmode = readb(addr + SIOP_DMODE);
88 ctest5 = readb(addr + SIOP_CTEST5);
89 writeb(addr + SIOP_CTEST4, readb(addr + SIOP_CTEST4) & ~CTEST4_BDIS);
141 offset = readb(adp->addr + SIOP_SCRATCHA + 1);
154 uint8_t ctest3 = readb(adp->addr + SIOP_CTEST3);
158 while ((readb(adp->addr + SIOP_CTEST3) & CTEST3_CLF) != 0) {
163 readb(adp->addr + SIOP_CTEST3) & ~CTEST3_CLF);
266 istat = readb(adp->addr + SIOP_ISTAT);
289 dstat = readb(adp->addr + SIOP_DSTAT);
298 sstat1 = readb(adp->addr + SIOP_SSTAT1)
    [all...]
io.c 95 readb(u_long addr) function in typeref:typename:u_char
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_bios.c 140 val1 = readb(&bios[0]);
141 val2 = readb(&bios[1]);
radeon.h 2586 #define RREG8(reg) readb((rdev->rmmio) + (reg))
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_drv.h 411 #define R128_READ8(reg) readb(((void __iomem *)dev_priv->mmio->handle) + (reg))
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_drv.h 218 readb(((void __iomem *)dev_priv->mmio->handle) + (reg))
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_device.c 277 return (readb(adev->rmmio + offset));

Completed in 23 milliseconds