| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | power_state.c | 19 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 D | sdram.c | 200 struct chipset_power_state ps; in dram_init() local
|
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | ddr2_dimm_params.c | 81 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 D | ddr1_dimm_params.c | 82 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 D | debug.c | 230 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 D | mxsfb.c | 22 #define PS2KHZ(ps) (1000000000UL / (ps)) argument
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | of_live.c | 178 const char *p1 = pathp, *ps = pathp, *pa = NULL; in unflatten_dt_node() local
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.h | 35 #define ubi_dbg_print_hex_dump(ps, pt, r, g, b, len, a) \ argument
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | ptrace.h | 87 unsigned long ps; /* 8 */ member
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | physmem.c | 46 uint64_t ps:1; /* page size */ member
|
| /rk3399_rockchip-uboot/drivers/clk/rockchip/ |
| H A D | clk_pll.c | 679 struct rockchip_cpu_rate_table *ps = cpu_table; in rockchip_get_cpu_settings() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-sunxi/ |
| H A D | dram_sun9i.c | 87 u32 ps; member
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | nand.h | 37 #define NAND_MEMORG(bpc, ps, os, ppe, epl, ppl, lpt, nt) \ argument
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | dmc-rk3368.c | 434 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 D | dram_spec_timing.h | 449 #define PS_2_CLK(freq, ps) (((uint64_t)(ps) / 100 * (uint64_t)(freq) +\ argument
|