Searched refs:writel_cpu (Results 1 – 2 of 2) sorted by relevance
93 #define writel_cpu(v, c) ((void)__raw_writel((__force u32)cpu_to_le32(v), (c))) macro120 #define writel_relaxed(v, c) ({ __io_rbw(); writel_cpu((v), (c)); __io_raw(); })144 #define writel(v, c) ({ __io_bw(); writel_cpu((v), (c)); __io_aw(); })
61 #define outl(v,c) ({ __io_pbw(); writel_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); })