Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dcmd_ddrphy.c203 { int ofst = PHY_ ## x; void __iomem *reg = phy_base + ofst; \
205 ofst >> PHY_REG_SHIFT, #x, \
209 { int ofst = PHY_DX_BASE + PHY_DX_STRIDE * (dx) + \
211 void __iomem *reg = phy_base + ofst; \
213 ofst >> PHY_REG_SHIFT, (dx), #x, \
H A Dcmd_ddrmphy.c229 { int ofst = MPHY_ ## x; void __iomem *reg = phy_base + ofst; \
231 ofst >> MPHY_SHIFT, #x, reg, readl(reg)); }
234 { int ofst = MPHY_DX_BASE + MPHY_DX_STRIDE * (dx) + \
236 void __iomem *reg = phy_base + ofst; \
238 ofst >> MPHY_SHIFT, (dx), #x, reg, readl(reg)); }
/openbmc/u-boot/board/synopsys/hsdk/
H A Dhsdk.c663 int ret, ofst; in board_prep_linux() local
694 ofst = fdt_path_offset(images->ft_addr, "/"); in board_prep_linux()
700 ret = fdt_setprop_string(images->ft_addr, ofst, "possible-cpus", mask); in board_prep_linux()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1795 static uint64_t offset_sector(enum OffsetType ofst, in offset_sector() argument
1802 switch (ofst) { in offset_sector()