Searched refs:spiMisoPin (Results 1 – 3 of 3) sorted by relevance
137 pinMuxSpi[SPI_PIN_0].pin = resource->spiMisoPin; in SpiIomuxInit()437 tempPin = HCS_PROP(node, spiMisoPin); \438 resource->spiMisoPin = ((tempPin / DEC_NUM) * GROUP_PIN_NUM) + (tempPin % DEC_NUM); \540 if (dri->GetUint32(resourceNode, "spiMisoPin", &resource->spiMisoPin, 0) != HDF_SUCCESS) { in GetSpiDeviceResource()545 relPin = ((resource->spiMisoPin / DEC_NUM) * GROUP_PIN_NUM) + (resource->spiMisoPin % DEC_NUM); in GetSpiDeviceResource()546 resource->spiMisoPin = relPin; in GetSpiDeviceResource()
47 uint32_t spiMisoPin; member
33 uint32_t spiMisoPin; member