soc: Rename reserved function names
Rename reserved function names in the soc/ subdirectory. Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
parent
5aecf9db37
commit
fd42bf7443
34 changed files with 84 additions and 84 deletions
|
@ -62,7 +62,7 @@ static int stm32f0_init(struct device *arg)
|
|||
|
||||
key = irq_lock();
|
||||
|
||||
_ClearFaults();
|
||||
z_clearfaults();
|
||||
|
||||
/* Install default handler that simply resets the CPU
|
||||
* if configured in the kernel, NOP otherwise
|
||||
|
|
|
@ -30,7 +30,7 @@ static int stm32f1_init(struct device *arg)
|
|||
|
||||
key = irq_lock();
|
||||
|
||||
_ClearFaults();
|
||||
z_clearfaults();
|
||||
|
||||
/* Install default handler that simply resets the CPU
|
||||
* if configured in the kernel, NOP otherwise
|
||||
|
|
|
@ -34,7 +34,7 @@ static int stm32f2_init(struct device *arg)
|
|||
|
||||
key = irq_lock();
|
||||
|
||||
_ClearFaults();
|
||||
z_clearfaults();
|
||||
|
||||
/* Install default handler that simply resets the CPU
|
||||
* if configured in the kernel, NOP otherwise
|
||||
|
|
|
@ -30,7 +30,7 @@ static int stm32f3_init(struct device *arg)
|
|||
|
||||
key = irq_lock();
|
||||
|
||||
_ClearFaults();
|
||||
z_clearfaults();
|
||||
|
||||
/* Install default handler that simply resets the CPU
|
||||
* if configured in the kernel, NOP otherwise
|
||||
|
|
|
@ -31,7 +31,7 @@ static int st_stm32f4_init(struct device *arg)
|
|||
|
||||
key = irq_lock();
|
||||
|
||||
_ClearFaults();
|
||||
z_clearfaults();
|
||||
|
||||
/* Install default handler that simply resets the CPU
|
||||
* if configured in the kernel, NOP otherwise
|
||||
|
|
|
@ -37,7 +37,7 @@ static int st_stm32f7_init(struct device *arg)
|
|||
SCB_EnableDCache();
|
||||
}
|
||||
|
||||
_ClearFaults();
|
||||
z_clearfaults();
|
||||
|
||||
/* Install default handler that simply resets the CPU
|
||||
* if configured in the kernel, NOP otherwise
|
||||
|
|
|
@ -32,7 +32,7 @@ static int stm32l0_init(struct device *arg)
|
|||
|
||||
key = irq_lock();
|
||||
|
||||
_ClearFaults();
|
||||
z_clearfaults();
|
||||
|
||||
/* Install default handler that simply resets the CPU
|
||||
* if configured in the kernel, NOP otherwise
|
||||
|
|
|
@ -31,7 +31,7 @@ static int stm32l4_init(struct device *arg)
|
|||
|
||||
key = irq_lock();
|
||||
|
||||
_ClearFaults();
|
||||
z_clearfaults();
|
||||
|
||||
/* Install default handler that simply resets the CPU
|
||||
* if configured in the kernel, NOP otherwise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue