| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_clock_utils.c | 10 #define MHZ_12 12000000 /* 12MHz (24MHz/2), 83.333ns */ 11 #define MHZ_12_5 12500000 /* 12.5MHz (25MHz/2), 80ns */ 12 #define MHZ_19_2 19200000 /* 19.2MHz, 52.083ns */ 80 u32 intel_gt_ns_to_clock_interval(const struct intel_gt *gt, u32 ns) in intel_gt_ns_to_clock_interval() argument 82 return div_u64_roundup(mul_u32_u32(gt->clock_frequency, ns), in intel_gt_ns_to_clock_interval() 86 u32 intel_gt_ns_to_pm_interval(const struct intel_gt *gt, u32 ns) in intel_gt_ns_to_pm_interval() argument 91 * Make these a multiple of magic 25 to avoid SNB (eg. Dell XPS in intel_gt_ns_to_pm_interval() 97 val = DIV_ROUND_UP(intel_gt_ns_to_clock_interval(gt, ns), 16); in intel_gt_ns_to_pm_interval() 99 val = roundup(val, 25); in intel_gt_ns_to_pm_interval()
|
| H A D | intel_rc6.c | 70 set(uncore, GEN6_RC_EVALUATION_INTERVAL, 125000); /* 12500 * 1280ns */ in gen11_rc6_enable() 71 set(uncore, GEN6_RC_IDLE_HYSTERSIS, 25); /* 25 * 1280ns */ in gen11_rc6_enable() 84 * Bspec's guidance is to use 25us (really 25 * 1280ns) here. What we in gen11_rc6_enable() 143 set(uncore, GEN6_RC_EVALUATION_INTERVAL, 125000); /* 12500 * 1280ns */ in gen9_rc6_enable() 144 set(uncore, GEN6_RC_IDLE_HYSTERSIS, 25); /* 25 * 1280ns */ in gen9_rc6_enable() 155 * Bspec's guidance is to use 25us (really 25 * 1280ns) here. What we in gen9_rc6_enable() 202 set(uncore, GEN6_RC_EVALUATION_INTERVAL, 125000); /* 12500 * 1280ns */ in gen8_rc6_enable() 203 set(uncore, GEN6_RC_IDLE_HYSTERSIS, 25); /* 25 * 1280ns */ in gen8_rc6_enable() 229 set(uncore, GEN6_RC_IDLE_HYSTERSIS, 25); in gen6_rc6_enable() 353 set(uncore, GEN6_RC_EVALUATION_INTERVAL, 125000); /* 12500 * 1280ns */ in chv_rc6_enable() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | fib_offload_lib.sh | 7 local ns=$1; shift 13 ip -n $ns -j -p -$family route show $route \ 29 local ns=$1; shift 34 busywait 5000 __fib_trap_check $ns $family "$route" $should_fail 39 local ns=$1; shift 43 fib_trap_check $ns 4 "$route" $should_fail 48 local ns=$1; shift 52 fib_trap_check $ns 6 "$route" $should_fail 57 local ns=$1; shift 63 ip -n $ns link add name dummy$i type dummy [all …]
|
| /OK3568_Linux_fs/u-boot/board/armadeus/apf27/ |
| H A D | apf27.h | 78 #define ACFG_SDRAM_EXIT_PWD 25 /* ns exit power 84 #define ACFG_SDRAM_ROW_PRECHARGE_DELAY 18 /* ns */ 91 #define ACFG_SDRAM_RAS_DELAY 42 /* ns ACTIVE-to-PRECHARGE delay */ 92 #define ACFG_SDRAM_RRD_DELAY 12 /* ns ACTIVE-to-ACTIVE delay */ 93 #define ACFG_SDRAM_RCD_DELAY 18 /* ns Row to Column delay */ 94 #define ACFG_SDRAM_RC_DELAY 70 /* ns Row cycle delay (tRFC 97 #define ACFG_SDRAM_CLOCK_CYCLE_CL_1 0 /* ns clock cycle time 124 #define ACFG_SDRAM_EXIT_PWD 25 /* ns exit power 130 #define ACFG_SDRAM_ROW_PRECHARGE_DELAY 18 /* ns */ 137 #define ACFG_SDRAM_RAS_DELAY 42 /* ns ACTIVE-to-PRECHARGE delay */ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | ddr1_dimm_params.c | 51 * This implements the tables for bytes 9, 23 and 25 for both 54 * (That is, cycle times of .25, .33, .66 and .75 ns are 124 * Bits 7:2 == whole ns 125 * Bits 1:0 == quarter ns 126 * 00 == 0.00 ns 127 * 01 == 0.25 ns 128 * 10 == 0.50 ns 129 * 11 == 0.75 ns 149 3900000, /* 1 Reduced .25x */ in determine_refresh_rate_ps()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap3-cm-t3x.dtsi | 229 interrupts = <25 0>; /* gpio_57 */ 230 pendown-gpio = <&gpio2 25 GPIO_ACTIVE_HIGH>; 279 gpmc,cs-on-ns = <0>; 280 gpmc,cs-rd-off-ns = <120>; 281 gpmc,cs-wr-off-ns = <120>; 283 gpmc,adv-on-ns = <0>; 284 gpmc,adv-rd-off-ns = <120>; 285 gpmc,adv-wr-off-ns = <120>; 287 gpmc,we-on-ns = <6>; 288 gpmc,we-off-ns = <90>; [all …]
|
| H A D | logicpd-som-lv.dtsi | 57 gpmc,cs-on-ns = <0>; 58 gpmc,cs-rd-off-ns = <44>; 59 gpmc,cs-wr-off-ns = <44>; 60 gpmc,adv-on-ns = <6>; 61 gpmc,adv-rd-off-ns = <34>; 62 gpmc,adv-wr-off-ns = <44>; 63 gpmc,we-off-ns = <40>; 64 gpmc,oe-off-ns = <54>; 65 gpmc,access-ns = <64>; 66 gpmc,rd-cycle-ns = <82>; [all …]
|
| H A D | sama5d3xcm.dtsi | 65 atmel,smc-ncs-rd-setup-ns = <0>; 66 atmel,smc-ncs-wr-setup-ns = <0>; 67 atmel,smc-nwe-setup-ns = <8>; 68 atmel,smc-nrd-setup-ns = <16>; 69 atmel,smc-ncs-rd-pulse-ns = <84>; 70 atmel,smc-ncs-wr-pulse-ns = <84>; 71 atmel,smc-nrd-pulse-ns = <76>; 72 atmel,smc-nwe-pulse-ns = <76>; 73 atmel,smc-nrd-cycle-ns = <107>; 74 atmel,smc-nwe-cycle-ns = <84>; [all …]
|
| H A D | socfpga_cyclone5_socrates.dts | 69 gpios = <&portb 25 1>; 88 cdns,tshsl-ns = <50>; 89 cdns,tsd2d-ns = <50>; 90 cdns,tchsh-ns = <4>; 91 cdns,tslch-ns = <4>;
|
| H A D | omap4-duovero-parlor.dts | 35 gpios = <&gpio4 25 GPIO_ACTIVE_LOW>; /* gpio_121 */ 146 gpmc,cs-on-ns = <10>; 147 gpmc,cs-rd-off-ns = <50>; 148 gpmc,cs-wr-off-ns = <50>; 149 gpmc,adv-on-ns = <0>; 150 gpmc,adv-rd-off-ns = <10>; 151 gpmc,adv-wr-off-ns = <10>; 152 gpmc,oe-on-ns = <15>; 153 gpmc,oe-off-ns = <50>; 154 gpmc,we-on-ns = <15>; [all …]
|
| H A D | pxa25x.dtsi | 40 interrupts = <25>; 97 clock-latency-ns = <20>; 102 clock-latency-ns = <20>; 107 clock-latency-ns = <20>; 112 clock-latency-ns = <20>;
|
| H A D | pxa27x.dtsi | 14 interrupts = <25>; 152 clock-latency-ns = <20>; 157 clock-latency-ns = <20>; 162 clock-latency-ns = <20>; 167 clock-latency-ns = <20>; 172 clock-latency-ns = <20>; 177 clock-latency-ns = <20>; 182 clock-latency-ns = <20>;
|
| /OK3568_Linux_fs/u-boot/board/keymile/km_arm/ |
| H A D | kwbimage_256M8_1.cfg | 16 # MT47H256M8EB-25EIT:C 76 # bit 25-24: 2, Data RAM RTC RAM2 100 # bit 25: 1, required 121 # bit 3-0: 0xe, TRAS = 45ns -> 15 clk cycles 122 # bit 7-4: 0x4, TRCD = 15ns -> 5 clk cycles 123 # bit 11-8: 0x4, TRP = 15ns -> 5 clk cycles 124 # bit 15-12: 0x4, TWR = 15ns -> 5 clk cycles 125 # bit 19-16: 0x2, TWTR = 7,5ns -> 3 clk cycles 128 # bit 27-24: 0x2, TRRD = 7,5ns -> 3 clk cycles 129 # bit 31-28: 0x2, TRTP = 7,5ns -> 3 clk cycles [all …]
|
| H A D | kwbimage_128M16_1.cfg | 74 # bit 25-24: 2, Data RAM RTC RAM2 98 # bit 25: 1, required 119 # bit 3-0: 0xE, TRAS, 15 clk (45 ns) 120 # bit 7-4: 0x4, TRCD, 5 clk (15 ns) 121 # bit 11-8: 0x4, TRP, 5 clk (15 ns) 122 # bit 15-12: 0x4, TWR, 5 clk (15 ns) 123 # bit 19-16: 0x2, TWTR, 3 clk (7.5 ns) 126 # bit 27-24: 0x3, TRRD, 4 clk (10 ns) 127 # bit 31-28: 0x2, TRTP, 3 clk (7.5 ns) 130 # bit 6-0: 0x3E, TRFC, 63 clk (195 ns)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/maki-4.0.0/ |
| H A D | bank.svg | 5 …ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespace… 13 ….4367,6.1711,8.4205,6.091,8.375,6H6.625z M6.5,6.5v0.25h2V6.5H6.5z M6.5,7v0.25h2V7H6.5z M6.5,7.5v0.… 14 …L6.25,8.25h2L8.5,8H6.5z M6,8.5c0,0,0.0353,0.1024,0.1016,0.25H8.375L8,8.5H6z M1.5,9C1.7761,9,2,9.22…
|
| H A D | restaurant.svg | 5 …ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespace… 9 …c-0.0314-0.8176,1.7334-1.1808,1.75-2L6.5,0H6l0.25,4L5.5,4.5L5.25,0h-0.5L4.5,4.5L3.75,4L4,0H3.5z M1…
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-s32v234/ |
| H A D | lpddr2.h | 40 …CFG0_VALUE 0x464F61A5 /* tRFCab=70 (=130ns),tXSR=80 (=tRFCab+10ns),tXP=4 (=7.5ns),tXPDLL=n/a,tF… 41 …G1_VALUE 0x00180E63 /* tRCD=n/a,tRPpb=n/a,tRC=n/a ,tRAS=25 (=47ns),tRPA=n/a,tWR=8 (=15.0ns),tMR… 42 #define MMDC_MDCFG2_VALUE 0x000000DD /* tDLLK=n/a,tRTP=4 (=7.5ns),tWTR=4 (=7.5ns),tRRD=6 (=10ns)… 43 …LUE 0x001F099B /* RC_LP=tRAS+tRPab=32 (>60ns), tRCD_LP=10 (18ns) , tRPpb_LP=10 (18ns), tRPab_LP… 49 …C_MPZQLP2CTL_VALUE 0x1B5F0109 /* ZQ_LP2_HW_ZQCS=0x1B (90ns spec), ZQ_LP2_HW_ZQCL=0x5F (160ns spe…
|
| /OK3568_Linux_fs/kernel/net/x25/ |
| H A D | x25_subr.c | 3 * X.25 Packet Layer release 002 12 * X.25 001 Jonathan Naylor Started coding. 13 * X.25 002 Jonathan Naylor Centralised disconnection processing. 258 * Unpick the contents of the passed X.25 Packet Layer frame. 260 int x25_decode(struct sock *sk, struct sk_buff *skb, int *ns, int *nr, int *q, in x25_decode() argument 270 *ns = *nr = *q = *d = *m = 0; in x25_decode() 319 *ns = (frame[2] >> 1) & 0x7F; in x25_decode() 328 *ns = (frame[2] >> 1) & 0x07; in x25_decode()
|
| H A D | x25_in.c | 3 * X.25 Packet Layer release 002 12 * X.25 001 Jonathan Naylor Started coding. 13 * X.25 002 Jonathan Naylor Centralised disconnection code. 208 static int x25_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype, int ns, int nr, … in x25_state3_machine() argument 261 if ((ns != x25->vr) || !x25_validate_nr(sk, nr)) { in x25_state3_machine() 274 if (ns == x25->vr) { in x25_state3_machine() 418 int queued = 0, frametype, ns, nr, q, d, m; in x25_process_rx_frame() local 423 frametype = x25_decode(sk, skb, &ns, &nr, &q, &d, &m); in x25_process_rx_frame() 433 queued = x25_state3_machine(sk, skb, frametype, ns, nr, q, d, m); in x25_process_rx_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-meson8b.c | 35 /* TX clock delay in ns = "8ns / 4 * tx_dly_val" (where 8ns are exactly one 37 * 0ns = 0x0, 2ns = 0x1, 4ns = 0x2, 6ns = 0x3 67 * ...) can be configured to be 1 to compensate for a delay of about 1ns. 332 * 25MHz for 100Mbit/s and 2.5MHz for 10Mbit/s). in meson8b_init_prg_eth() 349 /* invert internal clk_rmii_i to generate 25/2.5 tx_rx_clk */ in meson8b_init_prg_eth() 402 /* use 2ns as fallback since this value was previously hardcoded */ in meson8b_dwmac_probe() 403 if (of_property_read_u32(pdev->dev.of_node, "amlogic,tx-delay-ns", in meson8b_dwmac_probe() 407 /* use 0ns as fallback since this is what most boards actually use */ in meson8b_dwmac_probe() 408 if (of_property_read_u32(pdev->dev.of_node, "amlogic,rx-delay-ns", in meson8b_dwmac_probe() 414 "The only allowed RX delays values are: 0ns, 2ns"); in meson8b_dwmac_probe()
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | jensen.h | 48 * EISA "Host Address Extension" address (bits 25-31 of the EISA address) 94 /* hae on the Jensen is bits 31:25 shifted right */ in jensen_set_hae() 95 addr >>= 25; in jensen_set_hae() 307 #define IOPORT(OS, NS) \ argument 308 __EXTERN_INLINE unsigned int jensen_ioread##NS(const void __iomem *xaddr) \ 315 __EXTERN_INLINE void jensen_iowrite##NS(u##NS b, void __iomem *xaddr) \
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | am335x-pxm2.dtsi | 31 brightness-levels = <0 2 5 7 10 12 15 17 20 22 25 28 30 33 35 166 gpmc,cs-on-ns = <0>; 167 gpmc,cs-rd-off-ns = <44>; 168 gpmc,cs-wr-off-ns = <44>; 169 gpmc,adv-on-ns = <6>; 170 gpmc,adv-rd-off-ns = <34>; 171 gpmc,adv-wr-off-ns = <44>; 172 gpmc,we-on-ns = <0>; 173 gpmc,we-off-ns = <40>; 174 gpmc,oe-on-ns = <0>; [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | i2c.c | 1115 printf ("%d ns\n", b & 0x0F); in print_ddr2_tcyc() 1118 puts ("25 ns\n"); in print_ddr2_tcyc() 1121 puts ("33 ns\n"); in print_ddr2_tcyc() 1124 puts ("66 ns\n"); in print_ddr2_tcyc() 1127 puts ("75 ns\n"); in print_ddr2_tcyc() 1130 puts ("?? ns\n"); in print_ddr2_tcyc() 1322 printf ("SDRAM cycle time %d.%d ns\n", in do_sdram() 1329 printf ("SDRAM access time 0.%d%d ns\n", in do_sdram() 1333 printf ("SDRAM access time %d.%d ns\n", in do_sdram() 1483 "%d ns\n", (data[23] >> 4) & 0x0F, data[23] & 0x0F); in do_sdram() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A D | ipw2100.h | 93 #define IPW_DL_ISR (1<<25) 431 #define STATUS_SCAN_ABORTING (1<<25) 608 #define WEP_KEY_INDEX 25 692 #define IPW2100_INTA_FW_CALIBRATION_CALC (0x02000000) // Bit 25 871 typedef enum _ORDINAL_TABLE_1 { // NS - means Not Supported by FW 912 IPW_ORD_STAT_TX_ABORT_AT_HOP, //NS // # of Tx's aborted at hop time 914 IPW_ORD_STAT_TX_ABORT_LATE_DMA, //NS // # of times tx aborted due to late dma setup 915 IPW_ORD_STAT_TX_ABORT_STX, //NS // # of times backoff aborted 918 IPW_ORD_STAT_TX_BPDU, //NS // # of spanning tree BPDUs sent 937 IPW_ORD_STAT_RX_POLL, //NS // # of poll rx [all …]
|
| /OK3568_Linux_fs/u-boot/board/xes/xpedite537x/ |
| H A D | ddr.c | 47 * Minimum chip delay (Ch 0): 1.372ns 48 * Maximum chip delay (Ch 0): 2.914ns 49 * Minimum chip delay (Ch 1): 1.220ns 50 * Maximum chip delay (Ch 1): 2.595ns 52 * CLK adjust = 5 (from simulations) = 5/8* 3.33ns = 2080ps 58 * = 3.808ns 64 * = 6.240ns 70 * = 3.288ns 76 * = 5.536ns 78 * Ch.0: 3.808ns to 6.240ns additional delay needed (pick 5ns as target) [all …]
|