Home
last modified time | relevance | path

Searched refs:ptr_phycount (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A D3w-sas.c1565 int *ptr_phycount, phycount=0; in twl_probe() local
1649 ptr_phycount = twl_get_param(tw_dev, 2, TW_PARAM_PHY_SUMMARY_TABLE, in twl_probe()
1651 if (ptr_phycount) in twl_probe()
1652 phycount = le32_to_cpu(*(int *)ptr_phycount); in twl_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H A D3w-sas.c1557 int *ptr_phycount, phycount=0; in twl_probe() local
1639 ptr_phycount = twl_get_param(tw_dev, 2, TW_PARAM_PHY_SUMMARY_TABLE, in twl_probe()
1641 if (ptr_phycount) in twl_probe()
1642 phycount = le32_to_cpu(*(int *)ptr_phycount); in twl_probe()

Completed in 6 milliseconds