Home
last modified time | relevance | path

Searched refs:IOT_READ (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Diotrace.c84 add_record(IOT_32 | IOT_READ, ptr, v); in iotrace_readl()
100 add_record(IOT_16 | IOT_READ, ptr, v); in iotrace_readw()
116 add_record(IOT_8 | IOT_READ, ptr, v); in iotrace_readb()
/openbmc/u-boot/include/
H A Diotrace.h20 IOT_READ = 0 << 3, enumerator