Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dio.h135 #undef readb
137 readb(const volatile void *addr) in readb() function
146 #define readb(addr) readb(addr) macro
303 return (readb(addr)); in ioread8()
/freebsd-13.1/sys/dev/hptmv/
H A Dmv.c71 return readb((void *)((ULONG_PTR)base + offset)); in MV_REG_READ_BYTE()
/freebsd-13.1/sys/mips/atheros/
H A Dar71xx_bus_space_reversed.c161 return readb(h + (o &~ 3) + (3 - (o & 3))); in reversed_bs_r_1()
H A Dar71xx_pci_bus_space.c164 return readb(h + (o &~ 3) + (3 - (o & 3))); in pcimem_bs_r_1_s()
/freebsd-13.1/sys/dev/fb/
H A Dvga.c984 fill_adapter_param(readb(BIOS_PADDRTOVADDR(0x488)) & 0x0f, in probe_adapters()
1035 readb(BIOS_PADDRTOVADDR(0x449)); in probe_adapters()
2212 buf[0] = readb(BIOS_PADDRTOVADDR(0x44a)); /* COLS */ in vga_save_state()
2213 buf[1] = readb(BIOS_PADDRTOVADDR(0x484)); /* ROWS */ in vga_save_state()
2214 buf[2] = readb(BIOS_PADDRTOVADDR(0x485)); /* POINTS */ in vga_save_state()
2215 buf[3] = readb(BIOS_PADDRTOVADDR(0x44c)); in vga_save_state()
2216 buf[4] = readb(BIOS_PADDRTOVADDR(0x44d)); in vga_save_state()
3064 readb(BIOS_PADDRTOVADDR(0x487))); in vga_diag()
3066 readb(BIOS_PADDRTOVADDR(0x44a)), in vga_diag()
3067 readb(BIOS_PADDRTOVADDR(0x484)) + 1, in vga_diag()
[all …]
/freebsd-13.1/sys/dev/smbus/
H A Dsmbus_if.m103 METHOD int readb {
/freebsd-13.1/sys/mips/include/
H A Dcpufunc.h376 #define readb(va) (*(volatile uint8_t *) (va)) macro
/freebsd-13.1/sys/dev/syscons/
H A Dscvgarndr.c975 c = readb(d); /* set bg color in the latch */ in vga_vgadraw_planar()
1082 c = readb(d); /* set bg color in the latch */ in draw_pxlcursor_planar()
1216 readb(p + k); in draw_pxlmouse_planar()
1235 readb(p + k); in draw_pxlmouse_planar()
/freebsd-13.1/sys/mips/mips/
H A Dbus_space_generic.c206 #define rd8(a) readb(a)
/freebsd-13.1/sys/i386/include/
H A Dcpufunc.h49 #define readb(va) (*(volatile uint8_t *) (va)) macro
/freebsd-13.1/sys/amd64/include/
H A Dcpufunc.h50 #define readb(va) (*(volatile uint8_t *) (va)) macro