Searched refs:dd (Results 1 – 2 of 2) sorted by relevance
85 channel = &dd->channel[i]; in r8a779f0_eth_serdes_common_init_ram()99 struct r8a779f0_eth_serdes_drv_data *dd = channel->dd; in r8a779f0_eth_serdes_common_setting() local216 struct r8a779f0_eth_serdes_drv_data *dd = channel->dd; in r8a779f0_eth_serdes_hw_init() local219 if (dd->initialized) in r8a779f0_eth_serdes_hw_init()260 channel->dd->initialized = true; in r8a779f0_eth_serdes_init()355 if (!dd->addr) in r8a779f0_eth_serdes_probe()359 if (IS_ERR(dd->reset)) in r8a779f0_eth_serdes_probe()360 return PTR_ERR(dd->reset); in r8a779f0_eth_serdes_probe()362 reset_assert(dd->reset); in r8a779f0_eth_serdes_probe()363 reset_deassert(dd->reset); in r8a779f0_eth_serdes_probe()[all …]
38 uint32_t *dd = d; in word_copy() local42 *(dd++) = *(ss++); in word_copy()53 uint32_t *dd = d; in u64_to_le32_copy() local62 *(dd++) = ss[1]; in u64_to_le32_copy()63 *(dd++) = ss[0]; in u64_to_le32_copy()66 *(dd++) = *(ss++); in u64_to_le32_copy()67 *(dd++) = *(ss++); in u64_to_le32_copy()79 dd[1] = *(ss++); in u64_from_le32_copy()80 dd[0] = *(ss++); in u64_from_le32_copy()81 dd += 2; in u64_from_le32_copy()[all …]
Completed in 8 milliseconds