Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Domap2.c66 #define EAC_BUF_LEN 1024 macro
67 uint32_t rxbuf[EAC_BUF_LEN];
71 uint32_t txbuf[EAC_BUF_LEN];
112 int left = MIN(EAC_BUF_LEN - s->codec.rxlen, s->codec.rxavail) << 2; in omap_eac_in_refill()
113 int start = ((s->codec.rxoff + s->codec.rxlen) & (EAC_BUF_LEN - 1)) << 2; in omap_eac_in_refill()
114 int leftwrap = MIN(left, (EAC_BUF_LEN << 2) - start); in omap_eac_in_refill()
411 s->codec.rxoff &= EAC_BUF_LEN - 1; in omap_eac_read()
416 s->codec.rxoff &= EAC_BUF_LEN - 1; in omap_eac_read()
553 if (unlikely(s->codec.txlen == EAC_BUF_LEN || in omap_eac_write()