Searched refs:BSC_S_ERR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_bsc.c100 BSC_S_ERR | BSC_S_DONE);
115 BSC_S_ERR | BSC_S_DONE);
257 BSC_S_CLKT | BSC_S_ERR | BSC_S_DONE);
259 if (s & (BSC_S_CLKT | BSC_S_ERR)) {
266 (bsciic_debug && (s & BSC_S_ERR))) {
314 events | BSC_S_CLKT | BSC_S_ERR | BSC_S_DONE;
476 if (s & (BSC_S_CLKT | BSC_S_ERR)) {
482 BSC_S_CLKT | BSC_S_ERR | BSC_S_DONE);
H A Dbcm2835_bscreg.h57 #define BSC_S_ERR __BIT32(8) macro

Completed in 72 milliseconds