Home
last modified time | relevance | path

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

/src/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
/src/sys/dev/ice/
H A Dice_nvm.c1125 struct ice_netlist_info *netlist) in ice_get_netlist_info() argument
1171 netlist->major = id_blk[ICE_NETLIST_ID_BLK_MAJOR_VER_HIGH] << 16 | in ice_get_netlist_info()
1173 netlist->minor = id_blk[ICE_NETLIST_ID_BLK_MINOR_VER_HIGH] << 16 | in ice_get_netlist_info()
1175 netlist->type = id_blk[ICE_NETLIST_ID_BLK_TYPE_HIGH] << 16 | in ice_get_netlist_info()
1177 netlist->rev = id_blk[ICE_NETLIST_ID_BLK_REV_HIGH] << 16 | in ice_get_netlist_info()
1179 netlist->cust_ver = id_blk[ICE_NETLIST_ID_BLK_CUST_VER]; in ice_get_netlist_info()
1181 netlist->hash = id_blk[ICE_NETLIST_ID_BLK_SHA_HASH_WORD(15)] << 16 | in ice_get_netlist_info()
1197 int ice_get_netlist_ver_info(struct ice_hw *hw, struct ice_netlist_info *netlist) in ice_get_netlist_ver_info() argument
1199 return ice_get_netlist_info(hw, ICE_ACTIVE_FLASH_BANK, netlist); in ice_get_netlist_ver_info()
1211 int ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist) in 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
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->cust_ver, netlist->hash, in ice_nvm_version_str()
H A Dice_type.h693 struct ice_netlist_info netlist;/* Netlist version info */ member
/src/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