Searched refs:pin_defs (Results 1 – 2 of 2) sorted by relevance
859 unsigned int pin_defs[SX9324_NUM_PINS]; in sx9324_parse_phase_prop() local864 if (count != ARRAY_SIZE(pin_defs)) in sx9324_parse_phase_prop()866 ret = device_property_read_u32_array(dev, prop, pin_defs, in sx9324_parse_phase_prop()867 ARRAY_SIZE(pin_defs)); in sx9324_parse_phase_prop()872 raw |= (pin_defs[pin] << (2 * pin)) & in sx9324_parse_phase_prop()
214 union cvmx_mio_boot_pin_defs pin_defs; in octeon_cf_set_dmamode() local246 pin_defs.u64 = cvmx_read_csr(CVMX_MIO_BOOT_PIN_DEFS); in octeon_cf_set_dmamode()252 dma_tim.s.dmack_pi = (pin_defs.u64 & (1ull << (11 + c))) ? 0 : 1; in octeon_cf_set_dmamode()