Home
last modified time | relevance | path

Searched defs:__REG (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa-regs.h35 # define __REG(x) (*((volatile u32 __iomem *)io_p2v(x))) macro
46 # define __REG(x) io_p2v(x) macro
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A Dhardware.h44 # define __REG(x) (*((volatile unsigned long __iomem *)io_p2v(x))) macro
49 # define __REG(x) io_p2v(x) macro
/openbmc/linux/drivers/phy/microchip/
H A Dlan966x_serdes_regs.h15 #define __REG(...) __VA_ARGS__ macro
H A Dsparx5_serdes_regs.h29 #define __REG(...) __VA_ARGS__ macro
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h15 # define __REG(x) (*((volatile u32 *)IO_ADDRESS(x))) macro
18 # define __REG(x) (x) macro
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h296 #define __REG(x) (*((volatile u32 *)(x))) macro
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h534 #define __REG(x) (*((volatile u32 *)(x))) macro
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dregs.h125 #define __REG(id) (dev->reg.reg_rev[(id)]) macro
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_regs.h32 #define __REG(...) __VA_ARGS__ macro
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main_regs.h58 #define __REG(...) __VA_ARGS__ macro