Searched refs:sec_info (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_flash_utils.c | 40 update_skip_size(struct cudbg_flash_sec_info *sec_info, u32 size) 42 sec_info->skip_size += size; 47 struct cudbg_flash_sec_info *sec_info, int sector_nu, int avail) 53 set_dbg_bitmap(sec_info->sec_bitmap, sector_nu); in update_skip_size() argument 55 reset_dbg_bitmap(sec_info->sec_bitmap, sector_nu); in update_skip_size() 60 find_empty_sec(struct adapter *adap, struct cudbg_flash_sec_info *sec_info) in set_sector_availability() 71 if (!(sec_info->sec_bitmap[index] & (1 << bit))) in find_empty_sec() argument 85 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; 99 sec_hdr = sec_info in update_headers() 59 set_sector_availability(struct cudbg_flash_sec_info * sec_info,int sector_nu,int avail) set_sector_availability() argument 92 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; update_headers() local 156 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; cudbg_write_flash() local 330 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; cudbg_read_flash() local [all...] |
| H A D | cudbg_lib_common.h | 125 struct cudbg_flash_sec_info sec_info; 130 struct cudbg_flash_sec_info sec_info; global() member
|
| H A D | cudbg_lib.c | 151 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; in wr_entity_to_flash() local 170 update_skip_size(sec_info, cur_entity_size); in wr_entity_to_flash() 179 update_skip_size(sec_info, cur_entity_size); in wr_entity_to_flash()
|
| /freebsd/sys/tools/ |
| H A D | embed_mfs.sh | 56 sec_info=`elfdump -c $1 2> /dev/null | grep -A 5 -E "sh_name: oldmfs$"` 58 if [ -z "${sec_info}" ]; then 63 sec_size=`echo "${sec_info}" | awk '/sh_size/ {print $2}' 2>/dev/null` 64 sec_start=`echo "${sec_info}" | \
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac_mcu.c | 3142 u32 sec_info; in mt76_connac2_load_patch() local 3158 sec_info = be32_to_cpu(sec->info.sec_key_idx); in mt76_connac2_load_patch() 3159 mode = mt76_connac2_get_data_mode(dev, sec_info); in mt76_connac2_load_patch()
|