Home
last modified time | relevance | path

Searched refs:base_address (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dfa.h458 uint64_t base_address; /**< LLM start address of the graph */ member
544 address.u64 = graph->base_address + source_node * CVMX_DFA_NODESM_SIZE + match_index * 4; in cvmx_dfa_write_edge_sm()
590 address.u64 = graph->base_address + source_node * CVMX_DFA_NODELG_SIZE + (uint64_t)match * 4; in cvmx_dfa_write_node_lg()
732 command.s.base = graph->base_address>>10; in cvmx_dfa_submit()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_i225.c883 u16 base_address = 0x0; in igc_update_flash_i225() local
918 base_address = 0x1000; in igc_update_flash_i225()
923 base_address); in igc_update_flash_i225()
929 current_offset = base_address; in igc_update_flash_i225()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_tlv_layout.h201 uint8_t base_address[6]; member
511 uint8_t base_address[6]; member
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff239 * base_address=0x3ff where we used to write the data
H A Dar9300_eeprom.c3768 static const int base_address = 0x3ff; /* 1KB */ variable
3831 return base_address+1; in ar9300_otp_size()
4246 AH9300(ah)->calibration_data_source_address != base_address) in ar9300_eeprom_restore_internal()
4248 AH9300(ah)->calibration_data_source_address = base_address; in ar9300_eeprom_restore_internal()
/f-stack/freebsd/kern/
H A Dlink_elf.c411 SYSCTL_ULONG(_kern, OID_AUTO, base_address, CTLFLAG_RD,