Home
last modified time | relevance | path

Searched defs:addr (Results 1176 – 1200 of 8565) sorted by relevance

1...<<41424344454647484950>>...343

/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c128 ulong flash_get_size(FPWV * addr, flash_info_t * info) in flash_get_size()
179 FPWV *addr; in flash_erase() local
318 int write_buff(flash_info_t * info, uchar * src, ulong addr, ulong cnt) in write_buff()
/openbmc/u-boot/board/renesas/sh7753evb/
H A Dspi-boot.c59 #define spi_write(val, addr) (*(volatile unsigned long *)(addr)) = val argument
60 #define spi_read(addr) (*(volatile unsigned long *)(addr)) argument
88 static void __uses_spiboot2 spi_read_flash(void *buf, unsigned long addr, in spi_read_flash()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c90 uint32_t addr = mmDMIF_PG0_DPG_PIPE_ARBITRATION_CONTROL1 in program_pix_dur() local
129 uint32_t addr = CRTC_REG(mmCRTC_START_LINE_CONTROL); in dce60_timing_generator_enable_advanced_request() local
180 uint32_t addr = 0; in dce60_is_tg_enabled() local
/openbmc/linux/net/tipc/
H A Dnet.c111 int tipc_net_init(struct net *net, u8 *node_id, u32 addr) in tipc_net_init()
126 static void tipc_net_finalize(struct net *net, u32 addr) in tipc_net_finalize()
257 u32 addr; in __tipc_nl_net_set() local
H A Dmonitor.c76 u32 addr; member
183 static struct tipc_peer *get_peer(struct tipc_monitor *mon, u32 addr) in get_peer()
250 u32 addr; in mon_apply_domain() local
352 void tipc_mon_remove_peer(struct net *net, u32 addr, int bearer_id) in tipc_mon_remove_peer()
390 static bool tipc_mon_add_peer(struct tipc_monitor *mon, u32 addr, in tipc_mon_add_peer()
422 void tipc_mon_peer_up(struct net *net, u32 addr, int bearer_id) in tipc_mon_peer_up()
441 void tipc_mon_peer_down(struct net *net, u32 addr, int bearer_id) in tipc_mon_peer_down()
480 void tipc_mon_rcv(struct net *net, void *data, u16 dlen, u32 addr, in tipc_mon_rcv()
599 void tipc_mon_get_state(struct net *net, u32 addr, in tipc_mon_get_state()
/openbmc/linux/sound/isa/gus/
H A Dgus_mixer.c60 #define ICS_DOUBLE(xname, xindex, addr) \ argument
79 int addr = kcontrol->private_value & 0xff; in snd_ics_get_double() local
95 int addr = kcontrol->private_value & 0xff; in snd_ics_put_double() local
/openbmc/linux/drivers/net/
H A Dmdio.c67 int prtad, int devad, u16 addr, int mask, in mdio_set_flag()
148 static u32 mdio45_get_an(const struct mdio_if_info *mdio, u16 addr) in mdio45_get_an()
531 u16 addr = mii_data->reg_num; in mdio_mii_ioctl() local
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_l3s.c16 struct ipvl_addr *addr = NULL; in ipvlan_skb_to_addr() local
40 struct ipvl_addr *addr; in ipvlan_l3_rcv() local
96 struct ipvl_addr *addr; in ipvlan_nf_input() local
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dusb.c24 static u32 mt7663u_rr(struct mt76_dev *dev, u32 addr) in mt7663u_rr()
36 static void mt7663u_wr(struct mt76_dev *dev, u32 addr, u32 val) in mt7663u_wr()
44 static u32 mt7663u_rmw(struct mt76_dev *dev, u32 addr, in mt7663u_rmw()
/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dtprot.c22 static int set_storage_key(void *addr, uint8_t key) in set_storage_key()
47 static enum permission test_protection(void *addr, uint8_t key) in test_protection()
74 void *addr; member
/openbmc/linux/arch/sparc/include/asm/
H A Dcacheflush_32.h16 #define flush_cache_page(vma,addr,pfn) \ argument
31 #define __flush_page_to_ram(addr) \ argument
35 #define flush_page_for_dma(addr) \ argument
/openbmc/linux/drivers/pci/controller/
H A Dpci-thunder-ecam.c32 void __iomem *addr; in handle_ea_bar() local
88 void __iomem *addr; in thunder_ecam_p2_config_read() local
128 void __iomem *addr; in thunder_ecam_config_read() local
/openbmc/qemu/target/avr/
H A Dhelper.c102 hwaddr avr_cpu_get_phys_page_debug(CPUState *cs, vaddr addr) in avr_cpu_get_phys_page_debug()
314 target_ulong helper_fullrd(CPUAVRState *env, uint32_t addr) in helper_fullrd()
338 void helper_fullwr(CPUAVRState *env, uint32_t data, uint32_t addr) in helper_fullwr()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h344 #define pte_pagesize_index(mm, addr, pte) MMU_PAGE_4K argument
367 unsigned long addr, pte_t *ptep) in __ptep_test_and_clear_young()
425 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
433 unsigned long addr, pte_t *ptep) in ptep_get_and_clear()
441 unsigned long addr, in ptep_get_and_clear_full()
1144 unsigned long addr, pmd_t *pmd) in update_mmu_cache_pmd()
1149 unsigned long addr, pud_t *pud) in update_mmu_cache_pud()
1208 unsigned long addr, pmd_t *pmdp) in __pmdp_test_and_clear_young()
1219 unsigned long addr, pud_t *pudp) in __pudp_test_and_clear_young()
1355 unsigned long addr, pmd_t *pmdp) in pmdp_huge_get_and_clear()
[all …]
/openbmc/linux/arch/arm/mach-orion5x/
H A Dtsx09-common.c82 u_int8_t addr[6]; in qnap_tsx09_check_mac_addr() local
114 unsigned long addr; in qnap_tsx09_find_mac_addr() local
/openbmc/linux/include/linux/dma/
H A Dqcom_bam_dma.h47 bam_prep_ce_le32(struct bam_cmd_element *bam_ce, u32 addr, in bam_prep_ce_le32()
66 bam_prep_ce(struct bam_cmd_element *bam_ce, u32 addr, in bam_prep_ce()
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-gx-pmx.c19 void __iomem *addr; in meson_gx_pinmux_disable_other_groups() local
47 void __iomem *addr; in meson_gx_pinmux_group_set() local
/openbmc/qemu/hw/misc/
H A Darmv7m_ras.c15 static MemTxResult ras_read(void *opaque, hwaddr addr, in ras_read()
41 static MemTxResult ras_write(void *opaque, hwaddr addr, in ras_write()
H A Domap_sdrc.c34 static uint64_t omap_sdrc_read(void *opaque, hwaddr addr, unsigned size) in omap_sdrc_read()
88 static void omap_sdrc_write(void *opaque, hwaddr addr, in omap_sdrc_write()
/openbmc/linux/arch/powerpc/lib/
H A Drestart_table.c22 bool search_kernel_soft_mask_table(unsigned long addr) in search_kernel_soft_mask_table()
40 unsigned long search_kernel_restart_table(unsigned long addr) in search_kernel_restart_table()
/openbmc/linux/arch/sh/mm/
H A Dhugetlbpage.c25 unsigned long addr, unsigned long sz) in huge_pte_alloc()
50 unsigned long addr, unsigned long sz) in huge_pte_offset()
/openbmc/linux/tools/arch/x86/include/asm/
H A Datomic.h74 static inline int test_and_set_bit(long nr, unsigned long *addr) in test_and_set_bit()
79 static inline int test_and_clear_bit(long nr, unsigned long *addr) in test_and_clear_bit()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.h12 #define get_phy_headline(addr) FIELD_GET(GENMASK(31, 28), addr) argument
14 #define get_phy_target(addr) FIELD_GET(GENMASK(27, 0), addr) argument
18 #define get_phy_cond(addr) FIELD_GET(GENMASK(31, 28), addr) argument
21 #define get_phy_cond_cv(addr) FIELD_GET(GENMASK(7, 0), addr) argument
413 u32 addr, u8 data) in rtw89_phy_write8()
421 u32 addr, u16 data) in rtw89_phy_write16()
429 u32 addr, u32 data) in rtw89_phy_write32()
437 u32 addr, u32 bits) in rtw89_phy_write32_set()
445 u32 addr, u32 bits) in rtw89_phy_write32_clr()
453 u32 addr, u32 mask, u32 data) in rtw89_phy_write32_mask()
[all …]
/openbmc/u-boot/drivers/net/
H A Deepro100.c232 static inline int INW (struct eth_device *dev, u_long addr) in INW()
237 static inline void OUTW (struct eth_device *dev, int command, u_long addr) in OUTW()
242 static inline void OUTL (struct eth_device *dev, int command, u_long addr) in OUTL()
248 static inline int INL (struct eth_device *dev, u_long addr) in INL()
253 static int get_phyreg (struct eth_device *dev, unsigned char addr, in get_phyreg()
276 static int set_phyreg (struct eth_device *dev, unsigned char addr, in set_phyreg()
299 unsigned char addr) in verify_phyaddr()
328 static int eepro100_miiphy_read(struct mii_dev *bus, int addr, int devad, in eepro100_miiphy_read()
346 static int eepro100_miiphy_write(struct mii_dev *bus, int addr, int devad, in eepro100_miiphy_write()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_83xx.c15 uint32_t qla4_83xx_rd_reg(struct scsi_qla_host *ha, ulong addr) in qla4_83xx_rd_reg()
20 void qla4_83xx_wr_reg(struct scsi_qla_host *ha, ulong addr, uint32_t val) in qla4_83xx_wr_reg()
25 static int qla4_83xx_set_win_base(struct scsi_qla_host *ha, uint32_t addr) in qla4_83xx_set_win_base()
41 int qla4_83xx_rd_reg_indirect(struct scsi_qla_host *ha, uint32_t addr, in qla4_83xx_rd_reg_indirect()
59 int qla4_83xx_wr_reg_indirect(struct scsi_qla_host *ha, uint32_t addr, in qla4_83xx_wr_reg_indirect()
114 uint32_t addr = flash_addr; in qla4_83xx_flash_read_u32() local
166 uint32_t addr = flash_addr; in qla4_83xx_lockless_flash_read_u32() local
707 static int qla4_83xx_poll_reg(struct scsi_qla_host *ha, uint32_t addr, in qla4_83xx_poll_reg()
776 uint32_t addr, tmplt_hdr_def_size, tmplt_hdr_size; in qla4_83xx_read_reset_template() local

1...<<41424344454647484950>>...343