* Return true if a PMU is available, false otherwise. */
| 99 | * Return true if a PMU is available, false otherwise. |
| 100 | */ |
| 101 | static bool |
| 102 | bcm_has_pmu(struct bcm_platform *bp) |
| 103 | { |
| 104 | return (bp->pmu_addr != 0); |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Determine the UART clock source for @p bp and return the |
no outgoing calls
no test coverage detected