Lines Matching +full:m +full:- +full:bus
4 * SPDX-License-Identifier: Apache-2.0
26 * by Bus Matrix in atmel_same70_config()
28 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO12; in atmel_same70_config()
31 /* In Cortex-M based SoCs JTAG interface can be used to perform in atmel_same70_config()
36 /* Disable TDI function on PB4 pin, this is controlled by Bus Matrix */ in atmel_same70_config()
37 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO4; in atmel_same70_config()
41 PMC->PMC_SCDR = PMC_SCDR_PCK3; in atmel_same70_config()
42 while ((PMC->PMC_SCSR) & PMC_SCSR_PCK3) { in atmel_same70_config()
46 PMC->PMC_PCK[3] = PMC_MCKR_CSS_PLLA_CLK; in atmel_same70_config()
48 PMC->PMC_SCER = PMC_SCER_PCK3; in atmel_same70_config()
50 while (!((PMC->PMC_SR) & PMC_SR_PCKRDY3)) { in atmel_same70_config()
54 MATRIX->CCFG_SYSIO &= ~CCFG_SYSIO_SYSIO5; in atmel_same70_config()
57 MATRIX->CCFG_SYSIO |= CCFG_SYSIO_SYSIO5; in atmel_same70_config()