/openbmc/linux/arch/mips/include/asm/octeon/ |
D | cvmx-pexp-defs.h |
|
/openbmc/u-boot/drivers/gpio/ |
H A D | sandbox.c | 25 static u8 *get_gpio_flags(struct udevice *dev, unsigned offset) in get_gpio_flags() 39 static int get_gpio_flag(struct udevice *dev, unsigned offset, int flag) in get_gpio_flag() 44 static int set_gpio_flag(struct udevice *dev, unsigned offset, int flag, in set_gpio_flag() 61 int sandbox_gpio_get_value(struct udevice *dev, unsigned offset) in sandbox_gpio_get_value() 68 int sandbox_gpio_set_value(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_value() 73 int sandbox_gpio_get_open_drain(struct udevice *dev, unsigned offset) in sandbox_gpio_get_open_drain() 78 int sandbox_gpio_set_open_drain(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_open_drain() 83 int sandbox_gpio_get_direction(struct udevice *dev, unsigned offset) in sandbox_gpio_get_direction() 88 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction() 98 static int sb_gpio_direction_input(struct udevice *dev, unsigned offset) in sb_gpio_direction_input() [all …]
|
H A D | imx_rgpio2p.c | 32 static int imx_rgpio2p_is_output(struct gpio_regs *regs, int offset) in imx_rgpio2p_is_output() 41 static void imx_rgpio2p_bank_direction(struct gpio_regs *regs, int offset, in imx_rgpio2p_bank_direction() 58 static void imx_rgpio2p_bank_set_value(struct gpio_regs *regs, int offset, in imx_rgpio2p_bank_set_value() 67 static int imx_rgpio2p_bank_get_value(struct gpio_regs *regs, int offset) in imx_rgpio2p_bank_get_value() 72 static int imx_rgpio2p_direction_input(struct udevice *dev, unsigned offset) in imx_rgpio2p_direction_input() 82 static int imx_rgpio2p_direction_output(struct udevice *dev, unsigned offset, in imx_rgpio2p_direction_output() 96 static int imx_rgpio2p_get_value(struct udevice *dev, unsigned offset) in imx_rgpio2p_get_value() 103 static int imx_rgpio2p_set_value(struct udevice *dev, unsigned offset, in imx_rgpio2p_set_value() 113 static int imx_rgpio2p_get_function(struct udevice *dev, unsigned offset) in imx_rgpio2p_get_function()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
D | ia_css_isp_configs.c |
|
D | ia_css_isp_states.c |
|
D | ia_css_isp_params.c |
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | decode.c | 304 uint offset) in fetch_data_byte() 323 uint offset) in fetch_data_word() 342 uint offset) in fetch_data_long() 363 uint offset) in fetch_data_byte_abs() 384 uint offset) in fetch_data_word_abs() 405 uint offset) in fetch_data_long_abs() 426 uint offset, in store_data_byte() 448 uint offset, in store_data_word() 470 uint offset, in store_data_long() 493 uint offset, in store_data_byte_abs() [all …]
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mem_io.h | 27 #define SCU_RD(offset) readl(SCU_BASE + offset) argument 28 #define SCU_WR(value, offset) writel(value, SCU_BASE + offset) argument 30 #define MAC1_RD(offset) readl(MAC1_BASE + offset) argument 31 #define MAC1_WR(value, offset) writel(value, MAC1_BASE + offset) argument 32 #define MAC2_RD(offset) readl(MAC2_BASE + offset) argument 33 #define MAC2_WR(value, offset) writel(value, MAC2_BASE + offset) argument 35 #define MAC3_RD(offset) readl(MAC3_BASE + offset) argument 36 #define MAC3_WR(value, offset) writel(value, MAC3_BASE + offset) argument 37 #define MAC4_RD(offset) readl(MAC4_BASE + offset) argument 38 #define MAC4_WR(value, offset) writel(value, MAC4_BASE + offset) argument [all …]
|
/openbmc/linux/drivers/gpu/host1x/hw/ |
D | opcodes.h |
|
/openbmc/linux/arch/mips/alchemy/common/ |
D | gpiolib.c |
|
/openbmc/linux/drivers/char/ipmi/ |
D | ipmi_si_mem_io.c |
|
/openbmc/linux/arch/x86/include/asm/numachip/ |
D | numachip_csr.h |
|
/openbmc/linux/drivers/ssb/ |
D | driver_gige.c |
|
D | host_soc.c |
|
/openbmc/linux/include/linux/ |
D | rio_drv.h |
|
/openbmc/linux/drivers/misc/ocxl/ |
D | mmio.c |
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
D | bus.c |
|
/openbmc/linux/drivers/crypto/caam/ |
D | sg_sw_qm.h |
|
/openbmc/linux/drivers/xen/xen-pciback/ |
D | conf_space_header.c |
|
/openbmc/linux/drivers/mfd/ |
D | rz-mtu3.c |
|
/openbmc/linux/drivers/gpio/ |
D | gpio-cs5535.c |
|
D | gpio-sprd.c |
|
/openbmc/qemu/hw/net/ |
H A D | npcm_pcs.c | 149 static uint16_t npcm_pcs_read_sr_ctl(NPCMPCSState *s, hwaddr offset) in npcm_pcs_read_sr_ctl() 164 static uint16_t npcm_pcs_read_sr_mii(NPCMPCSState *s, hwaddr offset) in npcm_pcs_read_sr_mii() 179 static uint16_t npcm_pcs_read_sr_tim(NPCMPCSState *s, hwaddr offset) in npcm_pcs_read_sr_tim() 194 static uint16_t npcm_pcs_read_vr_mii(NPCMPCSState *s, hwaddr offset) in npcm_pcs_read_vr_mii() 209 static void npcm_pcs_write_sr_ctl(NPCMPCSState *s, hwaddr offset, uint16_t v) in npcm_pcs_write_sr_ctl() 224 static void npcm_pcs_write_sr_mii(NPCMPCSState *s, hwaddr offset, uint16_t v) in npcm_pcs_write_sr_mii() 244 static void npcm_pcs_write_sr_tim(NPCMPCSState *s, hwaddr offset, uint16_t v) in npcm_pcs_write_sr_tim() 259 static void npcm_pcs_write_vr_mii(NPCMPCSState *s, hwaddr offset, uint16_t v) in npcm_pcs_write_vr_mii() 274 static uint64_t npcm_pcs_read(void *opaque, hwaddr offset, unsigned size) in npcm_pcs_read() 312 static void npcm_pcs_write(void *opaque, hwaddr offset, in npcm_pcs_write()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
D | spu_restore.c |
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_io.h | 45 static inline u16 musb_readw(const void __iomem *addr, unsigned offset) in musb_readw() 48 static inline u32 musb_readl(const void __iomem *addr, unsigned offset) in musb_readl() 52 static inline void musb_writew(void __iomem *addr, unsigned offset, u16 data) in musb_writew() 55 static inline void musb_writel(void __iomem *addr, unsigned offset, u32 data) in musb_writel() 64 static inline u8 musb_readb(const void __iomem *addr, unsigned offset) in musb_readb() 78 static inline void musb_writeb(void __iomem *addr, unsigned offset, u8 data) in musb_writeb() 93 static inline u8 musb_readb(const void __iomem *addr, unsigned offset) in musb_readb() 96 static inline void musb_writeb(void __iomem *addr, unsigned offset, u8 data) in musb_writeb()
|