Searched refs:next_addr (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/via/ |
D | via_dma.c | 114 uint32_t cur_addr, hw_addr, next_addr; in via_cmdbuf_wait() local 119 next_addr = cur_addr + size + 512 * 1024; in via_cmdbuf_wait() 126 hw_addr, cur_addr, next_addr); in via_cmdbuf_wait() 129 if ((cur_addr < hw_addr) && (next_addr >= hw_addr)) in via_cmdbuf_wait() 131 } while ((cur_addr < hw_addr) && (next_addr >= hw_addr)); in via_cmdbuf_wait()
|
/drivers/rapidio/devices/ |
D | tsi721_dma.c | 420 dma_addr_t next_addr; in tsi721_submit_sg() local 440 next_addr = -1; in tsi721_submit_sg() 474 if (next_addr == sg_dma_address(sg) && in tsi721_submit_sg() 479 } else if (next_addr != -1) { in tsi721_submit_sg() 509 next_addr = sg_dma_address(sg); in tsi721_submit_sg() 527 next_addr += sg_dma_len(sg); in tsi721_submit_sg()
|
/drivers/net/wireless/ |
D | wl3501_cs.c | 757 u16 next_addr, next_addr1; in wl3501_receive() local 762 &next_addr, sizeof(next_addr)); in wl3501_receive() 780 wl3501_get_from_wla(this, next_addr + 5, data, in wl3501_receive() 784 wl3501_get_from_wla(this, next_addr + 2, &next_addr1, in wl3501_receive() 786 next_addr = next_addr1; in wl3501_receive() 788 wl3501_get_from_wla(this, next_addr + 5, data, size); in wl3501_receive()
|
/drivers/media/pci/pt1/ |
D | pt1.c | 879 int clock, int data, int next_addr) in pt1_i2c_emit() argument 882 !clock << 11 | !data << 10 | next_addr); in pt1_i2c_emit()
|
/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 137 u32 next_addr; member
|
/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 540 u32 next_addr; member
|
D | hw.c | 3065 REG_WRITE(ah, gen_tmr_configuration[timer->index].next_addr, in ath9k_hw_gen_timer_start()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_hsi.h | 396 struct event_ring_next_addr next_addr; member
|