Searched refs:max_addr (Results 1 – 9 of 9) sorted by relevance
| /drivers/soc/qcom/ |
| A D | mdt_loader.c | 113 phys_addr_t max_addr = 0; in qcom_mdt_get_size() local 131 if (phdr->p_paddr + phdr->p_memsz > max_addr) in qcom_mdt_get_size() 132 max_addr = ALIGN(phdr->p_paddr + phdr->p_memsz, SZ_4K); in qcom_mdt_get_size() 135 return min_addr < max_addr ? max_addr - min_addr : -EINVAL; in qcom_mdt_get_size() 247 phys_addr_t max_addr = 0; in qcom_mdt_pas_init() local 272 if (phdr->p_paddr + phdr->p_memsz > max_addr) in qcom_mdt_pas_init() 273 max_addr = ALIGN(phdr->p_paddr + phdr->p_memsz, SZ_4K); in qcom_mdt_pas_init() 292 ret = qcom_scm_pas_mem_setup(pas_id, mem_phys, max_addr - min_addr); in qcom_mdt_pas_init()
|
| /drivers/leds/ |
| A D | leds-sun50i-a100.c | 93 u32 max_addr; member 319 FIELD_PREP(LEDC_RESET_TIMING_CTRL_REG_LED_NUM, priv->max_addr); in sun50i_a100_ledc_set_timing() 396 u32 max_addr = 0; in sun50i_a100_ledc_probe() local 416 max_addr = max(max_addr, addr); in sun50i_a100_ledc_probe() 428 priv->max_addr = max_addr; in sun50i_a100_ledc_probe()
|
| /drivers/net/phy/ |
| A D | bcm54140.c | 509 int addr, min_addr, max_addr; in bcm54140_get_base_addr_and_port() local 515 max_addr = phydev->mdio.addr; in bcm54140_get_base_addr_and_port() 532 max_addr = addr; in bcm54140_get_base_addr_and_port() 567 if ((max_addr - min_addr + 1) % 4) { in bcm54140_get_base_addr_and_port() 570 min_addr, max_addr); in bcm54140_get_base_addr_and_port()
|
| /drivers/net/ethernet/stmicro/stmmac/ |
| A D | stmmac_mdio.c | 564 int addr, found, max_addr; in stmmac_mdio_register() local 586 max_addr = MII_XGMAC_MAX_C22ADDR + 1; in stmmac_mdio_register() 594 max_addr = PHY_MAX_ADDR; in stmmac_mdio_register() 604 max_addr = PHY_MAX_ADDR; in stmmac_mdio_register() 647 for (addr = 0; addr < max_addr; addr++) { in stmmac_mdio_register()
|
| /drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_hw_dsc_1_2.c | 63 int max_addr = 2400 / num_softslice; in _dsc_calc_output_buf_max_addr() local 66 max_addr /= 2; in _dsc_calc_output_buf_max_addr() 68 return max_addr - 1; in _dsc_calc_output_buf_max_addr()
|
| /drivers/iommu/intel/ |
| A D | iommu.c | 3291 domain->max_addr = __DOMAIN_MAX_ADDR(addr_width); in paging_domain_alloc() 3561 u64 max_addr; in intel_iommu_map() local 3571 max_addr = iova + size; in intel_iommu_map() 3572 if (dmar_domain->max_addr < max_addr) { in intel_iommu_map() 3577 if (end < max_addr) { in intel_iommu_map() 3580 __func__, dmar_domain->gaw, max_addr); in intel_iommu_map() 3583 dmar_domain->max_addr = max_addr; in intel_iommu_map() 3636 if (dmar_domain->max_addr == iova + size) in intel_iommu_unmap() 3637 dmar_domain->max_addr = iova; in intel_iommu_unmap()
|
| A D | iommu.h | 648 u64 max_addr; member
|
| /drivers/scsi/aic7xxx/aicasm/ |
| A D | aicasm_gram.y | 384 u_int max_addr; variable 387 max_addr = scb_or_sram_symbol->info.rinfo->address 392 if (sym_max_addr > max_addr)
|
| /drivers/remoteproc/ |
| A D | qcom_q6v5_mss.c | 1384 phys_addr_t max_addr = 0; in q6v5_mpss_load() local 1431 if (phdr->p_paddr + phdr->p_memsz > max_addr) in q6v5_mpss_load() 1432 max_addr = ALIGN(phdr->p_paddr + phdr->p_memsz, SZ_4K); in q6v5_mpss_load()
|
Completed in 39 milliseconds