Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemory_hotplug.c1700 const u64 max_phys = DIRECT_MAP_PHYSMEM_END; in mhp_get_pluggable_range() local
1705 if (mhp_range.start > max_phys) { in mhp_get_pluggable_range()
1709 mhp_range.end = min_t(u64, mhp_range.end, max_phys); in mhp_get_pluggable_range()
1712 mhp_range.end = max_phys; in mhp_get_pluggable_range()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h104 int max_phys; /* REPORTED + ENABLEABLE */ member
H A Daic94xx_sds.c818 asd_ha->hw_prof.max_phys = rep_phys + en_phys; in asd_ms_get_phy_params()
821 asd_ha->hw_prof.max_phys, asd_ha->hw_prof.num_phys); in asd_ms_get_phy_params()
H A Daic94xx_init.c767 asd_ha->hw_prof.pcba_sn, asd_ha->hw_prof.max_phys, in asd_pci_probe()