/external/freetype/src/pfr/ |
D | pfrdrivr.c | 37 PFR_PhyFont phys = &face->phy_font; in pfr_get_kerning() local 43 if ( phys->outline_resolution != phys->metrics_resolution ) in pfr_get_kerning() 47 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 48 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 52 (FT_Long)phys->outline_resolution, in pfr_get_kerning() 53 (FT_Long)phys->metrics_resolution ); in pfr_get_kerning() 83 PFR_PhyFont phys = &face->phy_font; in pfr_get_advance() local 86 if ( gindex < phys->num_chars ) in pfr_get_advance() 88 *anadvance = phys->chars[gindex].advance; in pfr_get_advance() 106 PFR_PhyFont phys = &face->phy_font; in pfr_get_metrics() local [all …]
|
D | pfrsbit.c | 587 PFR_PhyFont phys = &face->phy_font; in pfr_slot_load_bitmap() local 594 character = &phys->chars[glyph_index]; in pfr_slot_load_bitmap() 602 strike = phys->strikes; in pfr_slot_load_bitmap() 603 for ( n = 0; n < phys->num_strikes; n++ ) in pfr_slot_load_bitmap() 632 if ( FT_STREAM_SEEK( phys->bct_offset + strike->bct_offset ) || in pfr_slot_load_bitmap() 663 if ( phys->metrics_resolution != phys->outline_resolution ) in pfr_slot_load_bitmap() 665 (FT_Long)phys->outline_resolution, in pfr_slot_load_bitmap() 666 (FT_Long)phys->metrics_resolution ); in pfr_slot_load_bitmap() 674 (FT_Long)phys->metrics_resolution ); in pfr_slot_load_bitmap()
|
/external/u-boot/arch/arm/mach-mvebu/armada8k/ |
D | cpu.c | 33 .phys = 0xf4000000UL, 41 .phys = 0xfa000000UL, 50 .phys = 0x0UL, 58 .phys = 0xf0000000UL, 66 .phys = 0xf2000000UL, 74 .phys = 0xf6000000UL,
|
/external/e2fsprogs/lib/ext2fs/ |
D | dosio.c | 115 unsigned short phys, in scan_partition_table() argument 240 part->phys = 0x80; in dos_open() 241 part->phys += toupper(tmp[2]) - 'A'; in dos_open() 253 part->phys = isdigit((int)tmp[2]) ? tmp[2] - '0' : 0; in dos_open() 255 part->phys = 0x00; /* We'll assume /dev/fd0 */ in dos_open() 263 if(part->phys < 0x80) in dos_open() 276 part->phys, in dos_open() 301 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec); in dos_open() 312 pent = scan_partition_table(pent, part->phys, &part->pno); in dos_open() 394 part->phys, in dos_read_blk() [all …]
|
/external/u-boot/drivers/pci/ |
D | pcie_layerscape.c | 95 u64 phys, u64 bus_addr, pci_size_t size) in ls_pcie_atu_outbound_set() argument 98 dbi_writel(pcie, (u32)phys, PCIE_ATU_LOWER_BASE); in ls_pcie_atu_outbound_set() 99 dbi_writel(pcie, phys >> 32, PCIE_ATU_UPPER_BASE); in ls_pcie_atu_outbound_set() 100 dbi_writel(pcie, (u32)phys + size - 1, PCIE_ATU_LIMIT); in ls_pcie_atu_outbound_set() 109 int bar, u64 phys) in ls_pcie_atu_inbound_set() argument 112 dbi_writel(pcie, (u32)phys, PCIE_ATU_LOWER_TARGET); in ls_pcie_atu_inbound_set() 113 dbi_writel(pcie, phys >> 32, PCIE_ATU_UPPER_TARGET); in ls_pcie_atu_inbound_set() 343 u64 phys = CONFIG_SYS_PCI_EP_MEMORY_BASE; in ls_pcie_ep_setup_atu() local 346 ls_pcie_atu_inbound_set(pcie, 0, 0, phys); in ls_pcie_ep_setup_atu() 348 phys += PCIE_BAR1_SIZE; in ls_pcie_ep_setup_atu() [all …]
|
/external/u-boot/arch/arm/cpu/armv8/s32v234/ |
D | cpu.c | 33 .phys = S32V234_IRAM_BASE, 39 .phys = S32V234_DRAM_BASE1, 45 .phys = S32V234_PERIPH_BASE, 53 .phys = S32V234_DRAM_BASE2,
|
/external/u-boot/arch/arm/mach-imx/mx8m/ |
D | soc.c | 76 .phys = 0x0UL, 83 .phys = 0x900000UL, 90 .phys = 0xB00000UL, 98 .phys = 0x40000000UL, 105 .phys = 0x100000000UL,
|
/external/u-boot/arch/arm/mach-bcm283x/ |
D | phys2bus.c | 9 unsigned long phys_to_bus(unsigned long phys) in phys_to_bus() argument 12 return 0xc0000000 | phys; in phys_to_bus() 14 return 0x40000000 | phys; in phys_to_bus()
|
/external/u-boot/drivers/phy/ |
D | phy-stm32-usbphyc.c | 61 } phys[MAX_PHYS]; member 125 if (usbphyc->phys[i].init) in stm32_usbphyc_is_init() 137 if (usbphyc->phys[i].powered) in stm32_usbphyc_is_powered() 147 struct stm32_usbphyc_phy *usbphyc_phy = usbphyc->phys + phy->id; in stm32_usbphyc_phy_init() 186 struct stm32_usbphyc_phy *usbphyc_phy = usbphyc->phys + phy->id; in stm32_usbphyc_phy_exit() 212 struct stm32_usbphyc_phy *usbphyc_phy = usbphyc->phys + phy->id; in stm32_usbphyc_phy_power_on() 241 struct stm32_usbphyc_phy *usbphyc_phy = usbphyc->phys + phy->id; in stm32_usbphyc_phy_power_off() 360 struct stm32_usbphyc_phy *usbphyc_phy = usbphyc->phys + i; in stm32_usbphyc_probe()
|
/external/u-boot/include/ |
D | phys2bus.h | 10 unsigned long phys_to_bus(unsigned long phys); 13 static inline unsigned long phys_to_bus(unsigned long phys) in phys_to_bus() argument 15 return phys; in phys_to_bus()
|
/external/u-boot/arch/arm/cpu/armv8/zynqmp/ |
D | cpu.c | 42 .phys = 0x80000000UL, 49 .phys = 0xf8000000UL, 56 .phys = 0x400000000UL, 63 .phys = 0x1000000000UL, 77 zynqmp_mem_map[banks].phys = 0xffe00000UL; in mem_map_fill() 91 zynqmp_mem_map[banks].phys = gd->bd->bi_dram[i].start; in mem_map_fill()
|
/external/u-boot/arch/arm/mach-rmobile/ |
D | memmap-gen3.c | 14 .phys = 0x0UL, 21 .phys = 0x40000000UL, 27 .phys = 0xc0000000UL,
|
/external/u-boot/board/emulation/qemu-arm/ |
D | qemu-arm.c | 15 .phys = 0x00000000UL, 22 .phys = 0x08000000UL, 30 .phys = 0x40000000UL,
|
/external/u-boot/drivers/usb/common/ |
D | fsl-dt-fixup.c | 137 static const char * const phys[] = { "ulpi", "utmi", "utmi_dual" }; in fsl_fdt_fixup_dr_usb() local 164 for (j = 0; j < ARRAY_SIZE(phys); j++) { in fsl_fdt_fixup_dr_usb() 166 phys[j])) { in fsl_fdt_fixup_dr_usb() 181 dr_phy_type = phys[phy_idx]; in fsl_fdt_fixup_dr_usb() 185 dr_phy_type = phys[2]; in fsl_fdt_fixup_dr_usb()
|
/external/u-boot/arch/arm/mach-mvebu/armada3700/ |
D | cpu.c | 31 .phys = 0x0UL, 39 .phys = 0xd0000000UL, 47 .phys = 0xe8000000UL,
|
/external/u-boot/board/cavium/thunderx/ |
D | thunderx.c | 48 .phys = 0x000000000000UL, 53 .phys = 0x800000000000UL, 59 .phys = 0x840000000000UL,
|
/external/u-boot/drivers/usb/host/ |
D | ehci-sunxi.c | 53 int phys, ret; in ehci_usb_probe() local 63 phys = dev_count_phandle_with_args(dev, "phys", "#phy-cells"); in ehci_usb_probe() 64 if (phys < 0) { in ehci_usb_probe() 65 phys = 0; in ehci_usb_probe()
|
D | ohci-sunxi.c | 56 int phys, ret; in ohci_usb_probe() local 69 phys = dev_count_phandle_with_args(dev, "phys", "#phy-cells"); in ohci_usb_probe() 70 if (phys < 0) { in ohci_usb_probe() 71 phys = 0; in ohci_usb_probe()
|
/external/autotest/server/site_tests/network_WiFi_RateControl/ |
D | network_WiFi_RateControl.py | 54 phys = iw_runner.IwRunner( 56 if len(phys) != 1: 58 len(phys)) 60 phy = phys[0]
|
/external/u-boot/arch/arm/mach-uniphier/arm64/ |
D | mem_map.c | 13 .phys = 0x00000000, 21 .phys = 0x80000000,
|
/external/u-boot/arch/arm/mach-snapdragon/ |
D | sysmap-apq8096.c | 14 .phys = 0x0UL, /* Peripheral block */ 21 .phys = 0x80000000UL, /* DDR */
|
D | sysmap-apq8016.c | 14 .phys = 0x0UL, /* Peripheral block */ 21 .phys = 0x80000000UL, /* DDR */
|
/external/u-boot/arch/arm/mach-tegra/ |
D | arm64-mmu.c | 18 .phys = 0x0UL, 25 .phys = 0x80000000UL,
|
/external/u-boot/arch/arm/mach-exynos/ |
D | mmu-arm64.c | 14 .phys = 0x10000000UL, 21 .phys = 0x40000000UL,
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | cpu.c | 108 switch (final_map[i].phys) { in fix_pcie_mmu_map() 110 final_map[i].phys = 0x2000000000ULL; in fix_pcie_mmu_map() 115 final_map[i].phys = 0x2800000000ULL; in fix_pcie_mmu_map() 120 final_map[i].phys = 0x3000000000ULL; in fix_pcie_mmu_map() 125 final_map[i].phys = 0x3800000000ULL; in fix_pcie_mmu_map() 166 final_map[index].phys = gd->bd->bi_dram[0].start; in final_mmu_setup() 173 final_map[index].phys = gd->bd->bi_dram[1].start; in final_mmu_setup() 184 final_map[index].phys = gd->bd->bi_dram[2].start; in final_mmu_setup() 207 final_map[index].phys = final_map[index].virt; in final_mmu_setup()
|