Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dbcm-pdc-mailbox.c142 #define D64_CTRL1_EOT BIT(28) /* end of descriptor table */ macro
741 eot = D64_CTRL1_EOT; in pdc_tx_list_sg_add()
758 eot = D64_CTRL1_EOT; in pdc_tx_list_sg_add()
849 flags |= D64_CTRL1_EOT; in pdc_rx_list_init()
899 flags = D64_CTRL1_EOT; in pdc_rx_list_sg_add()
915 flags = D64_CTRL1_EOT; in pdc_rx_list_sg_add()
1062 D64_CTRL1_EOT, &pdcs->txd_64[i].ctrl1); in pdc_ring_init()
1071 iowrite32(D64_CTRL1_SOF | D64_CTRL1_EOT, in pdc_ring_init()
/openbmc/u-boot/drivers/net/
H A Dbcm-sf2-eth-gmac.h126 #define D64_CTRL1_EOT ((uint32_t)1 << 28) macro
H A Dbcm-sf2-eth-gmac.c182 ctrl = D64_CTRL1_EOT; in dma_tx_init()
233 ctrl = D64_CTRL1_EOT; in dma_rx_init()
342 flags |= D64_CTRL1_EOT; in gmac_tx_packet()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c151 #define D64_CTRL1_EOT ((u32)1 << 28) /* end of descriptor table */ macro
1093 flags = D64_CTRL1_EOT; in dma_rxfill()
1304 flags |= D64_CTRL1_EOT; in dma_txenq()