Home
last modified time | relevance | path

Searched refs:netlist (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dringdove22 0 search Netlist(Freeze) pcb-rnd or gEDA/PCB netlist forward annotation action script
38 >0 regex begin\ netlist\ v with netlist
/freebsd/sys/dev/ice/
H A Dice_nvm.c671 * ice_read_netlist_module - Read data from the netlist module area in ice_read_orom_module()
674 * @offset: offset into the netlist to read from
677 * Read a word from the specified netlist bank.
1117 * @netlist: pointer to netlist version info structure in ice_get_netlist_info()
1119 * Get the netlist version information from the requested bank. Reads the Link in ice_get_netlist_info()
1121 * information into the netlist version structure. in ice_get_netlist_info()
1125 struct ice_netlist_info *netlist) in ice_get_netlist_info()
1136 ice_debug(hw, ICE_DBG_NVM, "Expected netlist module_id ID of 0x%04x, but got 0x%04x\n", in ice_get_netlist_info()
1145 /* sanity check that we have at least enough words to store the netlist I in ice_get_netlist_info()
1111 ice_get_netlist_info(struct ice_hw * hw,enum ice_bank_select bank,struct ice_netlist_info * netlist) ice_get_netlist_info() argument
1183 ice_get_netlist_ver_info(struct ice_hw * hw,struct ice_netlist_info * netlist) ice_get_netlist_ver_info() argument
1197 ice_get_inactive_netlist_ver(struct ice_hw * hw,struct ice_netlist_info * netlist) ice_get_inactive_netlist_ver() argument
[all...]
H A Dice_nvm.h134 ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist);
H A Dice_common.h360 int ice_get_netlist_ver_info(struct ice_hw *hw, struct ice_netlist_info *netlist);
H A Dice_lib.c2523 struct ice_netlist_info *netlist = &hw->flash.netlist; in ice_nvm_version_str() local
2525 /* Note that the netlist versions are stored in packed Binary Coded in ice_nvm_version_str()
2532 "fw %u.%u.%u api %u.%u nvm %x.%02x etid %08x netlist %x.%x.%x-%x.%x.%x.%04x oem %u.%u.%u", in ice_nvm_version_str()
2536 netlist->major, netlist->minor, in ice_nvm_version_str()
2537 netlist->type >> 16, netlist->type & 0xFFFF, in ice_nvm_version_str()
2538 netlist->rev, netlist in ice_nvm_version_str()
[all...]
H A Dice_type.h648 /* netlist version information */
693 struct ice_netlist_info netlist;/* Netlist version info */
1379 /* The Link Topology section follows the TLV header. When reading the netlist
1394 /* netlist ID block field offsets (word offsets) */
672 struct ice_netlist_info netlist;/* Netlist version info */ global() member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.c2885 struct ixgbe_netlist_info *netlist) in ixgbe_get_netlist_info() argument
2934 netlist->major = id_blk[IXGBE_NETLIST_ID_BLK_MAJOR_VER_HIGH] << 16 | in ixgbe_get_netlist_info()
2936 netlist->minor = id_blk[IXGBE_NETLIST_ID_BLK_MINOR_VER_HIGH] << 16 | in ixgbe_get_netlist_info()
2938 netlist->type = id_blk[IXGBE_NETLIST_ID_BLK_TYPE_HIGH] << 16 | in ixgbe_get_netlist_info()
2940 netlist->rev = id_blk[IXGBE_NETLIST_ID_BLK_REV_HIGH] << 16 | in ixgbe_get_netlist_info()
2942 netlist->cust_ver = id_blk[IXGBE_NETLIST_ID_BLK_CUST_VER]; in ixgbe_get_netlist_info()
2944 netlist->hash = id_blk[IXGBE_NETLIST_ID_BLK_SHA_HASH_WORD(15)] << 16 | in ixgbe_get_netlist_info()
2965 struct ixgbe_netlist_info *netlist) in ixgbe_get_inactive_netlist_ver() argument
2967 return ixgbe_get_netlist_info(hw, IXGBE_INACTIVE_FLASH_BANK, netlist); in ixgbe_get_inactive_netlist_ver()
3214 &flash->netlist); in ixgbe_init_nvm()
H A Dixgbe_e610.h138 s32 ixgbe_get_inactive_netlist_ver(struct ixgbe_hw *hw, struct ixgbe_netlist_info *netlist);
H A Dixgbe_type_e610.h2285 struct ixgbe_netlist_info netlist; /* Netlist version info */ member