Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dbcm-sf2-eth-gmac.c47 uint32_t addrhigh; member
115 descp->addrhigh, descp->addrlow); in dma_tx_dump()
147 descp->addrhigh, descp->addrlow); in dma_rx_dump()
187 descp->addrhigh = 0; in dma_tx_init()
238 descp->addrhigh = 0; in dma_rx_init()
350 descp->addrhigh = 0; in gmac_tx_packet()
468 descp->addrhigh = 0; in gmac_check_rx_done()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c204 __le32 addrhigh; /* memory address of the date buffer, bits 63:32 */ member
303 return parity32(dd->addrlow ^ dd->addrhigh ^ dd->ctrl1 ^ dd->ctrl2); in dma64_dd_parity()
723 ddring[outidx].addrhigh = cpu_to_le32(di->dataoffsethigh); in dma64_dd_upd()
735 ddring[outidx].addrhigh = cpu_to_le32(di->dataoffsethigh); in dma64_dd_upd()
788 bcma_write32(di->core, DMA64TXREGOFFS(di, addrhigh), in _dma_ddtable_init()
793 bcma_write32(di->core, DMA64RXREGOFFS(di, addrhigh), in _dma_ddtable_init()
807 bcma_write32(di->core, DMA64TXREGOFFS(di, addrhigh), in _dma_ddtable_init()
814 bcma_write32(di->core, DMA64RXREGOFFS(di, addrhigh), in _dma_ddtable_init()
900 di->rxd64[i].addrhigh = cpu_to_le32(0xdeadbeef); in dma64_getnextrxp()
1522 di->txd64[i].addrhigh = cpu_to_le32(0xdeadbeef); in dma_getnexttxp()
H A Ddma.h50 u32 addrhigh; /* desc ring base address bits 63:32 (8K aligned) */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dsbhnddma.h230 uint32 addrhigh; /**< descriptor ring base address bits 63:32 (8K aligned) */ member
255 uint32 addrhigh; /**< memory address of the date buffer, bits 63:32 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dsbhnddma.h230 uint32 addrhigh; /**< descriptor ring base address bits 63:32 (8K aligned) */ member
255 uint32 addrhigh; /**< memory address of the date buffer, bits 63:32 */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dsbhnddma.h230 uint32 addrhigh; /**< descriptor ring base address bits 63:32 (8K aligned) */ member
255 uint32 addrhigh; /**< memory address of the date buffer, bits 63:32 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dsbhnddma.h229 uint32 addrhigh; /**< descriptor ring base address bits 63:32 (8K aligned) */ member
254 uint32 addrhigh; /**< memory address of the date buffer, bits 63:32 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsbhnddma.h223 uint32 addrhigh; /**< descriptor ring base address bits 63:32 (8K aligned) */ member
248 uint32 addrhigh; /**< memory address of the date buffer, bits 63:32 */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dsbhnddma.h223 uint32 addrhigh; /**< descriptor ring base address bits 63:32 (8K aligned) */ member
248 uint32 addrhigh; /**< memory address of the date buffer, bits 63:32 */ member
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dbcm-pdc-mailbox.c170 u32 addrhigh; /* memory address of the date buffer, bits 63:32 */ member
178 u32 addrhigh; /* descriptor ring base address bits 63:32 */ member
531 rxd->addrhigh = cpu_to_le32(upper_32_bits(dma_addr)); in pdc_build_rxd()
559 txd->addrhigh = cpu_to_le32(upper_32_bits(dma_addr)); in pdc_build_txd()
1041 &dma_reg->dmaxmt.addrhigh); in pdc_ring_init()
1046 &dma_reg->dmarcv.addrhigh); in pdc_ring_init()