| /OK3568_Linux_fs/kernel/sound/soc/intel/common/ |
| H A D | sst-dsp.c | 23 void sst_shim32_write(void __iomem *addr, u32 offset, u32 value) in sst_shim32_write() 29 u32 sst_shim32_read(void __iomem *addr, u32 offset) in sst_shim32_read() 35 void sst_shim32_write64(void __iomem *addr, u32 offset, u64 value) in sst_shim32_write64() 41 u64 sst_shim32_read64(void __iomem *addr, u32 offset) in sst_shim32_read64() 48 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write() 58 u32 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read() 71 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write_unlocked() 77 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read_unlocked() 83 int sst_dsp_shim_update_bits_unlocked(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits_unlocked() 104 void sst_dsp_shim_update_bits_forced_unlocked(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits_forced_unlocked() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_hal.c | 43 u64 offset; in nitrox_config_emu_unit() local 69 u64 offset; in reset_pkt_input_ring() local 97 u64 offset; in enable_pkt_input_ring() local 127 u64 offset; in nitrox_config_pkt_input_rings() local 165 u64 offset; in reset_pkt_solicit_port() local 194 u64 offset; in enable_pkt_solicit_port() local 220 u64 offset; in config_pkt_solicit_port() local 314 u64 offset; in reset_aqm_ring() local 342 u64 offset; in enable_aqm_ring() local 360 u64 offset; in nitrox_config_aqm_rings() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/numachip/ |
| H A D | numachip_csr.h | 39 static inline void *lcsr_address(unsigned long offset) in lcsr_address() 45 static inline unsigned int read_lcsr(unsigned long offset) in read_lcsr() 50 static inline void write_lcsr(unsigned long offset, unsigned int val) in write_lcsr() 67 static inline void __iomem *numachip2_lcsr_address(unsigned long offset) in numachip2_lcsr_address() 73 static inline u32 numachip2_read32_lcsr(unsigned long offset) in numachip2_read32_lcsr() 78 static inline u64 numachip2_read64_lcsr(unsigned long offset) in numachip2_read64_lcsr() 83 static inline void numachip2_write32_lcsr(unsigned long offset, u32 val) in numachip2_write32_lcsr() 88 static inline void numachip2_write64_lcsr(unsigned long offset, u64 val) in numachip2_write64_lcsr()
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_si_mem_io.c | 7 unsigned int offset) in intf_mem_inb() 12 static void intf_mem_outb(const struct si_sm_io *io, unsigned int offset, in intf_mem_outb() 19 unsigned int offset) in intf_mem_inw() 25 static void intf_mem_outw(const struct si_sm_io *io, unsigned int offset, in intf_mem_outw() 32 unsigned int offset) in intf_mem_inl() 38 static void intf_mem_outl(const struct si_sm_io *io, unsigned int offset, in intf_mem_outl() 45 static unsigned char mem_inq(const struct si_sm_io *io, unsigned int offset) in mem_inq() 51 static void mem_outq(const struct si_sm_io *io, unsigned int offset, in mem_outq()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | bus.c | 44 static u16 b43_bus_bcma_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read16() 48 static u32 b43_bus_bcma_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read32() 53 void b43_bus_bcma_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_bcma_write16() 58 void b43_bus_bcma_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_bcma_write32() 64 size_t count, u16 offset, u8 reg_width) in b43_bus_bcma_block_read() 70 size_t count, u16 offset, u8 reg_width) in b43_bus_bcma_block_write() 150 static u16 b43_bus_ssb_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_ssb_read16() 154 static u32 b43_bus_ssb_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_ssb_read32() 158 static void b43_bus_ssb_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_ssb_write16() 162 static void b43_bus_ssb_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_ssb_write32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/ |
| H A D | conf_space_header.c | 34 static void *command_init(struct pci_dev *dev, int offset) in command_init() 51 static int command_read(struct pci_dev *dev, int offset, u16 *value, void *data) in command_read() 62 static int command_write(struct pci_dev *dev, int offset, u16 value, void *data) in command_write() 142 static int rom_write(struct pci_dev *dev, int offset, u32 value, void *data) in rom_write() 175 static int bar_write(struct pci_dev *dev, int offset, u32 value, void *data) in bar_write() 211 static int bar_read(struct pci_dev *dev, int offset, u32 * value, void *data) in bar_read() 225 static void *bar_init(struct pci_dev *dev, int offset) in bar_init() 258 static void bar_reset(struct pci_dev *dev, int offset, void *data) in bar_reset() 265 static void bar_release(struct pci_dev *dev, int offset, void *data) in bar_release() 270 static int xen_pcibk_read_vendor(struct pci_dev *dev, int offset, in xen_pcibk_read_vendor() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-da9062.c | 30 #define DA9062_TYPE(offset) (4 * (offset % 2)) argument 31 #define DA9062_PIN_SHIFT(offset) (4 * (offset % 2)) argument 45 unsigned int offset) in da9062_pctl_get_pin_mode() 61 unsigned int offset, unsigned int mode_req) in da9062_pctl_set_pin_mode() 80 static int da9062_gpio_get(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get() 109 static void da9062_gpio_set(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set() 119 static int da9062_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get_direction() 142 unsigned int offset) in da9062_gpio_direction_input() 169 unsigned int offset, int value) in da9062_gpio_direction_output() 184 static int da9062_gpio_set_config(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bcma/ |
| H A D | host_soc.c | 16 static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset) in bcma_host_soc_read8() 21 static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset) in bcma_host_soc_read16() 26 static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset) in bcma_host_soc_read32() 31 static void bcma_host_soc_write8(struct bcma_device *core, u16 offset, in bcma_host_soc_write8() 37 static void bcma_host_soc_write16(struct bcma_device *core, u16 offset, in bcma_host_soc_write16() 43 static void bcma_host_soc_write32(struct bcma_device *core, u16 offset, in bcma_host_soc_write32() 51 size_t count, u16 offset, u8 reg_width) in bcma_host_soc_block_read() 95 size_t count, u16 offset, u8 reg_width) in bcma_host_soc_block_write() 138 static u32 bcma_host_soc_aread32(struct bcma_device *core, u16 offset) in bcma_host_soc_aread32() 145 static void bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, in bcma_host_soc_awrite32()
|
| H A D | host_pci.c | 42 static u8 bcma_host_pci_read8(struct bcma_device *core, u16 offset) in bcma_host_pci_read8() 48 static u16 bcma_host_pci_read16(struct bcma_device *core, u16 offset) in bcma_host_pci_read16() 54 static u32 bcma_host_pci_read32(struct bcma_device *core, u16 offset) in bcma_host_pci_read32() 60 static void bcma_host_pci_write8(struct bcma_device *core, u16 offset, in bcma_host_pci_write8() 67 static void bcma_host_pci_write16(struct bcma_device *core, u16 offset, in bcma_host_pci_write16() 74 static void bcma_host_pci_write32(struct bcma_device *core, u16 offset, in bcma_host_pci_write32() 83 size_t count, u16 offset, u8 reg_width) in bcma_host_pci_block_read() 107 u16 offset, u8 reg_width) in bcma_host_pci_block_write() 130 static u32 bcma_host_pci_aread32(struct bcma_device *core, u16 offset) in bcma_host_pci_aread32() 137 static void bcma_host_pci_awrite32(struct bcma_device *core, u16 offset, in bcma_host_pci_awrite32()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ocxl/ |
| H A D | mmio.c | 7 int ocxl_global_mmio_read32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_read32() 32 int ocxl_global_mmio_read64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_read64() 57 int ocxl_global_mmio_write32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_write32() 83 int ocxl_global_mmio_write64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_write64() 109 int ocxl_global_mmio_set32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_set32() 140 int ocxl_global_mmio_set64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_set64() 171 int ocxl_global_mmio_clear32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_clear32() 203 int ocxl_global_mmio_clear64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_clear64()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-sprd.c | 48 static void sprd_gpio_update(struct gpio_chip *chip, unsigned int offset, in sprd_gpio_update() 69 static int sprd_gpio_read(struct gpio_chip *chip, unsigned int offset, u16 reg) in sprd_gpio_read() 78 static int sprd_gpio_request(struct gpio_chip *chip, unsigned int offset) in sprd_gpio_request() 84 static void sprd_gpio_free(struct gpio_chip *chip, unsigned int offset) in sprd_gpio_free() 90 unsigned int offset) in sprd_gpio_direction_input() 98 unsigned int offset, int value) in sprd_gpio_direction_output() 106 static int sprd_gpio_get(struct gpio_chip *chip, unsigned int offset) in sprd_gpio_get() 111 static void sprd_gpio_set(struct gpio_chip *chip, unsigned int offset, in sprd_gpio_set() 120 u32 offset = irqd_to_hwirq(data); in sprd_gpio_irq_mask() local 128 u32 offset = irqd_to_hwirq(data); in sprd_gpio_irq_ack() local [all …]
|
| H A D | gpio-cs5535.c | 83 static void __cs5535_gpio_set(struct cs5535_gpio_chip *chip, unsigned offset, in __cs5535_gpio_set() 94 void cs5535_gpio_set(unsigned offset, unsigned int reg) in cs5535_gpio_set() 105 static void __cs5535_gpio_clear(struct cs5535_gpio_chip *chip, unsigned offset, in __cs5535_gpio_clear() 116 void cs5535_gpio_clear(unsigned offset, unsigned int reg) in cs5535_gpio_clear() 127 int cs5535_gpio_isset(unsigned offset, unsigned int reg) in cs5535_gpio_isset() 165 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme) in cs5535_gpio_setup_event() 203 static int chip_gpio_request(struct gpio_chip *c, unsigned offset) in chip_gpio_request() 230 static int chip_gpio_get(struct gpio_chip *chip, unsigned offset) in chip_gpio_get() 235 static void chip_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in chip_gpio_set() 243 static int chip_direction_input(struct gpio_chip *c, unsigned offset) in chip_direction_input() [all …]
|
| H A D | gpio-aspeed.c | 251 static const struct aspeed_gpio_bank *to_bank(unsigned int offset) in to_bank() 265 struct aspeed_gpio *gpio, unsigned int offset) in find_bank_props() 278 static inline bool have_gpio(struct aspeed_gpio *gpio, unsigned int offset) in have_gpio() 288 static inline bool have_input(struct aspeed_gpio *gpio, unsigned int offset) in have_input() 298 static inline bool have_output(struct aspeed_gpio *gpio, unsigned int offset) in have_output() 338 unsigned int offset) in aspeed_gpio_copro_request() 362 unsigned int offset) in aspeed_gpio_copro_release() 381 static int aspeed_gpio_get(struct gpio_chip *gc, unsigned int offset) in aspeed_gpio_get() 389 static void __aspeed_gpio_set(struct gpio_chip *gc, unsigned int offset, in __aspeed_gpio_set() 409 static void aspeed_gpio_set(struct gpio_chip *gc, unsigned int offset, in aspeed_gpio_set() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | sg_sw_qm.h | 14 u16 offset) in __dma_to_qm_sg() 23 dma_addr_t dma, u32 len, u16 offset) in dma_to_qm_sg_one() 30 dma_addr_t dma, u32 len, u16 offset) in dma_to_qm_sg_one_last() 37 dma_addr_t dma, u32 len, u16 offset) in dma_to_qm_sg_one_ext() 45 u16 offset) in dma_to_qm_sg_one_last_ext() 58 struct qm_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg() 79 struct qm_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg_last()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | phy.c | 118 s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_mdic() 181 s32 e1000e_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_mdic() 246 s32 e1000e_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_m88() 271 s32 e1000e_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_m88() 316 static s32 __e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data, in __e1000e_read_phy_reg_igp() 354 s32 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp() 368 s32 e1000e_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp_locked() 383 static s32 __e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data, in __e1000e_write_phy_reg_igp() 419 s32 e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_igp() 433 s32 e1000e_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_igp_locked() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/oprofile/ |
| H A D | oprofile_files.c | 31 size_t count, loff_t *offset) in timeout_read() 39 size_t count, loff_t *offset) in timeout_write() 68 static ssize_t depth_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in depth_read() 75 static ssize_t depth_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in depth_write() 105 static ssize_t pointer_size_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in pointer_size_read() 117 static ssize_t cpu_type_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in cpu_type_read() 129 static ssize_t enable_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in enable_read() 135 static ssize_t enable_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in enable_write() 166 static ssize_t dump_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in dump_write()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | imx_rgpio2p.c | 35 static int imx_rgpio2p_is_output(struct gpio_regs *regs, int offset) in imx_rgpio2p_is_output() 44 static void imx_rgpio2p_bank_direction(struct gpio_regs *regs, int offset, in imx_rgpio2p_bank_direction() 61 static void imx_rgpio2p_bank_set_value(struct gpio_regs *regs, int offset, in imx_rgpio2p_bank_set_value() 70 static int imx_rgpio2p_bank_get_value(struct gpio_regs *regs, int offset) in imx_rgpio2p_bank_get_value() 75 static int imx_rgpio2p_direction_input(struct udevice *dev, unsigned offset) in imx_rgpio2p_direction_input() 85 static int imx_rgpio2p_direction_output(struct udevice *dev, unsigned offset, in imx_rgpio2p_direction_output() 99 static int imx_rgpio2p_get_value(struct udevice *dev, unsigned offset) in imx_rgpio2p_get_value() 106 static int imx_rgpio2p_set_value(struct udevice *dev, unsigned offset, in imx_rgpio2p_set_value() 116 static int imx_rgpio2p_get_function(struct udevice *dev, unsigned offset) in imx_rgpio2p_get_function()
|
| H A D | intel_ich6_gpio.c | 57 static int _ich6_gpio_set_value(struct ich6_bank_priv *bank, unsigned offset, in _ich6_gpio_set_value() 78 static int _ich6_gpio_set_direction(uint16_t base, unsigned offset, int dir) in _ich6_gpio_set_direction() 99 int offset; in gpio_ich6_ofdata_to_platdata() local 143 static int ich6_gpio_request(struct udevice *dev, unsigned offset, in ich6_gpio_request() 164 static int ich6_gpio_direction_input(struct udevice *dev, unsigned offset) in ich6_gpio_direction_input() 171 static int ich6_gpio_direction_output(struct udevice *dev, unsigned offset, in ich6_gpio_direction_output() 184 static int ich6_gpio_get_value(struct udevice *dev, unsigned offset) in ich6_gpio_get_value() 197 static int ich6_gpio_set_value(struct udevice *dev, unsigned offset, in ich6_gpio_set_value() 204 static int ich6_gpio_get_function(struct udevice *dev, unsigned offset) in ich6_gpio_get_function()
|
| H A D | gpio-uniphier.c | 26 static void uniphier_gpio_offset_write(struct udevice *dev, unsigned offset, in uniphier_gpio_offset_write() 40 static int uniphier_gpio_offset_read(struct udevice *dev, unsigned offset, in uniphier_gpio_offset_read() 48 static int uniphier_gpio_direction_input(struct udevice *dev, unsigned offset) in uniphier_gpio_direction_input() 55 static int uniphier_gpio_direction_output(struct udevice *dev, unsigned offset, in uniphier_gpio_direction_output() 64 static int uniphier_gpio_get_value(struct udevice *dev, unsigned offset) in uniphier_gpio_get_value() 69 static int uniphier_gpio_set_value(struct udevice *dev, unsigned offset, in uniphier_gpio_set_value() 77 static int uniphier_gpio_get_function(struct udevice *dev, unsigned offset) in uniphier_gpio_get_function()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | ops.c | 15 bool snd_sof_pci_update_bits_unlocked(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits_unlocked() 38 bool snd_sof_pci_update_bits(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits() 52 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_unlocked() 72 u32 offset, u64 mask, u64 value) in snd_sof_dsp_update_bits64_unlocked() 90 bool snd_sof_dsp_update_bits(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits() 104 bool snd_sof_dsp_update_bits64(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits64() 120 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_forced_unlocked() 135 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_forced() 145 void snd_sof_dsp_panic(struct snd_sof_dev *sdev, u32 offset) in snd_sof_dsp_panic()
|
| /OK3568_Linux_fs/kernel/drivers/ssb/ |
| H A D | host_soc.c | 16 static u8 ssb_host_soc_read8(struct ssb_device *dev, u16 offset) in ssb_host_soc_read8() 24 static u16 ssb_host_soc_read16(struct ssb_device *dev, u16 offset) in ssb_host_soc_read16() 32 static u32 ssb_host_soc_read32(struct ssb_device *dev, u16 offset) in ssb_host_soc_read32() 42 size_t count, u16 offset, u8 reg_width) in ssb_host_soc_block_read() 89 static void ssb_host_soc_write8(struct ssb_device *dev, u16 offset, u8 value) in ssb_host_soc_write8() 97 static void ssb_host_soc_write16(struct ssb_device *dev, u16 offset, u16 value) in ssb_host_soc_write16() 105 static void ssb_host_soc_write32(struct ssb_device *dev, u16 offset, u32 value) in ssb_host_soc_write32() 115 size_t count, u16 offset, u8 reg_width) in ssb_host_soc_block_write()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | spu_restore.c | 69 unsigned int offset; in restore_decr() local 89 unsigned int offset; in write_ppu_mb() local 103 unsigned int offset; in write_ppuint_mb() local 117 unsigned int offset; in restore_fpcr() local 131 unsigned int offset; in restore_srr0() local 144 unsigned int offset; in restore_event_mask() local 157 unsigned int offset; in restore_tag_mask() local 172 unsigned int offset; in restore_complete() local
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 46 static inline u16 musb_readw(const void __iomem *addr, unsigned offset) in musb_readw() 49 static inline u32 musb_readl(const void __iomem *addr, unsigned offset) in musb_readl() 53 static inline void musb_writew(void __iomem *addr, unsigned offset, u16 data) in musb_writew() 56 static inline void musb_writel(void __iomem *addr, unsigned offset, u32 data) in musb_writel() 65 static inline u8 musb_readb(const void __iomem *addr, unsigned offset) in musb_readb() 79 static inline void musb_writeb(void __iomem *addr, unsigned offset, u8 data) in musb_writeb() 94 static inline u8 musb_readb(const void __iomem *addr, unsigned offset) in musb_readb() 97 static inline void musb_writeb(void __iomem *addr, unsigned offset, u8 data) in musb_writeb()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | relocate.c | 41 int __weak plat_post_relocation(long offset) in plat_post_relocation() 73 static int __init apply_r_mips_64_rel(u32 *loc_orig, u32 *loc_new, long offset) in apply_r_mips_64_rel() 80 static int __init apply_r_mips_32_rel(u32 *loc_orig, u32 *loc_new, long offset) in apply_r_mips_32_rel() 87 static int __init apply_r_mips_26_rel(u32 *loc_orig, u32 *loc_new, long offset) in apply_r_mips_26_rel() 117 static int __init apply_r_mips_hi16_rel(u32 *loc_orig, u32 *loc_new, long offset) in apply_r_mips_hi16_rel() 135 int __init do_relocations(void *kbase_old, void *kbase_new, long offset) in do_relocations() 172 static int __init relocate_exception_table(long offset) in relocate_exception_table() 262 unsigned long offset; in determine_relocation_address() local 308 long offset = 0; in relocate_kernel() local 416 unsigned long offset; in show_kernel_relocation() local
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt.c | 77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() 98 int offset = startoffset; in fdt_next_tag() local 144 int _fdt_check_node_offset(const void *fdt, int offset) in _fdt_check_node_offset() 153 int _fdt_check_prop_offset(const void *fdt, int offset) in _fdt_check_prop_offset() 162 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 202 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() 213 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()
|