Searched refs:pci_mode (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device.c | 2305 __hal_device_pci_info_get(xge_hal_device_h devh, xge_hal_pci_mode_e *pci_mode, in __hal_device_pci_info_get() argument 2318 *pci_mode = XGE_HAL_PCI_66MHZ_MODE; in __hal_device_pci_info_get() 2334 *pci_mode = XGE_HAL_PCI_33MHZ_MODE; in __hal_device_pci_info_get() 2339 *pci_mode = XGE_HAL_PCI_66MHZ_MODE; in __hal_device_pci_info_get() 2344 *pci_mode = XGE_HAL_PCIX_M1_66MHZ_MODE; in __hal_device_pci_info_get() 2349 *pci_mode = XGE_HAL_PCIX_M1_100MHZ_MODE; in __hal_device_pci_info_get() 2354 *pci_mode = XGE_HAL_PCIX_M1_133MHZ_MODE; in __hal_device_pci_info_get() 2359 *pci_mode = XGE_HAL_PCIX_M2_66MHZ_MODE; in __hal_device_pci_info_get() 2364 *pci_mode = XGE_HAL_PCIX_M2_100MHZ_MODE; in __hal_device_pci_info_get() 2369 *pci_mode = XGE_HAL_PCIX_M2_133MHZ_MODE; in __hal_device_pci_info_get() [all …]
|
/titanic_44/usr/src/uts/common/io/chxge/com/ |
H A D | ch_subr.c | 1290 u32 pci_mode; in get_pci_mode() local 1292 (void) t1_os_pci_read_config_4(adapter, A_PCICFG_MODE, &pci_mode); in get_pci_mode() 1293 p->speed = speed_map[G_PCI_MODE_CLK(pci_mode)]; in get_pci_mode() 1294 p->width = (pci_mode & F_PCI_MODE_64BIT) ? 64 : 32; in get_pci_mode() 1295 p->is_pcix = (pci_mode & F_PCI_MODE_PCIX) != 0; in get_pci_mode()
|
/titanic_44/usr/src/uts/common/io/vr/ |
H A D | vr.c | 1765 uint8_t pci_latency, pci_mode; in vr_start() local 1790 pci_mode = VR_GET8(vrp->acc_reg, VR_MODE2); in vr_start() 1792 pci_mode |= VR_MODE2_MODE10T; in vr_start() 1795 pci_mode |= VR_MODE2_PCEROPT; in vr_start() 1798 pci_mode |= VR_MODE2_MRDPL; in vr_start() 1799 VR_PUT8(vrp->acc_reg, VR_MODE2, pci_mode); in vr_start() 1801 pci_mode = VR_GET8(vrp->acc_reg, VR_MODE3); in vr_start() 1803 pci_mode |= VR_MODE3_MIION; in vr_start() 1804 VR_PUT8(vrp->acc_reg, VR_MODE3, pci_mode); in vr_start()
|
/titanic_44/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-device.h | 390 xge_hal_pci_mode_e pci_mode; member 799 xge_hal_device_pci_info_get(xge_hal_device_h devh, xge_hal_pci_mode_e *pci_mode,
|
/titanic_44/usr/src/uts/sun/io/eri/ |
H A D | eri.h | 351 int pci_mode; /* sbus/pci device (future) */ member
|