Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rts5208/
Drtsx.h107 dma_addr_t rtsx_resv_buf_addr; member
Drtsx.c864 &dev->rtsx_resv_buf_addr, in rtsx_probe()
872 dev->chip->host_cmds_addr = dev->rtsx_resv_buf_addr; in rtsx_probe()
874 dev->chip->host_sg_tbl_addr = dev->rtsx_resv_buf_addr + in rtsx_probe()
/Linux-v5.15/drivers/misc/cardreader/
Drtsx_pcr.c1588 RTSX_RESV_BUF_LEN, &(pcr->rtsx_resv_buf_addr), in rtsx_pci_probe()
1595 pcr->host_cmds_addr = pcr->rtsx_resv_buf_addr; in rtsx_pci_probe()
1597 pcr->host_sg_tbl_addr = pcr->rtsx_resv_buf_addr + HOST_CMDS_BUF_LEN; in rtsx_pci_probe()
1651 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_probe()
1690 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_remove()
/Linux-v5.15/include/linux/
Drtsx_pci.h1186 dma_addr_t rtsx_resv_buf_addr; member