Home
last modified time | relevance | path

Searched defs:ps (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/
H A Dpower_state.c19 static int prev_sleep_state(struct chipset_power_state *ps) in prev_sleep_state()
45 static void dump_power_state(struct chipset_power_state *ps) in dump_power_state()
67 void power_state_get(struct udevice *pch_dev, struct chipset_power_state *ps) in power_state_get()
H A Dsdram.c200 struct chipset_power_state ps; in dram_init() local
/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c81 unsigned int ps = whole_ns * 1000 + tenths_ps[tenth_ns]; in convert_bcd_tenths_to_cycle_time_ps() local
91 unsigned int ps = tenth_ns * 100 + hundredth_ns * 10; in convert_bcd_hundredths_to_cycle_time_ps() local
H A Dddr1_dimm_params.c82 unsigned int ps = whole_ns * 1000 + tenths_ps[tenth_ns]; in convert_bcd_tenths_to_cycle_time_ps() local
92 unsigned int ps = tenth_ns * 100 + hundredth_ns * 10; in convert_bcd_hundredths_to_cycle_time_ps() local
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Ddebug.c230 int ps[10]; in x86emu_single_step() local
330 static int x86emu_parse_line(char *s, int *ps, int *n) in x86emu_parse_line()
/rk3399_rockchip-uboot/drivers/video/
H A Dmxsfb.c22 #define PS2KHZ(ps) (1000000000UL / (ps)) argument
/rk3399_rockchip-uboot/lib/
H A Dof_live.c178 const char *p1 = pathp, *ps = pathp, *pa = NULL; in unflatten_dt_node() local
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Ddebug.h35 #define ubi_dbg_print_hex_dump(ps, pt, r, g, b, len, a) \ argument
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dptrace.h87 unsigned long ps; /* 8 */ member
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dphysmem.c46 uint64_t ps:1; /* page size */ member
/rk3399_rockchip-uboot/drivers/clk/rockchip/
H A Dclk_pll.c679 struct rockchip_cpu_rate_table *ps = cpu_table; in rockchip_get_cpu_settings() local
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c87 u32 ps; member
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dnand.h37 #define NAND_MEMORG(bpc, ps, os, ppe, epl, ppl, lpt, nt) \ argument
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Ddmc-rk3368.c434 static inline u32 ps_to_tCK(const u32 ps, const ulong freq) in ps_to_tCK()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Ddram_spec_timing.h449 #define PS_2_CLK(freq, ps) (((uint64_t)(ps) / 100 * (uint64_t)(freq) +\ argument