Lines Matching refs:dip
73 dev_info_t *dip; /* dip of the isa driver */
91 dip = e_ddi_hold_devi_by_path(PLATFORM_ISA_PATHNAME_WITH_SIMBA, 0);
93 if (dip == NULL)
94 dip = e_ddi_hold_devi_by_path(PLATFORM_ISA_PATHNAME, 0);
96 if (dip == NULL) {
101 if (pci_config_setup(dip, &platform_isa_handle) != DDI_SUCCESS) {
114 dip = e_ddi_hold_devi_by_path(SHARED_SMBUS_PATH, 0);
116 if (dip != NULL) {
117 ASSERT(dip != NULL);
118 shared_smbus_dip = ddi_get_parent(dip);
121 ndi_rele_devi(dip);
140 plat_ide_chipreset(dev_info_t *dip, int chno)
147 * The dip passed as the argument is not used for snowbird.
149 * The dip passed will be used to match the corresponding ISA node.
248 plat_shared_i2c_enter(dev_info_t *dip)
250 if (dip == shared_smbus_dip) {
259 plat_shared_i2c_exit(dev_info_t *dip)
261 if (dip == shared_smbus_dip) {