/openbmc/linux/drivers/gpio/ |
H A D | gpio-regmap.c | 40 static unsigned int gpio_regmap_addr(unsigned int addr) in gpio_regmap_addr()
|
/openbmc/linux/net/bridge/ |
H A D | br_device.c | 238 struct sockaddr *addr = p; in br_set_mac_address() local
|
/openbmc/obmc-console/ |
H A D | socket-handler.c | 434 struct sockaddr_un addr; in socket_init() local
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | interrupt.h | 115 static inline unsigned long search_kernel_restart_table(unsigned long addr) in search_kernel_restart_table()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | translate.c | 259 static uint64_t make_address_pc(DisasContext *ctx, uint64_t addr) in make_address_pc()
|
/openbmc/qemu/accel/tcg/ |
H A D | translate-all.c | 584 tb_page_addr_t addr; in tb_check_watchpoint() local
|
/openbmc/qemu/hw/ppc/ |
H A D | mac_newworld.c | 117 static uint64_t translate_kernel_address(void *opaque, uint64_t addr) in translate_kernel_address()
|
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-socket.c | 159 static void test_io_channel_socket_path_exists(SocketAddress *addr, in test_io_channel_socket_path_exists()
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | spapr.h | 134 unsigned int addr, int option) in spapr_phb_vfio_eeh_set_option()
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_mixer.c | 140 static void mixer_dbg_mxn(struct seq_file *s, void __iomem *addr) in mixer_dbg_mxn()
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.h | 815 #define read_enc(addr) readl(itv->enc_mem + (u32)(addr)) argument 816 #define write_enc(val, addr) writel(val, itv->enc_mem + (u32)(addr)) argument 817 #define write_enc_sync(val, addr) \ argument 820 #define read_dec(addr) readl(itv->dec_mem + (u32)(addr)) argument 821 #define write_dec(val, addr) writel(val, itv->dec_mem + (u32)(addr)) argument 822 #define write_dec_sync(val, addr) \ argument
|
/openbmc/linux/drivers/firewire/ |
H A D | ohci.c | 594 static int read_phy_reg(struct fw_ohci *ohci, int addr) in read_phy_reg() 621 static int write_phy_reg(const struct fw_ohci *ohci, int addr, u32 val) in write_phy_reg() 644 static int update_phy_reg(struct fw_ohci *ohci, int addr, in update_phy_reg() 661 static int read_paged_phy_reg(struct fw_ohci *ohci, int page, int addr) in read_paged_phy_reg() 672 static int ohci_read_phy_reg(struct fw_card *card, int addr) in ohci_read_phy_reg() 684 static int ohci_update_phy_reg(struct fw_card *card, int addr, in ohci_update_phy_reg()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 2568 target_ulong addr; in do_xsave_fpu() local 2608 target_ulong addr; in do_xsave_sse() local 2644 target_ulong addr = ptr + offsetof(XSaveBNDREG, bnd_regs); in do_xsave_bndregs() local 2792 target_ulong addr; in do_xrstor_fpu() local 2824 target_ulong addr; in do_xrstor_sse() local 2892 target_ulong addr = ptr + offsetof(XSaveBNDREG, bnd_regs); in do_xrstor_bndregs() local
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | percpu.h | 379 const unsigned long __percpu *addr) in x86_this_cpu_constant_test_bit() 392 const unsigned long __percpu *addr) in x86_this_cpu_variable_test_bit() 404 #define x86_this_cpu_test_bit(nr, addr) \ argument
|
/openbmc/linux/drivers/net/ieee802154/ |
H A D | adf7242.c | 431 static int adf7242_read_reg(struct adf7242_local *lp, u16 addr, u8 *data) in adf7242_read_reg() 468 static int adf7242_write_reg(struct adf7242_local *lp, u16 addr, u8 data) in adf7242_write_reg() 758 u8 addr[8], i; in adf7242_set_hw_addr_filt() local
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 1329 static unsigned int get_paca_psize(unsigned long addr) in get_paca_psize() 1351 void demote_segment_4k(struct mm_struct *mm, unsigned long addr) in demote_segment_4k() 1945 void flush_hash_hugepage(unsigned long vsid, unsigned long addr, in flush_hash_hugepage()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | phy.c | 214 static void _rtl8723be_config_rf_reg(struct ieee80211_hw *hw, u32 addr, in _rtl8723be_config_rf_reg() 229 u32 addr, u32 data) in _rtl8723be_config_rf_radio_a() 257 u32 addr, u32 data) in _rtl8723be_config_bb_reg()
|
/openbmc/linux/drivers/atm/ |
H A D | iphase.c | 736 static u16 ia_eeprom_get (IADEV *iadev, u32 addr) in ia_eeprom_get() 2470 unsigned long addr) 2475 static unsigned char ia_phy_get(struct atm_dev *dev, unsigned long addr)
|
/openbmc/linux/arch/x86/pci/ |
H A D | irq.c | 73 static inline struct irq_routing_table *pirq_check_routing_table(u8 *addr, in pirq_check_routing_table() 126 static inline struct irq_routing_table *pirq_convert_irt_table(u8 *addr, in pirq_convert_irt_table() 175 u8 *addr; in pirq_find_routing_table() local
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sungem.c | 732 #define ALIGNED_RX_SKB_ADDR(addr) \ argument 2420 static int gem_set_mac_address(struct net_device *dev, void *addr) in gem_set_mac_address() 2777 const unsigned char *addr; in gem_get_device_address() local
|
/openbmc/linux/net/wireless/ |
H A D | util.c | 606 const u8 *addr, enum nl80211_iftype iftype, in ieee80211_data_to_8023_exthdr() 830 const u8 *addr, enum nl80211_iftype iftype, in ieee80211_amsdu_to_8023s() 2495 void cfg80211_send_layer2_update(struct net_device *dev, const u8 *addr) in cfg80211_send_layer2_update()
|
/openbmc/qemu/dump/ |
H A D | dump.c | 1260 static uint64_t dump_paddr_to_pfn(DumpState *s, uint64_t addr) in dump_paddr_to_pfn() 1285 hwaddr addr; in get_next_page() local 1873 uint64_t addr, note_head_size, name_size, desc_size; in dump_init() local
|
/openbmc/linux/include/net/ |
H A D | bonding.h | 500 static inline int bond_is_ip_target_ok(__be32 addr) in bond_is_ip_target_ok() 506 static inline int bond_is_ip6_target_ok(struct in6_addr *addr) in bond_is_ip6_target_ok() 632 __be32 addr = 0; in bond_confirm_addr() local
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 597 u64 addr; in xhci_alloc_stream_info() local 730 dma_addr_t addr; in xhci_setup_no_streams_ep_input_ctx() local 1959 __le32 __iomem *addr, int max_caps) in xhci_add_in_port()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 1060 static uint64_t page_limit(uint64_t addr) in page_limit() 1069 static uint64_t page_limit_rev(uint64_t addr) in page_limit_rev() 1881 static bool is_guarded_page(CPUARMState *env, target_ulong addr, uintptr_t ra) in is_guarded_page()
|