Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1213 uint32_t phybaseaddr, ptx[RTW_NTXPRI], prx; in rtw_dma_init() local
1230 ptx[0] = RTW_RING_BASE(phybaseaddr, hd_txlo); in rtw_dma_init()
1231 ptx[1] = RTW_RING_BASE(phybaseaddr, hd_txmd); in rtw_dma_init()
1232 ptx[2] = RTW_RING_BASE(phybaseaddr, hd_txhi); in rtw_dma_init()
1233 ptx[3] = RTW_RING_BASE(phybaseaddr, hd_bcn); in rtw_dma_init()
1276 prx = RTW_RING_BASE(phybaseaddr, hd_rx); in rtw_dma_init()
1311 uint32_t phybaseaddr; in rtw_hwring_setup() local
1334 ptx[0] = RTW_RING_BASE(phybaseaddr, hd_txlo); in rtw_swring_setup()
1335 ptx[1] = RTW_RING_BASE(phybaseaddr, hd_txmd); in rtw_swring_setup()
1336 ptx[2] = RTW_RING_BASE(phybaseaddr, hd_txhi); in rtw_swring_setup()
[all …]