Searched defs:reg_addr (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10-stable/contrib/gdb/gdb/
H A Dcore-regset.c62 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
H A Dcore-aout.c77 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
H A Dsun3-nat.c110 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
H A Dalpha-nat.c59 fetch_osf_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
129 fetch_elf_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
H A Dlynx-nat.c588 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
H A Dmips-nat.c174 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
H A Dnto-tdep.c270 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
H A Drs6000-nat.c560 fetch_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
H A Dwin32-nat.c2403 fetch_elf_core_registers(char *core_reg_sect, unsigned core_reg_size, int which, CORE_ADDR reg_addr) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp125 addr_t reg_addr = m_reg_data_addr + reg_info->byte_offset; local
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-ixf18201.c85 uint16_t cvmx_ixf18201_read16(uint16_t reg_addr) argument
95 void cvmx_ixf18201_write16(uint16_t reg_addr, uint16_t data) argument
105 uint32_t cvmx_ixf18201_read32(uint16_t reg_addr) argument
117 void cvmx_ixf18201_write32(uint16_t reg_addr, uint32_t data) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp110 addr_t reg_addr = reg_value.GetAsUInt64(LLDB_INVALID_ADDRESS); local
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe_dump.h59 struct reg_addr { struct
H A Decore_init.h256 uint32_t reg_addr, reg_bit_map, vnic; local
[all...]
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2488 u_int32_t reg_addr[2] = { AR_STA_ID0 }; local
/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c93 unsigned short reg_addr; member in struct:reg_val
H A Dcxgb_common.h631 unsigned int reg_addr; member in struct:addr_val_pair
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw.c336 u32 OSAL_IOMEM *reg_addr; local
H A Dnvm_map.h311 u32 reg_addr; member in struct:hw_set_info
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c577 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
658 s32 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, argument
684 s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, argument
758 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
[all...]
H A Dixgbe_api.c527 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
545 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, argument
1224 s32 ixgbe_read_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr, argument
1240 ixgbe_write_iosf_sb_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 phy_data) argument
[all...]
H A Dixgbe_x550.c342 static s32 ixgbe_read_phy_reg_mdi_22(struct ixgbe_hw *hw, u32 reg_addr, argument
389 static s32 ixgbe_write_phy_reg_mdi_22(struct ixgbe_hw *hw, u32 reg_addr, argument
609 static s32 ixgbe_read_phy_reg_x550em(struct ixgbe_hw *hw, u32 reg_addr, argument
616 static s32 ixgbe_write_phy_reg_x550em(struct ixgbe_hw *hw, u32 reg_addr, argument
1211 ixgbe_write_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 data) argument
1257 ixgbe_read_iosf_sb_reg_x550(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 *data) argument
1372 ixgbe_write_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 data) argument
1402 ixgbe_read_iosf_sb_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u32 *data) argument
4376 ixgbe_read_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 *phy_data) argument
4404 ixgbe_write_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, u16 phy_data) argument
[all...]
/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h428 t3_read_reg(adapter_t *adapter, uint32_t reg_addr) argument
434 t3_write_reg(adapter_t *adapter, uint32_t reg_addr, uint32_t val) argument
/freebsd-10-stable/sys/dev/e1000/
H A De1000_ich8lan.c2276 u16 word_addr, reg_data, reg_addr, phy_page = 0; local
/freebsd-10-stable/usr.sbin/bhyve/
H A Dpci_e82545.c395 e82545_write_mdi(struct e82545_softc *sc, uint8_t reg_addr, argument
402 e82545_read_mdi(struct e82545_softc *sc, uint8_t reg_addr, argument
1694 uint8_t reg_addr = (uint8_t)((value & E1000_MDIC_REG_MASK) >> local

Completed in 452 milliseconds

12