Searched refs:readb (Results 1 – 11 of 11) sorted by relevance
135 #undef readb137 readb(const volatile void *addr) in readb() function146 #define readb(addr) readb(addr) macro303 return (readb(addr)); in ioread8()
71 return readb((void *)((ULONG_PTR)base + offset)); in MV_REG_READ_BYTE()
161 return readb(h + (o &~ 3) + (3 - (o & 3))); in reversed_bs_r_1()
164 return readb(h + (o &~ 3) + (3 - (o & 3))); in pcimem_bs_r_1_s()
984 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 …]
103 METHOD int readb {
376 #define readb(va) (*(volatile uint8_t *) (va)) macro
975 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()
206 #define rd8(a) readb(a)
49 #define readb(va) (*(volatile uint8_t *) (va)) macro
50 #define readb(va) (*(volatile uint8_t *) (va)) macro