Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dpci.c161 int hv_cfg_fd0 = -1; in tile_pci_init() local
171 hv_cfg_fd0 = tile_pcie_open(i, 0); in tile_pci_init()
172 if (hv_cfg_fd0 < 0) in tile_pci_init()
193 controller->hv_cfg_fd[0] = hv_cfg_fd0; in tile_pci_init()
204 if (hv_cfg_fd0 >= 0) in tile_pci_init()
205 hv_dev_close(hv_cfg_fd0); in tile_pci_init()