Searched refs:dvma_vtob (Results 1 – 3 of 3) sorted by relevance
391 MEM->init.rdra = dvma_vtob(MEM->rx_head); in lance_probe()393 (dvma_vtob(MEM->rx_head) >> 16); in lance_probe()394 MEM->init.tdra = dvma_vtob(MEM->tx_head); in lance_probe()396 (dvma_vtob(MEM->tx_head) >> 16); in lance_probe()399 dvma_vtob(&(MEM->init)), dvma_vtob(MEM->rx_head), in lance_probe()400 (dvma_vtob(MEM->tx_head)))); in lance_probe()464 (dvma_vtob(MEM->tx_data[i])) >>16; in lance_init_ring()473 (dvma_vtob(MEM->rx_data[i])) >> 16; in lance_init_ring()491 (dvma_vtob(MEM->rx_head) >> 16); in lance_init_ring()494 (dvma_vtob(MEM->tx_head) >> 16); in lance_init_ring()[all …]
58 #define dvma_vtob(x) dvma_vtop(x) macro82 #define dvma_vtob(x) ((unsigned long)(x) & 0x00ffffff) macro
295 sun3_udc_write(((dvma_vtob(udc_regs) & 0xff0000) >> 8), in sun3scsi_dma_setup()298 sun3_udc_write((dvma_vtob(udc_regs) & 0xffff), UDC_CHN_LO); in sun3scsi_dma_setup()
Completed in 12 milliseconds