Searched refs:PWM_STA_BERR (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/arm/broadcom/ | ||
H A D | bcm2835_pwm.h | 54 #define PWM_STA_BERR __BIT(8) macro |
H A D | bcm2835_pwm.c | 254 uint32_t common = PWM_STA_BERR | PWM_STA_RERR1 | in bcm_pwm_status() |