Lines Matching defs:phys_addr
136 u32 phys_addr; /* 32-bit flat physical address of data buffer */
3720 BufferList[i].phys_addr = info->last_mem_alloc;
5150 u32 phys_addr;
5244 phys_addr = info->rx_buffer_list[frame_start_index].phys_entry;
5245 usc_OutDmaReg( info, NRARL, (u16)phys_addr );
5246 usc_OutDmaReg( info, NRARU, (u16)(phys_addr >> 16) );
5314 u32 phys_addr;
5333 phys_addr = info->rx_buffer_list[0].phys_entry;
5334 usc_OutDmaReg( info, NRARL, (u16)phys_addr );
5335 usc_OutDmaReg( info, NRARU, (u16)(phys_addr >> 16) );
5378 u32 phys_addr;
5433 phys_addr = info->tx_buffer_list[info->start_tx_dma_buffer].phys_entry;
5434 usc_OutDmaReg( info, NTARL, (u16)phys_addr );
5435 usc_OutDmaReg( info, NTARU, (u16)(phys_addr >> 16) );
6850 unsigned long phys_addr;
6944 phys_addr = info->rx_buffer_list[0].phys_entry;
6945 usc_OutDmaReg( info, NRARL, (unsigned short)phys_addr );
6946 usc_OutDmaReg( info, NRARU, (unsigned short)(phys_addr >> 16) );
6998 phys_addr = info->tx_buffer_list[0].phys_entry;
6999 usc_OutDmaReg( info, NTARL, (unsigned short)phys_addr );
7000 usc_OutDmaReg( info, NTARU, (unsigned short)(phys_addr >> 16) );