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

/freebsd-11.0-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c113 printf("mlx5_core: INFO: ""irisc_index %d\n", readb(&h->irisc_index));
114 printf("mlx5_core: INFO: ""synd 0x%x: %s\n", readb(&h->synd), hsynd_str(readb(&h->synd)));
/freebsd-11.0-release/sys/dev/hptmv/
H A Dmv.c69 return readb((void *)((ULONG_PTR)base + offset));
/freebsd-11.0-release/sys/mips/atheros/
H A Dar71xx_bus_space_reversed.c159 return readb(h + (o &~ 3) + (3 - (o & 3)));
H A Dar71xx_pci_bus_space.c162 return readb(h + (o &~ 3) + (3 - (o & 3)));
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dio.h153 #undef readb macro
155 readb(const volatile void *addr) function
/freebsd-11.0-release/sys/dev/fb/
H A Dvga.c979 fill_adapter_param(readb(BIOS_PADDRTOVADDR(0x488)) & 0x0f,
985 fill_adapter_param(readb(BIOS_PADDRTOVADDR(0x488)) & 0x0f,
1030 readb(BIOS_PADDRTOVADDR(0x449));
2165 buf[0] = readb(BIOS_PADDRTOVADDR(0x44a)); /* COLS */
2166 buf[1] = readb(BIOS_PADDRTOVADDR(0x484)); /* ROWS */
2167 buf[2] = readb(BIOS_PADDRTOVADDR(0x485)); /* POINTS */
2168 buf[3] = readb(BIOS_PADDRTOVADDR(0x44c));
2169 buf[4] = readb(BIOS_PADDRTOVADDR(0x44d));
3014 rtcin(RTC_EQUIPMENT), readb(BIOS_PADDRTOVADDR(0x488)));
3017 readb(BIOS_PADDRTOVADD
[all...]
/freebsd-11.0-release/sys/dev/syscons/
H A Dscvgarndr.c710 c = readb(d); /* set bg color in the latch */
819 c = readb(d); /* set bg color in the latch */
922 c = readb(d); /* set bg color in the latch */
1055 writeb(p, readb(p) & (m >> 8));
1056 writeb(p + 1, readb(p + 1) & (m >> 8));
1067 writeb(p, readb(p) & (m >> 8));
1081 writeb(p, readb(p) & (m >> 8));
1082 writeb(p + 1, readb(p + 1) & (m >> 8));
1092 writeb(p, readb(p) & (m >> 8));
/freebsd-11.0-release/sys/mips/include/
H A Dcpufunc.h360 #define readb(va) (*(volatile uint8_t *) (va)) macro
/freebsd-11.0-release/sys/mips/sibyte/
H A Dsb_zbpci.c495 return (readb(addr2));
/freebsd-11.0-release/sys/i386/include/
H A Dcpufunc.h47 #define readb(va) (*(volatile uint8_t *) (va)) macro
/freebsd-11.0-release/sys/mips/mips/
H A Dbus_space_generic.c212 #define rd8(a) readb(a)
/freebsd-11.0-release/sys/amd64/include/
H A Dcpufunc.h48 #define readb(va) (*(volatile uint8_t *) (va)) macro

Completed in 149 milliseconds