Searched refs:cfg_prg (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dsolx_devfs.c777 pcitool_reg_t cfg_prg; local in function:pci_device_solx_devfs_read
791 cfg_prg.offset = offset;
792 cfg_prg.acc_attr = PCITOOL_ACC_ATTR_SIZE_1 + NATIVE_ENDIAN;
793 cfg_prg.bus_no = dev->bus;
794 cfg_prg.dev_no = dev->dev;
795 cfg_prg.func_no = dev->func;
796 cfg_prg.barnum = 0;
797 cfg_prg.user_version = PCITOOL_USER_VERSION;
804 cfg_prg.offset = offset + i;
806 if ((err = ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg)) !
837 pcitool_reg_t cfg_prg; local in function:pci_device_solx_devfs_write
[all...]

Completed in 3 milliseconds