Searched refs:BCM_BSC_STATUS_TA (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ | ||
H A D | bcm2835_bscreg.h | 56 #define BCM_BSC_STATUS_TA (1 << 0) macro |
H A D | bcm2835_bsc.c | 617 } while ((status & BCM_BSC_STATUS_TA) == 0); in bcm_bsc_transfer() |