Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dpci.c198 controller->hv_cfg_fd[0] = hv_cfg_fd0; in tile_pci_init()
199 controller->hv_cfg_fd[1] = hv_cfg_fd1; in tile_pci_init()
497 return hv_dev_pread(controller->hv_cfg_fd[config_mode], 0, in tile_cfg_read()
540 return hv_dev_pwrite(controller->hv_cfg_fd[config_mode], 0, in tile_cfg_write()
/linux-4.1.27/arch/tile/include/asm/
Dpci.h33 int hv_cfg_fd[2]; /* config{0,1} fds for this PCIe controller */ member