| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | viafb.modes | 10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) 14 # Scan Frequency 31.469 kHz 59.94 Hz 29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz 32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz 35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock) 39 # Scan Frequency 37.500 kHz 75.00 Hz 53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz 56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock) 60 # Scan Frequency 43.269 kHz 85.00 Hz 74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | modedb.c | 38 /* 640x400 @ 70 Hz, 31.5 kHz hsync */ 42 /* 640x480 @ 60 Hz, 31.5 kHz hsync */ 46 /* 800x600 @ 56 Hz, 35.15 kHz hsync */ 47 { NULL, 56, 800, 600, 27777, 128, 24, 22, 1, 72, 2, 0, 50 /* 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync */ 54 /* 640x400 @ 85 Hz, 37.86 kHz hsync */ 58 /* 640x480 @ 72 Hz, 36.5 kHz hsync */ 62 /* 640x480 @ 75 Hz, 37.50 kHz hsync */ 66 /* 800x600 @ 60 Hz, 37.8 kHz hsync */ 67 { NULL, 60, 800, 600, 25000, 88, 40, 23, 1, 128, 4, [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/q40/ |
| H A D | q40ints.c | 31 * 33 : frame int (50/200 Hz periodic timer) 106 int ql_ticks; /* 200Hz ticks since last jiffie */ 111 void q40_mksound(unsigned int hz, unsigned int ticks) in q40_mksound() argument 113 /* for now ignore hz, except that hz==0 switches off sound */ in q40_mksound() 114 /* simply alternate the ampl (128-SVOL)-(128+SVOL)-..-.. at 200Hz */ in q40_mksound() 115 if (hz == 0) { in q40_mksound() 119 *DAC_LEFT = 128; in q40_mksound() 120 *DAC_RIGHT = 128; in q40_mksound() 136 unsigned char sval=(sound_ticks & 1) ? 128-SVOL : 128+SVOL; in q40_timer_int()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/kyro/ |
| H A D | fbdev.c | 48 /* 640x480, 16bpp @ 60 Hz */ 92 /* 640x350 @ 85Hz */ 97 /* 640x400 @ 85Hz */ 102 /* 720x400 @ 85Hz */ 107 /* 640x480 @ 60Hz */ 112 /* 640x480 @ 72Hz */ 114 128, 24, 28, 9, 40, 3, 117 /* 640x480 @ 75Hz */ 122 /* 640x480 @ 85Hz */ 127 /* 800x600 @ 56Hz */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | g_NCR5380.c | 526 NCR5380_write(hostdata->c400_blk_cnt, len / 128); in generic_NCR5380_precv() 529 if (start == len - 128) { in generic_NCR5380_precv() 532 CSR_HOST_BUF_NOT_RDY, 0, HZ / 64) < 0) in generic_NCR5380_precv() 539 CSR_GATED_53C80_IRQ, HZ / 64) < 0 || in generic_NCR5380_precv() 549 dst + start, 128); in generic_NCR5380_precv() 552 hostdata->io + NCR53C400_host_buffer, 128); in generic_NCR5380_precv() 553 start += 128; in generic_NCR5380_precv() 568 HZ / 64) < 0) in generic_NCR5380_precv() 593 NCR5380_write(hostdata->c400_blk_cnt, len / 128); in generic_NCR5380_psend() 600 CSR_GATED_53C80_IRQ, HZ / 64) < 0 || in generic_NCR5380_psend() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | macmodes.c | 36 /* 512x384, 60Hz, Non-Interlaced (15.67 MHz dot clock) */ 40 /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */ 44 /* 640x480, 67Hz, Non-Interlaced (30.0 MHz dotclock) */ 48 /* 640x870, 75Hz (portrait), Non-Interlaced (57.28 MHz dot clock) */ 52 /* 800x600, 56 Hz, Non-Interlaced (36.00 MHz dotclock) */ 56 /* 800x600, 60 Hz, Non-Interlaced (40.00 MHz dotclock) */ 57 "mac10", 60, 800, 600, 25000, 72, 56, 23, 1, 128, 4, 60 /* 800x600, 72 Hz, Non-Interlaced (50.00 MHz dotclock) */ 64 /* 800x600, 75 Hz, Non-Interlaced (49.50 MHz dotclock) */ 68 /* 832x624, 75Hz, Non-Interlaced (57.6 MHz dotclock) */ [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_proto_icmpv6.c | 29 static const unsigned int nf_ct_icmpv6_timeout = 30*HZ; 51 [ICMPV6_ECHO_REQUEST - 128] = ICMPV6_ECHO_REPLY + 1, 52 [ICMPV6_ECHO_REPLY - 128] = ICMPV6_ECHO_REQUEST + 1, 53 [ICMPV6_NI_QUERY - 128] = ICMPV6_NI_REPLY + 1, 54 [ICMPV6_NI_REPLY - 128] = ICMPV6_NI_QUERY + 1 71 int type = orig->dst.u.icmp.type - 128; in nf_conntrack_invert_icmpv6_tuple() 94 [ICMPV6_ECHO_REQUEST - 128] = 1, in nf_conntrack_icmpv6_packet() 95 [ICMPV6_NI_QUERY - 128] = 1 in nf_conntrack_icmpv6_packet() 102 int type = ct->tuplehash[0].tuple.dst.u.icmp.type - 128; in nf_conntrack_icmpv6_packet() 107 type + 128); in nf_conntrack_icmpv6_packet() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | svghelper.c | 119 …fprintf(svgfile, " rect.sample_hi{ fill:rgb(255,128, 0); fill-opacity:0.8; stroke-width:0; … in open_svg() 121 …fprintf(svgfile, " rect.net { fill:rgb( 0,128, 0); fill-opacity:0.5; stroke-width:0; … in open_svg() 123 …fprintf(svgfile, " rect.sync { fill:rgb(128,128, 0); fill-opacity:0.5; stroke-width:0; … in open_svg() 124 …fprintf(svgfile, " rect.poll { fill:rgb( 0,128,128); fill-opacity:0.2; stroke-width:0; … in open_svg() 128 … { fill:rgb(192,192,192); fill-opacity:0.2; stroke-width:0.5; stroke:rgb(128,128,128); } \n"); in open_svg() 129 …fprintf(svgfile, " rect.pstate { fill:rgb(128,128,128); fill-opacity:0.8; stroke-width:0; }… in open_svg() 419 char style[128]; in svg_cstate() 449 static char *HzToHuman(unsigned long hz) in HzToHuman() argument 452 unsigned long long Hz; in HzToHuman() local 456 Hz = hz; in HzToHuman() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | acct.h | 40 * 4: new binary incompatible format (128 bytes) 41 * 5: new binary incompatible format (128 bytes, second half) 64 * Yet another set of HZ to *HZ helper functions. 71 # if HZ < AHZ in jiffies_to_AHZ() 72 return x * (AHZ / HZ); in jiffies_to_AHZ() 74 return x / (HZ / AHZ); in jiffies_to_AHZ()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ast/ |
| H A D | ast_tables.h | 216 { 800, 640, 8, 96, 525, 480, 2, 2, VCLK25_175, /* 60Hz */ 218 { 832, 640, 16, 40, 520, 480, 1, 3, VCLK31_5, /* 72Hz */ 220 { 840, 640, 16, 64, 500, 480, 1, 3, VCLK31_5, /* 75Hz */ 222 { 832, 640, 56, 56, 509, 480, 1, 3, VCLK36, /* 85Hz */ 229 {1024, 800, 24, 72, 625, 600, 1, 2, VCLK36, /* 56Hz */ 231 {1056, 800, 40, 128, 628, 600, 1, 4, VCLK40, /* 60Hz */ 233 {1040, 800, 56, 120, 666, 600, 37, 6, VCLK50, /* 72Hz */ 235 {1056, 800, 16, 80, 625, 600, 1, 3, VCLK49_5, /* 75Hz */ 237 {1048, 800, 32, 64, 631, 600, 1, 3, VCLK56_25, /* 85Hz */ 245 {1344, 1024, 24, 136, 806, 768, 3, 6, VCLK65, /* 60Hz */ [all …]
|
| /OK3568_Linux_fs/kernel/sound/ppc/ |
| H A D | beep.c | 23 int hz; member 58 133, 128, 122, 117, 113, 110, 107, 105, 69 -103, -105, -107, -110, -113, -117, -122, -128, 82 #define BEEP_SRATE 22050 /* 22050 Hz sample rate */ 87 unsigned int code, int hz) in snd_pmac_beep_event() argument 102 case SND_BELL: if (hz) hz = 1000; in snd_pmac_beep_event() 111 if (! hz) { in snd_pmac_beep_event() 122 if (hz <= srate / BEEP_BUFLEN || hz > srate / 2) in snd_pmac_beep_event() 123 hz = 1000; in snd_pmac_beep_event() 133 if (hz == beep->hz && beep->volume == beep->volume_play) { in snd_pmac_beep_event() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3036.c | 49 #define PLL_DIVISORS(hz, _refdiv, _postdiv1, _postdiv2) {\ argument 51 .fbdiv = (u32)((u64)hz * _refdiv * _postdiv1 * _postdiv2 / OSC_HZ),\ 53 _Static_assert(((u64)hz * _refdiv * _postdiv1 * _postdiv2 / OSC_HZ) *\ 54 OSC_HZ / (_refdiv * _postdiv1 * _postdiv2) == hz,\ 55 #hz "Hz cannot be hit with PLL "\ 73 vco=%u Hz, output=%u Hz\n", in rkclk_set_pll() 122 * core hz : apll = 1:1 in rkclk_init() 281 if (src_clk_div > 128) { in rockchip_mmc_set_clk() 283 assert(src_clk_div - 1 < 128); in rockchip_mmc_set_clk() 323 ulong hz) in rk3036_spi_set_clk() argument [all …]
|
| H A D | clk_rk3128.c | 91 static ulong rk3128_armclk_set_clk(struct rk3128_clk_priv *priv, ulong hz) in rk3128_armclk_set_clk() argument 97 rate = rockchip_get_cpu_settings(rk3128_cpu_rates, hz); in rk3128_armclk_set_clk() 106 * core hz : apll = 1:1 in rk3128_armclk_set_clk() 110 if (old_rate > hz) { in rk3128_armclk_set_clk() 112 priv->cru, APLL, hz)) in rk3128_armclk_set_clk() 122 } else if (old_rate < hz) { in rk3128_armclk_set_clk() 132 priv->cru, APLL, hz)) in rk3128_armclk_set_clk() 187 if (src_clk_div > 128) { in rockchip_mmc_set_clk() 259 ulong clk_id, uint hz) in rk3128_peri_set_clk() argument 266 src_clk_div = DIV_ROUND_UP(priv->gpll_hz, hz); in rk3128_peri_set_clk() [all …]
|
| /OK3568_Linux_fs/kernel/tools/edid/ |
| H A D | 800x600.S | 2 800x600.S: EDID data set for standard 800x600 60 Hz monitor 30 #define XPULSE 128 34 #define VFREQ 60 /* Hz */ 36 #define ESTABLISHED_TIMING1_BITS 0x01 /* Bit 0: 800x600 @ 60Hz */
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-cs5535.c | 28 * divisors and the associated Hz, minimum interval and the maximum interval: 30 * Divisor Hz Min Delta (s) Max Delta (s) 38 * 128 256 .0625 256.000 39 * 256 128 .125 512.000 49 #define MFGPT_PERIODIC (MFGPT_HZ / HZ)
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | xtfpga.h | 62 /* Lx60 can only map 128kb memory (instead of 256kb) when running under OCD */ 64 # define CONFIG_SYS_MONITOR_LEN 0x00020000 /* 128KB */ 157 /* FPGA core clock frequency in Hz (also input to UART) */ 164 * Bit 7 maps the first 128KB of ROM address space at CONFIG_SYS_ROM_BASE to 189 /* Input clk to NS16550 (in Hz; the SYS_CLK_FREQ is in kHz) */ 217 # define CONFIG_SYS_FLASH_SIZE 0x8000000 /* 128MB */ 218 # define CONFIG_SYS_FLASH_SECT_SZ 0x20000 /* block size 128KB */ 224 # define CONFIG_SYS_FLASH_SECT_SZ 0x20000 /* block size 128KB */
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | x25.h | 76 #define X25_DEFAULT_T20 (180 * HZ) /* Default T20 value */ 77 #define X25_DEFAULT_T21 (200 * HZ) /* Default T21 value */ 78 #define X25_DEFAULT_T22 (180 * HZ) /* Default T22 value */ 79 #define X25_DEFAULT_T23 (180 * HZ) /* Default T23 value */ 80 #define X25_DEFAULT_T2 (3 * HZ) /* Default ack holdback value */ 88 #define X25_EMODULUS 128 107 #define X25_MAX_CUD_LEN 128
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inetpeer.c | 68 int inet_peer_threshold __read_mostly = 65536 + 128; /* start to throw entries more 70 int inet_peer_minttl __read_mostly = 120 * HZ; /* TTL under high load: 120 sec */ 71 int inet_peer_maxttl __read_mostly = 10 * 60 * HZ; /* usual time to live: 10 min */ 89 inet_peer_threshold >>= 2; /* about 128KB */ in inet_initpeers() 163 ttl = peer_maxttl - (peer_maxttl - peer_minttl) / HZ * in inet_peer_gc() 164 base->total / peer_threshold * HZ; in inet_peer_gc() 229 /* 60*HZ is arbitrary, but chosen enough high so that the first in inet_getpeer() 232 p->rate_last = jiffies - 60*HZ; in inet_getpeer()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-kthread-out.c | 191 (HZ * numerator) / 2; in vivid_thread_vid_out() 192 do_div(buffers_since_start, HZ * numerator); in vivid_thread_vid_out() 228 next_jiffies_since_start = numerators_since_start * HZ + in vivid_thread_vid_out() 256 u32 seq_count = dev->out_seq_count + dev->seq_wrap * 128; in vivid_start_generating_vid_out() 270 dev->vid_out_seq_start = dev->seq_wrap * 128; in vivid_start_generating_vid_out() 271 dev->vbi_out_seq_start = dev->seq_wrap * 128; in vivid_start_generating_vid_out() 272 dev->meta_out_seq_start = dev->seq_wrap * 128; in vivid_start_generating_vid_out()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02.h | 19 #define MT76x02_PSD_RING_SIZE 128 20 #define MT76x02_N_WCIDS 128 21 #define MT_CALIBRATE_INTERVAL HZ 22 #define MT_MAC_WORK_INTERVAL (HZ / 10) 24 #define MT_WATCHDOG_TIME (HZ / 10)
|
| /OK3568_Linux_fs/u-boot/drivers/watchdog/ |
| H A D | at91sam9_wdt.c | 25 * AT91SAM9 watchdog runs a 12bit counter @ 256Hz, 40 * Set the watchdog time interval in 1/256Hz (write-once) 55 * All counting occurs at SLOW_CLOCK / 128 = 256 Hz in at91_wdt_settimeout()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | pxa27x.dtsi | 34 gpio-ranges = <&pinctrl 0 0 128>; 150 opp-hz = /bits/ 64 <104000000>; 155 opp-hz = /bits/ 64 <156000000>; 160 opp-hz = /bits/ 64 <208000000>; 165 opp-hz = /bits/ 64 <312000000>; 170 opp-hz = /bits/ 64 <416000000>; 175 opp-hz = /bits/ 64 <520000000>; 180 opp-hz = /bits/ 64 <624000000>;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | mt7601u.h | 22 #define MT_CALIBRATE_INTERVAL (4 * HZ) 24 #define MT_FREQ_CAL_INIT_DELAY (30 * HZ) 25 #define MT_FREQ_CAL_CHECK_INTERVAL (10 * HZ) 26 #define MT_FREQ_CAL_ADJ_INTERVAL (HZ / 2) 105 #define N_WCIDS 128 111 #define MT_FREQ_OFFSET_INVALID -128
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mlx4_en.h | 74 #define MAX_RX_RINGS 128 83 #define STATS_DELAY (HZ / 4) 84 #define SERVICE_TASK_DELAY (HZ / 4) 101 #define MLX4_EN_WATCHDOG_TIMEOUT (15 * HZ) 141 #define MLX4_EN_RX_COAL_TIME_HIGH 128 155 #define MLX4_EN_TX_POLL_TIMEOUT (HZ / 4) 158 #define HEADER_COPY_SIZE (128 - NET_IP_ALIGN) 175 #define AVG_SIZE 128 196 MAX_INLINE = 104, /* 128 - 16 - 4 - 4 */ 626 int vids[128];
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/xilinx/ |
| H A D | zynqmp.dtsi | 81 opp-hz = /bits/ 64 <1199999988>; 86 opp-hz = /bits/ 64 <599999994>; 91 opp-hz = /bits/ 64 <399999996>; 96 opp-hz = /bits/ 64 <299999997>; 261 xlnx,bus-width = <128>; 272 xlnx,bus-width = <128>; 283 xlnx,bus-width = <128>; 294 xlnx,bus-width = <128>; 303 interrupts = <0 128 4>; 305 xlnx,bus-width = <128>; [all …]
|