Home
last modified time | relevance | path

Searched defs:address (Results 76 – 100 of 1454) sorted by relevance

12345678910>>...59

/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpplib.c42 unsigned long long address, u32 *value) in nfp_cpp_readl()
65 unsigned long long address, u32 value) in nfp_cpp_writel()
86 unsigned long long address, u64 *value) in nfp_cpp_readq()
109 unsigned long long address, u64 value) in nfp_cpp_writeq()
/openbmc/linux/arch/mips/pci/
H A Dpci-rt2880.c64 u32 address; in rt2880_pci_config_read() local
91 u32 address; in rt2880_pci_config_write() local
146 u32 address; in rt2880_pci_read_u32() local
159 u32 address; in rt2880_pci_write_u32() local
/openbmc/linux/arch/microblaze/include/asm/
H A Dpci-bridge.h17 static inline int pcibios_vaddr_is_ioport(void __iomem *address) in pcibios_vaddr_is_ioport()
39 static inline int isa_vaddr_is_ioport(void __iomem *address) in isa_vaddr_is_ioport()
/openbmc/linux/arch/mips/include/asm/
H A Dpgalloc.h57 #define __pte_free_tlb(tlb, pte, address) \ argument
65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
90 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one()
/openbmc/entity-manager/src/
H A Dfru_device.cpp102 static std::string getEepromPath(size_t bus, size_t address) in getEepromPath()
111 static bool hasEepromFile(size_t bus, size_t address) in hasEepromFile()
180 static void makeProbeInterface(size_t bus, size_t address, in makeProbeInterface()
238 static int i2cSmbusWriteThenRead(int file, uint16_t address, in i2cSmbusWriteThenRead()
272 uint16_t address, off_t offset, size_t len, in readData()
305 static std::vector<uint8_t> processEeprom(int bus, int address) in processEeprom()
366 size_t address = 0; in findI2CEeproms() local
628 for (const auto& address : addresses) in loadBlocklist() local
760 uint32_t bus, uint32_t address, size_t& unknownBusObjectCount, in addFruObjectToDbus()
1140 const std::string& updatePropertyReq, uint32_t bus, uint32_t address, in updateFRUProperty()
[all …]
/openbmc/linux/drivers/iio/pressure/
H A Dmpl115_i2c.c22 static int mpl115_i2c_read(struct device *dev, u8 address) in mpl115_i2c_read()
27 static int mpl115_i2c_write(struct device *dev, u8 address, u8 value) in mpl115_i2c_write()
/openbmc/linux/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h48 unsigned long address) in __pte_free_tlb()
54 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
65 unsigned long address) in __pmd_free_tlb()
/openbmc/phosphor-snmp/
H A Dsnmp_client.cpp14 const std::string& address, uint16_t port) : in Client()
27 std::string Client::address(std::string value) in address() function in phosphor::network::snmp::Client
/openbmc/linux/arch/x86/math-emu/
H A Dget_address.c141 unsigned long base_address, limit, address, seg_top; in pm_address() local
216 int address = 0; /* Initialized just to stop compiler warnings. */ in FPU_get_address() local
300 int address = 0; /* Default used for mod == 0 */ in FPU_get_address_16() local
/openbmc/linux/arch/um/include/asm/
H A Dpgalloc.h28 #define __pte_free_tlb(tlb, pte, address) \ argument
36 #define __pmd_free_tlb(tlb, pmd, address) \ argument
/openbmc/linux/drivers/memstick/host/
H A Dr592.c53 static inline u32 r592_read_reg(struct r592_device *dev, int address) in r592_read_reg()
62 int address, u32 value) in r592_write_reg()
69 static inline u32 r592_read_reg_raw_be(struct r592_device *dev, int address) in r592_read_reg_raw_be()
78 int address, u32 value) in r592_write_reg_raw_be()
86 int address, u32 mask) in r592_set_reg_mask()
95 int address, u32 mask) in r592_clear_reg_mask()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dsd.h8 __le32 address; member
21 __le64 address; member
/openbmc/u-boot/drivers/axi/
H A Daxi_sandbox.c24 static int axi_sandbox_read(struct udevice *bus, ulong address, void *data, in axi_sandbox_read()
43 static int axi_sandbox_write(struct udevice *bus, ulong address, void *data, in axi_sandbox_write()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h49 #define update_mmu_cache(vma, address, ptep) do { } while (0) argument
51 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) argument
594 unsigned long address = (unsigned long)ptr | 1; in csp() local
606 unsigned long address = (unsigned long)ptr | 1; in cspg() local
623 unsigned long address, unsigned long asce) in crdte()
1146 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
1248 unsigned long address, in flush_tlb_fix_spurious_fault()
1452 static inline p4d_t *p4d_offset(pgd_t *pgdp, unsigned long address) in p4d_offset()
1465 static inline pud_t *pud_offset(p4d_t *p4dp, unsigned long address) in pud_offset()
1479 static inline pmd_t *pmd_offset(pud_t *pudp, unsigned long address) in pmd_offset()
[all …]
/openbmc/linux/arch/powerpc/mm/
H A Dmmu_decl.h52 static inline void _tlbil_va(unsigned long address, unsigned int pid, in _tlbil_va()
63 static inline void _tlbil_va(unsigned long address, unsigned int pid, in _tlbil_va()
74 static inline void _tlbivax_bcast(unsigned long address, unsigned int pid, in _tlbivax_bcast()
/openbmc/linux/arch/parisc/mm/
H A Dfault.c243 unsigned long address, struct task_struct *tsk, in show_signal_msg()
268 unsigned long address) in do_page_fault()
460 unsigned long address; in handle_nadtlb_fault() local
/openbmc/linux/arch/m68k/mm/
H A Dcache.c59 void flush_icache_user_range(unsigned long address, unsigned long endaddr) in flush_icache_user_range()
91 void flush_icache_range(unsigned long address, unsigned long endaddr) in flush_icache_range()
/openbmc/linux/arch/microblaze/mm/
H A Dfault.c67 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) in bad_page_fault()
86 void do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault()
/openbmc/linux/drivers/media/usb/gspca/m5602/
H A Dm5602_core.c52 int m5602_read_bridge(struct sd *sd, const u8 address, u8 *i2c_data) in m5602_read_bridge()
74 int m5602_write_bridge(struct sd *sd, const u8 address, const u8 i2c_data) in m5602_write_bridge()
110 int m5602_read_sensor(struct sd *sd, const u8 address, in m5602_read_sensor()
159 int m5602_write_sensor(struct sd *sd, const u8 address, in m5602_write_sensor()
/openbmc/phosphor-fan-presence/presence/
H A Deeprom_device.hpp42 EEPROMDevice(const std::string& address, const std::string& driver, in EEPROMDevice()
129 const std::string address; member in phosphor::fan::presence::EEPROMDevice
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dwq_enet_desc.h12 __le64 address; member
41 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc()
60 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
/openbmc/linux/drivers/scsi/fnic/
H A Dwq_enet_desc.h11 __le64 address; member
40 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc()
59 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
/openbmc/linux/drivers/scsi/snic/
H A Dwq_enet_desc.h9 __le64 address; member
38 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc()
57 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
/openbmc/linux/arch/arc/mm/
H A Dfault.c26 noinline static int handle_kernel_vaddr_fault(unsigned long address) in handle_kernel_vaddr_fault()
73 void do_page_fault(unsigned long address, struct pt_regs *regs) in do_page_fault()
/openbmc/linux/arch/ia64/mm/
H A Dfault.c29 mapped_kernel_page_is_present (unsigned long address) in mapped_kernel_page_is_present()
66 ia64_do_page_fault (unsigned long address, unsigned long isr, struct pt_regs *regs) in ia64_do_page_fault()

12345678910>>...59