Lines Matching +full:m +full:- +full:bus
3 * Copyright (c) 2019-2024 Gerson Fernando Budke <nandojve@gmail.com>
4 * SPDX-License-Identifier: Apache-2.0
26 * by Bus Matrix in atmel_samv71_config()
28 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO12; in atmel_samv71_config()
31 /* In Cortex-M based SoCs JTAG interface can be used to perform in atmel_samv71_config()
36 /* Disable TDI function on PB4 pin, this is controlled by Bus Matrix in atmel_samv71_config()
38 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO4; in atmel_samv71_config()
42 PMC->PMC_SCDR = PMC_SCDR_PCK3; in atmel_samv71_config()
43 while ((PMC->PMC_SCSR) & PMC_SCSR_PCK3) { in atmel_samv71_config()
47 PMC->PMC_PCK[3] = PMC_MCKR_CSS_PLLA_CLK; in atmel_samv71_config()
49 PMC->PMC_SCER = PMC_SCER_PCK3; in atmel_samv71_config()
51 while (!((PMC->PMC_SR) & PMC_SR_PCKRDY3)) { in atmel_samv71_config()
55 MATRIX->CCFG_SYSIO &= ~CCFG_SYSIO_SYSIO5; in atmel_samv71_config()
58 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO5; in atmel_samv71_config()