Searched refs:read8 (Results 1 – 3 of 3) sorted by relevance
19 # define read8(address) ((*gPci->read_io_8)(address)) macro23 # define read8(address) (*((volatile uint8*)(address))) macro
25 #define read8(address) (*((volatile uint8*)(address))) macro
48 #define read8(address) \ macro313 uint8 tsel = read8(device->registers + PCH_THERMAL_TSEL); in pch_thermal_init_device()