Searched refs:readb (Results 1 – 6 of 6) sorted by relevance
59 #undef readb60 #define readb(addr) iotrace_readb((const void *)(uintptr_t)addr) macro
75 BUILD_WAIT_FOR_BIT(8, u8, readb)
262 return readb(host->ioaddr + reg); in dwmci_readb()
414 return readb(host->ioaddr + reg); in sdhci_readb()445 return readb(host->ioaddr + reg); in sdhci_readb()
13 return readb(addr); in ioread8()
56 readx_poll_timeout(readb, addr, val, cond, timeout_us)
Completed in 38 milliseconds