Searched refs:am33xx_prm_is_hardreset_asserted (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | prm33xx.c | 56 * am33xx_prm_is_hardreset_asserted - read the HW reset line state of 67 static int am33xx_prm_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in am33xx_prm_is_hardreset_asserted() function 130 if (am33xx_prm_is_hardreset_asserted(shift, 0, inst, rstctrl_offs) == 0) in am33xx_prm_deassert_hardreset() 142 omap_test_timeout(am33xx_prm_is_hardreset_asserted(st_shift, 0, inst, in am33xx_prm_deassert_hardreset() 396 .is_hardreset_asserted = am33xx_prm_is_hardreset_asserted,
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | prm33xx.c | 48 * am33xx_prm_is_hardreset_asserted - read the HW reset line state of 59 static int am33xx_prm_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in am33xx_prm_is_hardreset_asserted() function 122 if (am33xx_prm_is_hardreset_asserted(shift, 0, inst, rstctrl_offs) == 0) in am33xx_prm_deassert_hardreset() 134 omap_test_timeout(am33xx_prm_is_hardreset_asserted(st_shift, 0, inst, in am33xx_prm_deassert_hardreset() 388 .is_hardreset_asserted = am33xx_prm_is_hardreset_asserted,
|
Completed in 2 milliseconds