| /OK3568_Linux_fs/u-boot/board/xes/xpedite537x/ |
| H A D | ddr.c | 52 * CLK adjust = 5 (from simulations) = 5/8* 3.33ns = 2080ps 56 * 2.3" * 180 - 400ps + 1.9" * 180 + 2080ps + 1372ps 57 * = 3808ps 62 * 2.3" * 180 + 400ps + 2.4" * 180 + 2080ps + 2914ps 63 * = 6240ps 68 * 1.46" * 180- 400ps + 0.7" * 180 + 2080ps + 1220ps 69 * = 3288ps 74 * 1.46" * 180+ 400ps + 1.1" * 180 + 2080ps + 2595ps 75 * = 5536ps 95 * CLK adjust = 5 (from simulations) = 5/8* 2.5ns = 1563ps [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | hardware.c | 176 {HPHW_NPROC,0x5B9,0x4,0x81,"UL 1w U+/240 (350/550)"}, 177 {HPHW_NPROC,0x5BA,0x4,0x91,"UL 2w U+/240 (350/550)"}, 443 {HPHW_BA, 0x02E, 0x00081, 0x0, "UL 350 Lasi Core BA"}, 487 {HPHW_BA, 0x030, 0x0008E, 0x0, "UL 350 Core Wax BA"}, 511 {HPHW_BA, 0x030, 0x00090, 0x0, "UL 350 Wax EISA BA"}, 718 {HPHW_FIO, 0x02E, 0x00074, 0x0, "UL 350 Core Centronics"}, 864 {HPHW_FIO, 0x02E, 0x00082, 0x0, "UL 350 Core SCSI"}, 904 {HPHW_FIO, 0x02E, 0x00083, 0x0, "UL 350 Core PC Floppy"}, 924 {HPHW_FIO, 0x015, 0x00084, 0x0, "KittyHawk GSY Core PS/2 Port"}, 925 {HPHW_FIO, 0x016, 0x00084, 0x0, "Gecko Core PS/2 Port"}, [all …]
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0021-pixman-renderer-Support-linux-dmabuf.patch | 48 @@ -350,7 +364,8 @@ repaint_region(struct weston_view *ev, struct weston_output *output, 52 - if (ps->buffer_ref.buffer) 53 + if (ps->buffer_ref.buffer && 54 + ps->buffer_ref.buffer->type == WESTON_BUFFER_SHM) 55 wl_shm_buffer_begin_access(ps->buffer_ref.buffer->shm_buffer); 62 - if (ps->buffer_ref.buffer) 63 + if (ps->buffer_ref.buffer && 64 + ps->buffer_ref.buffer->type == WESTON_BUFFER_SHM) 65 wl_shm_buffer_end_access(ps->buffer_ref.buffer->shm_buffer); 69 ps->image = pixman_image_create_solid_fill(&color); [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | spd_sdram.c | 333 if (ddrc_clk <= 460 && ddrc_clk > 350) in spd_sdram() 335 else if (ddrc_clk <=350 && ddrc_clk > 280) in spd_sdram() 342 if (ddrc_clk <= 460 && ddrc_clk > 350) { in spd_sdram() 343 /* DDR controller clk at 350~460 */ in spd_sdram() 346 } else if (ddrc_clk <= 350 && ddrc_clk > 280) { in spd_sdram() 347 /* DDR controller clk at 280~350 */ in spd_sdram() 373 if (ddrc_clk <= 350 && ddrc_clk > 280) { in spd_sdram() 374 /* DDR controller clk at 280~350 */ in spd_sdram() 395 if (ddrc_clk <= 350 && ddrc_clk > 280) { in spd_sdram() 396 /* DDR controller clk at 280~350 */ in spd_sdram() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A D | ti,tfp410.yaml | 26 Data de-skew value in 350ps increments, from 0 to 7, as configured
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sun9i.c | 87 u32 ps; member 94 u32 tCKmin; /* in ps */ 95 u32 tCKmax; /* in ps */ 120 u32 tRAS; /* in ps */ 129 u32 tRCD; /* in ps */ 130 u32 tRP; /* in ps */ 131 u32 tRC; /* in ps */ 134 u32 tFAW; /* in ps */ 387 const u32 tRTP = MAX(para->tRTP.ck, PS2CYCLES_ROUNDUP(para->tRTP.ps)); in mctl_channel_init() 388 const u32 tWTR = MAX(para->tWTR.ck, PS2CYCLES_ROUNDUP(para->tWTR.ps)); in mctl_channel_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-driver.h | 446 * packets to splice into (only!) MPEG-2 PS streams for the user app. 452 * MPEG PS or TS stream, but this isn't implemented yet. 498 * of sliced VBI data into an MPEG PS 501 /* Boolean: create and insert Private Stream 1 packets into the PS */ 514 * A ring buffer of driver-generated MPEG-2 PS 516 * into the MPEG PS stream. 519 * 16 byte MPEG-2 PS Program Pack Header 531 * which is the payload size a PVR-350 (CX23415) MPEG decoder will 541 /* Count of Program Pack/Program Stream 1 packets inserted into PS */
|
| /OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/ |
| H A D | 00-debconf | 2 # Choices: ARMSCII-8, CP1251, CP1255, CP1256, GEORGIAN-ACADEMY, GEORGIAN-PS, IBM1133, ISIRI-3342, I… 14 …G15 extra keys via G15daemon, Logitech Generic Keyboard, Logitech Internet 350 Keyboard, Logitech …
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3588.c | 1812 * Each fine delay is between 44ps-77ps. Assume each fine delay is 60ps to 2252 return 350 * MHz; in rk3588_clk_scmi_get_rate() 2263 return 350 * MHz; in rk3588_clk_scmi_get_rate() 2274 return 350 * MHz; in rk3588_clk_scmi_get_rate() 2382 if (rate >= 350 * MHz) in rk3588_clk_scmi_set_rate() 2395 if (rate >= 350 * MHz) in rk3588_clk_scmi_set_rate() 2408 if (rate >= 350 * MHz) in rk3588_clk_scmi_set_rate()
|
| H A D | clk_rv1126.c | 43 RK3036_PLL_RATE(1400000000, 3, 350, 2, 1, 1, 0), 1857 * Each fine delay is between 44ps-77ps. Assume each fine delay is 60ps to
|
| /OK3568_Linux_fs/u-boot/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() argument 437 return DIV_ROUND_UP(ps * freq, 1000000 * MHz); in ps_to_tCK() 489 pctl_timing->trfc = ns_to_tCK(350, freq); /* tRFC: 350 (max) @ 8GBit */ in pctl_calc_timings()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | usb-serial.rst | 147 Toshiba's $350 serial cable for flashing!! :D 317 Single port DB-9/PS-2 serial adapter from Belkin with firmware by eTEK Labs.
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | matroxfb.rst | 277 pixclock:X dotclocks, in ps (picoseconds). Default is derived from `vesa` 369 faster, it is kernel-space only time on P-II/350 MHz, Millennium I in 33 MHz
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch | 136 @@ -48,6 +49,7 @@ merge (char **dest, char **ps) 143 return ps; 144 @@ -60,7 +62,12 @@ merge (char **dest, char **ps) 145 for (j = 0; ps[j]; j++) 246 @@ -350,7 +352,13 @@ make_vg (grub_disk_t disk,
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | gxt4500.c | 187 int refclk_ps; /* period of PLL reference clock in ps */ 250 /* keep pll in range 350..600 MHz */ in calc_pll()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl_defs.h | 155 #define WL_STA_MIMO_PS 0x00020000 /* mimo ps mode is enabled */ 156 #define WL_STA_MIMO_RTS 0x00040000 /* send rts in mimo ps mode */ 170 #define WL_STA_CAP_MIMO_PS_MASK 0x000C /* Mimo PS mask */ 171 #define WL_STA_CAP_MIMO_PS_SHIFT 0x0002 /* Mimo PS shift */ 172 #define WL_STA_CAP_MIMO_PS_OFF 0x0003 /* Mimo PS, no restriction */ 173 #define WL_STA_CAP_MIMO_PS_RTS 0x0001 /* Mimo PS, send RTS/CTS around MIMO frames */ 174 #define WL_STA_CAP_MIMO_PS_ON 0x0000 /* Mimo PS, MIMO disallowed */ 1578 #define WL_NUMCHANSPECS 350
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl_defs.h | 155 #define WL_STA_MIMO_PS 0x00020000 /* mimo ps mode is enabled */ 156 #define WL_STA_MIMO_RTS 0x00040000 /* send rts in mimo ps mode */ 170 #define WL_STA_CAP_MIMO_PS_MASK 0x000C /* Mimo PS mask */ 171 #define WL_STA_CAP_MIMO_PS_SHIFT 0x0002 /* Mimo PS shift */ 172 #define WL_STA_CAP_MIMO_PS_OFF 0x0003 /* Mimo PS, no restriction */ 173 #define WL_STA_CAP_MIMO_PS_RTS 0x0001 /* Mimo PS, send RTS/CTS around MIMO frames */ 174 #define WL_STA_CAP_MIMO_PS_ON 0x0000 /* Mimo PS, MIMO disallowed */ 1578 #define WL_NUMCHANSPECS 350
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | r100.c | 354 struct radeon_power_state *ps = &rdev->pm.power_state[requested_index]; in r100_pm_misc() local 355 struct radeon_voltage *voltage = &ps->clock_info[0].voltage; in r100_pm_misc() 359 if (ps->misc & ATOM_PM_MISCINFO_VOLTAGE_DROP_SUPPORT) { in r100_pm_misc() 385 if (ps->misc & ATOM_PM_MISCINFO_ASIC_REDUCED_SPEED_SCLK_EN) { in r100_pm_misc() 387 if (ps->misc & ATOM_PM_MISCINFO_DYN_CLK_3D_IDLE) in r100_pm_misc() 391 if (ps->misc & ATOM_PM_MISCINFO_DYNAMIC_CLOCK_DIVIDER_BY_2) in r100_pm_misc() 393 else if (ps->misc & ATOM_PM_MISCINFO_DYNAMIC_CLOCK_DIVIDER_BY_4) in r100_pm_misc() 398 if (ps->misc & ATOM_PM_MISCINFO_ASIC_DYNAMIC_VOLTAGE_EN) { in r100_pm_misc() 421 if (ps->misc & ATOM_PM_MISCINFO_DYNAMIC_HDP_BLOCK_EN) in r100_pm_misc() 434 (ps->pcie_lanes != in r100_pm_misc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | hfi.h | 988 struct hfi1_pkt_state *ps, 1273 /* cycle length of PS* counters in HW (in picoseconds) */ 1499 struct hfi1_pkt_state *ps, 1503 struct hfi1_pkt_state *ps, 1763 #define PACKET_EGRESS_TIMEOUT 350
|
| /OK3568_Linux_fs/external/libmali/lib/arm-linux-gnueabihf/ |
| HD | libmali-midgard-t76x-r18p0-r1p0-gbm.so | d t u x y v w p r q s ` a GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 ... |
| HD | libmali-midgard-t76x-r18p0-r0p0-wayland-gbm.so | compiler_type openglessl shader_type compute fragment vertex tessellation_control tessellation_evaluation geometry define undefine variants deserialized_outfile print_cycle_counts #define %s # ... |
| HD | libmali-midgard-t76x-r18p0-r0p0-gbm.so | 01234567 cutils_cstr_strncat cutils_cstr_strncpy 0X 0123456789abcdef 0123456789ABCDEF In file: cutils/cstr/src/mali_cutils_cstr ... |
| HD | libmali-midgard-t76x-r18p0-r0p0-x11-gbm.so | @ADEPQTU CBGFSRWV LMHI\]XY ONKJ_^[Z0145 !$%pqtu`ade3276#"'&srwvcbgf< ... |
| HD | libmali-midgard-t86x-r18p0-gbm.so | St9exception St9bad_alloc Out of memory Internal compiler error kernel_arg_name kernel_arg_type kernel_arg_access_qual read_only write_only kernel_arg_addr_space kernel_arg_type_qual restrict volatile read_write __bifl_psv_const_init ... |
| HD | libmali-midgard-t86x-r18p0-x11-gbm.so | <dummy> /proc/%d/cmdline ./%s.instr_config override default Untitled ... |