Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c198 cur_bat = (struct dpmaif_bat *)bat_req->bat_base + cur_bat_idx; in t7xx_dpmaif_rx_buf_alloc()
370 cur_bat = (struct dpmaif_bat *)bat_req->bat_base + cur_bat_idx; in t7xx_dpmaif_rx_frag_alloc()
920 if (bat_req->bat_base) in t7xx_dpmaif_base_free()
923 bat_req->bat_base, bat_req->bat_bus_addr); in t7xx_dpmaif_base_free()
958 bat_req->bat_base = dma_alloc_coherent(dpmaif_ctrl->dev, in t7xx_dpmaif_bat_alloc()
961 if (!bat_req->bat_base) in t7xx_dpmaif_bat_alloc()
1147 memset(rxq->bat_req->bat_base, 0, rxq->bat_req->bat_size_cnt * sizeof(struct dpmaif_bat)); in t7xx_dpmaif_stop_rxq()
H A Dt7xx_hif_dpmaif.h84 void *bat_base; member
H A Dt7xx_dpmaif.h54 dma_addr_t bat_base; member
H A Dt7xx_dpmaif.c845 t7xx_dpmaif_dl_set_bat_base_addr(hw_info, dl_que->bat_base); in t7xx_dpmaif_config_dlq_hw()
1130 dl_que->bat_base = init_para->pkt_bat_base_addr[i]; in t7xx_dpmaif_set_queue_property()