Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rts5208/
Drtsx.c619 if (dev->rtsx_resv_buf) { in rtsx_release_resources()
892 dev->rtsx_resv_buf = dmam_alloc_coherent(&pci->dev, RTSX_RESV_BUF_LEN, in rtsx_probe()
894 if (!dev->rtsx_resv_buf) { in rtsx_probe()
899 dev->chip->host_cmds_ptr = dev->rtsx_resv_buf; in rtsx_probe()
901 dev->chip->host_sg_tbl_ptr = dev->rtsx_resv_buf + HOST_CMDS_BUF_LEN; in rtsx_probe()
Drtsx.h118 void *rtsx_resv_buf; member
/Linux-v4.19/drivers/misc/cardreader/
Drtsx_pcr.c1482 pcr->rtsx_resv_buf = dma_alloc_coherent(&(pcidev->dev), in rtsx_pci_probe()
1485 if (pcr->rtsx_resv_buf == NULL) { in rtsx_pci_probe()
1489 pcr->host_cmds_ptr = pcr->rtsx_resv_buf; in rtsx_pci_probe()
1491 pcr->host_sg_tbl_ptr = pcr->rtsx_resv_buf + HOST_CMDS_BUF_LEN; in rtsx_pci_probe()
1536 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_probe()
1570 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_remove()
/Linux-v4.19/include/linux/
Drtsx_pci.h1196 void *rtsx_resv_buf; member