Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rts5208/
Drtsx.c652 dev->rtsx_resv_buf, dev->rtsx_resv_buf_addr); in rtsx_release_resources()
923 &(dev->rtsx_resv_buf_addr), GFP_KERNEL); in rtsx_probe()
930 dev->chip->host_cmds_addr = dev->rtsx_resv_buf_addr; in rtsx_probe()
932 dev->chip->host_sg_tbl_addr = dev->rtsx_resv_buf_addr + in rtsx_probe()
Drtsx.h125 dma_addr_t rtsx_resv_buf_addr; member
/linux-4.1.27/drivers/mfd/
Drtsx_pcr.c1218 RTSX_RESV_BUF_LEN, &(pcr->rtsx_resv_buf_addr), in rtsx_pci_probe()
1225 pcr->host_cmds_addr = pcr->rtsx_resv_buf_addr; in rtsx_pci_probe()
1227 pcr->host_sg_tbl_addr = pcr->rtsx_resv_buf_addr + HOST_CMDS_BUF_LEN; in rtsx_pci_probe()
1271 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_probe()
1305 pcr->rtsx_resv_buf, pcr->rtsx_resv_buf_addr); in rtsx_pci_remove()
/linux-4.1.27/include/linux/mfd/
Drtsx_pci.h886 dma_addr_t rtsx_resv_buf_addr; member