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

/freebsd-12-stable/sys/dev/hptmv/
H A Dmv.c71 return readb((void *)((ULONG_PTR)base + offset));
/freebsd-12-stable/sys/mips/atheros/
H A Dar71xx_bus_space_reversed.c161 return readb(h + (o &~ 3) + (3 - (o & 3)));
H A Dar71xx_pci_bus_space.c164 return readb(h + (o &~ 3) + (3 - (o & 3)));
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dio.h136 #undef readb macro
138 readb(const volatile void *addr) function
147 #define readb(addr) readb(addr) macro
304 return (readb(addr));
/freebsd-12-stable/sys/dev/fb/
H A Dvga.c984 fill_adapter_param(readb(BIOS_PADDRTOVADDR(0x488)) & 0x0f,
990 fill_adapter_param(readb(BIOS_PADDRTOVADDR(0x488)) & 0x0f,
1035 readb(BIOS_PADDRTOVADDR(0x449));
2212 buf[0] = readb(BIOS_PADDRTOVADDR(0x44a)); /* COLS */
2213 buf[1] = readb(BIOS_PADDRTOVADDR(0x484)); /* ROWS */
2214 buf[2] = readb(BIOS_PADDRTOVADDR(0x485)); /* POINTS */
2215 buf[3] = readb(BIOS_PADDRTOVADDR(0x44c));
2216 buf[4] = readb(BIOS_PADDRTOVADDR(0x44d));
3061 rtcin(RTC_EQUIPMENT), readb(BIOS_PADDRTOVADDR(0x488)));
3064 readb(BIOS_PADDRTOVADD
[all...]
/freebsd-12-stable/sys/mips/include/
H A Dcpufunc.h384 #define readb(va) (*(volatile uint8_t *) (va)) macro
/freebsd-12-stable/sys/dev/syscons/
H A Dscvgarndr.c975 c = readb(d); /* set bg color in the latch */
1082 c = readb(d); /* set bg color in the latch */
1216 readb(p + k);
1235 readb(p + k);
/freebsd-12-stable/sys/mips/sibyte/
H A Dsb_zbpci.c498 return (readb(addr2));
/freebsd-12-stable/sys/mips/mips/
H A Dbus_space_generic.c214 #define rd8(a) readb(a)
/freebsd-12-stable/sys/i386/include/
H A Dcpufunc.h49 #define readb(va) (*(volatile uint8_t *) (va)) macro
/freebsd-12-stable/sys/amd64/include/
H A Dcpufunc.h50 #define readb(va) (*(volatile uint8_t *) (va)) macro

Completed in 301 milliseconds