Searched refs:SMC_inl (Results 1 – 1 of 1) sorted by relevance
76 #define SMC_inl(a, r) readl((a) + (r)) macro126 #define SMC_inl(a, r) readl((a) + (r)) macro181 #define SMC_inl(a, r) ioread32((a) + (r)) macro309 *((u32 *)buf) = SMC_inl(ioaddr, reg); in smc_pxa_dma_insl()387 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; }) macro1020 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \