Searched refs:readb (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/prep/stand/boot/
H A Dboot.h43 u_char readb(u_long);
H A Dsiop.c82 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(ad
[all...]
H A Dio.c70 readb(u_long addr) function
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dboot.h57 u_char readb(u_long);
H A Dsiop.c86 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(ad
[all...]
H A Dio.c95 readb(u_long addr) function
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_bios.c140 val1 = readb(&bios[0]);
141 val2 = readb(&bios[1]);
H A Dradeon.h2586 #define RREG8(reg) readb((rdev->rmmio) + (reg))
/netbsd-current/sys/external/bsd/drm2/dist/drm/r128/
H A Dr128_drv.h411 #define R128_READ8(reg) readb(((void __iomem *)dev_priv->mmio->handle) + (reg))
/netbsd-current/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_drv.h218 readb(((void __iomem *)dev_priv->mmio->handle) + (reg))
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dtransfer.c3522 ssize_t rlength, readb; local
3542 readb = sread (dtp->u.p.current_unit->s, p, rlength);
3543 if (readb < 0)
3549 dtp->u.p.current_unit->bytes_left_subrecord -= readb;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dtransfer.c3685 ssize_t rlength, readb; local
3705 readb = sread (dtp->u.p.current_unit->s, p, rlength);
3706 if (readb < 0)
3712 dtp->u.p.current_unit->bytes_left_subrecord -= readb;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_device.c277 return (readb(adev->rmmio + offset));

Completed in 344 milliseconds