Searched +full:rx +full:- +full:latch +full:- +full:latency +full:- +full:ns (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/spi/mediatek,spi-mtk-snfi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: SPI-NAND flash controller for MediaTek ARM SoCs10 - Chuanhong Guo <gch981213@gmail.com>13 The Mediatek SPI-NAND flash controller is an extended version of15 instructions with one continuous write and one read for up-to 0xa016 bytes. It also supports typical SPI-NAND page cache operations24 - mediatek,mt7622-snand[all …]
1 // SPDX-License-Identifier: GPL-2.027 struct igc_hw *hw = &adapter->hw; in igc_ptp_read()34 ts->tv_sec = sec; in igc_ptp_read()35 ts->tv_nsec = nsec; in igc_ptp_read()41 struct igc_hw *hw = &adapter->hw; in igc_ptp_write_i225()43 wr32(IGC_SYSTIML, ts->tv_nsec); in igc_ptp_write_i225()44 wr32(IGC_SYSTIMH, ts->tv_sec); in igc_ptp_write_i225()51 struct igc_hw *hw = &igc->hw; in igc_ptp_adjfine_i225()58 scaled_ppm = -scaled_ppm; in igc_ptp_adjfine_i225()80 spin_lock_irqsave(&igc->tmreg_lock, flags); in igc_ptp_adjtime_i225()[all …]