Home
last modified time | relevance | path

Searched refs:PCI_DEV_BAR_DESC (Results 1 – 4 of 4) sorted by relevance

/misc/config_tools/board_config/
A Dpci_devices_h.py24 board_cfg_lib.PCI_DEV_BAR_DESC.pci_dev_dic[bdf].name_w_i_cnt = tmp_sub_name
53 for bdf, bar_attr in board_cfg_lib.PCI_DEV_BAR_DESC.pci_dev_dic.items():
A Dvbar_base_h.py438 for bdf, bar_attr in board_cfg_lib.PCI_DEV_BAR_DESC.pci_dev_dic.items():
444 write_vbar(i_cnt, bdf, board_cfg_lib.PCI_DEV_BAR_DESC.pci_bar_dic, bar_attr, \
/misc/config_tools/library/
A Dboard_cfg_lib.py410 PCI_DEV_BAR_DESC = Pci_Dev_Bar_Desc() variable
503 PCI_DEV_BAR_DESC.pci_dev_dic[pci_bdf] = tmp_bar_attr
510 PCI_DEV_BAR_DESC.pci_bar_dic[prev_bdf] = tmp_bar_dic
520 PCI_DEV_BAR_DESC.pci_bar_dic[cur_bdf] = tmp_bar_dic
527 for shm_name, shm_bar_dic in PCI_DEV_BAR_DESC.shm_bar_dic.items():
560 PCI_DEV_BAR_DESC.shm_bar_dic[str(idx)+'_'+name] = tmp_bar_dict
A Dscenario_cfg_lib.py1138 if 'IVSHMEM_'+name in board_cfg_lib.PCI_DEV_BAR_DESC.shm_bar_dic.keys():
1139 bar_attr_dic = board_cfg_lib.PCI_DEV_BAR_DESC.shm_bar_dic['IVSHMEM_'+name]

Completed in 8 milliseconds