Searched refs:readl (Results 1 – 8 of 8) sorted by relevance
| /include/ |
| A D | wait_bit.h | 81 BUILD_WAIT_FOR_BIT(le32, u32, readl) 82 BUILD_WAIT_FOR_BIT(32, u32, readl)
|
| A D | iotrace.h | 47 #undef readl 48 #define readl(addr) iotrace_readl((const void *)(addr)) macro
|
| A D | dwmmc.h | 252 return readl(host->ioaddr + reg); in dwmci_readl()
|
| A D | sdhci.h | 398 return readl(host->ioaddr + reg); in sdhci_readl() 435 return readl(host->ioaddr + reg); in sdhci_readl()
|
| /include/linux/ |
| A D | iopoll.h | 50 readx_poll_sleep_timeout(readl, addr, val, cond, sleep_us, timeout_us) 62 readx_poll_timeout(readl, addr, val, cond, timeout_us)
|
| A D | io.h | 23 return readl(addr); in ioread32()
|
| A D | litex.h | 22 return le32_to_cpu((__le32 __force)readl(addr)); in _read_litex_subregister()
|
| /include/usb/ |
| A D | xhci.h | 1096 return readl(regs); in xhci_readl() 1115 u64 val_lo = readl(ptr); in xhci_readq() 1116 u64 val_hi = readl(ptr + 1); in xhci_readq()
|
Completed in 18 milliseconds