Home
last modified time | relevance | path

Searched refs:TX_BUSY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/cec/platform/meson/
H A Dao-cec.c191 #define TX_BUSY 1 /* Transmitter is busy */ macro
397 case TX_BUSY: in meson_ao_cec_irq_tx()
526 if (reg == TX_BUSY) { in meson_ao_cec_transmit()
/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.h199 #define TX_BUSY BIT(3) macro