Searched refs:pg_sz (Results 1 – 4 of 4) sorted by relevance
111 unsigned long pg_sz, flags; in acpi_pre_map() local121 pg_sz = ((paddr + size + PAGE_SIZE - 1) & PAGE_MASK) - pg_off; in acpi_pre_map()122 vaddr = ioremap(pg_off, pg_sz); in acpi_pre_map()130 map->size = pg_sz; in acpi_pre_map()
323 acpi_size pg_sz; in acpi_os_map_memory() local348 pg_sz = round_up(phys + size, PAGE_SIZE) - pg_off; in acpi_os_map_memory()349 virt = acpi_os_ioremap(pg_off, pg_sz); in acpi_os_map_memory()359 map->size = pg_sz; in acpi_os_map_memory()
868 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz) in mptfc_WriteFcPortPage1()927 data_sz = ioc->fc_data.fc_port_page1[portnum].pg_sz; in mptfc_GetFcPortPage1()943 ioc->fc_data.fc_port_page1[portnum].pg_sz = data_sz; in mptfc_GetFcPortPage1()1526 ioc->fc_data.fc_port_page1[ii].pg_sz, in mptfc_remove()
538 int pg_sz; member