Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ata/
Dsata_inic162x.c241 u32 *cpb_tbl; member
538 pp->cpb_tbl[0] = pp->pkt_dma; in inic_qc_prep()
684 memset(pp->cpb_tbl, 0, IDMA_CPB_TBL_SIZE); in init_port()
713 pp->cpb_tbl = dmam_alloc_coherent(dev, IDMA_CPB_TBL_SIZE, in inic_port_start()
715 if (!pp->cpb_tbl) in inic_port_start()