search for: 220000

Displaying 20 results from an estimated 29 matches for "220000".

Did you mean: 20000
2013 Jul 03
6
RFC: vfio interface for platform devices (v2)
...path to the corresponding device tree node. The len field specifies the length of the path string. argsz is set by the kernel specifying the total size of struct vfio_region_info and all appended structs. 5. EXAMPLE 1 Example, Freescale SATA controller: sata at 220000 { compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; interrupts = <0x44 0x2 0x0 0x0>; }; request to get device FD would look like: fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/sys/bus/platform/de...
2013 Jul 03
6
RFC: vfio interface for platform devices (v2)
...path to the corresponding device tree node. The len field specifies the length of the path string. argsz is set by the kernel specifying the total size of struct vfio_region_info and all appended structs. 5. EXAMPLE 1 Example, Freescale SATA controller: sata at 220000 { compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; interrupts = <0x44 0x2 0x0 0x0>; }; request to get device FD would look like: fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/sys/bus/platform/de...
2013 Jul 03
0
RFC: vfio interface for platform devices
...node */ > }; > > User space allocates enough space for the device tree path, sets > the type field identifying whether this is a region, or irq, > and sets argsz appropriately. > > 5. EXAMPLE 1 > > Example, Freescale SATA controller: > > sata at 220000 { > compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; > reg = <0x220000 0x1000>; > interrupts = <0x44 0x2 0x0 0x0>; > }; > > request to get device FD would look like: > fd = ioctl(group, VFIO_GROUP_GET_DEVICE_F...
2013 Jul 02
7
RFC: vfio interface for platform devices
.../* output: Full path to associated device tree node */ }; User space allocates enough space for the device tree path, sets the type field identifying whether this is a region, or irq, and sets argsz appropriately. 5. EXAMPLE 1 Example, Freescale SATA controller: sata at 220000 { compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; interrupts = <0x44 0x2 0x0 0x0>; }; request to get device FD would look like: fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/soc at ffe000000/sa...
2013 Jul 02
7
RFC: vfio interface for platform devices
.../* output: Full path to associated device tree node */ }; User space allocates enough space for the device tree path, sets the type field identifying whether this is a region, or irq, and sets argsz appropriately. 5. EXAMPLE 1 Example, Freescale SATA controller: sata at 220000 { compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; interrupts = <0x44 0x2 0x0 0x0>; }; request to get device FD would look like: fd = ioctl(group, VFIO_GROUP_GET_DEVICE_FD, "/soc at ffe000000/sa...
2013 Jul 03
0
RFC: vfio interface for platform devices
...*/ > }; > > User space allocates enough space for the device tree path, sets > the type field identifying whether this is a region, or irq, > and sets argsz appropriately. > > 5. EXAMPLE 1 > > Example, Freescale SATA controller: > > sata at 220000 { > compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; > reg = <0x220000 0x1000>; > interrupts = <0x44 0x2 0x0 0x0>; > }; > > request to get device FD would look like: > fd = ioctl(group, VFIO_GROUP_GET_DE...
2017 Sep 08
0
Optimize code to read text-file with digits
On 8 September 2017 at 14:37, peter dalgaard <pdalgd at gmail.com> wrote: > > > > On 8 Sep 2017, at 14:03 , peter dalgaard <pdalgd at gmail.com> wrote: > > > > x <- scan("~/Downloads/digits.txt") > > x <- x[-seq(1,220000,11)] > > ...and, come to think of it, if you really want the 1000000 random digits: > > xx <- c(outer(x,10^(0:4), "%/%")) %% 10 > Hi Peter, Thanks a lot for the answers. I can see that I need to read about outer(). However I get a different result than expected. R&...
2013 Jul 04
0
RFC: vfio interface for platform devices (v2)
...e. The len field specifies the length of the > path string. > > argsz is set by the kernel specifying the total size of > struct vfio_region_info and all appended structs. > > 5. EXAMPLE 1 > > Example, Freescale SATA controller: > > sata at 220000 { > compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; > reg = <0x220000 0x1000>; > interrupts = <0x44 0x2 0x0 0x0>; > }; > > request to get device FD would look like: > fd = ioctl(group, VFIO_GROUP_GET_DE...
2017 Sep 08
2
Optimize code to read text-file with digits
> On 8 Sep 2017, at 14:03 , peter dalgaard <pdalgd at gmail.com> wrote: > > x <- scan("~/Downloads/digits.txt") > x <- x[-seq(1,220000,11)] ...and, come to think of it, if you really want the 1000000 random digits: xx <- c(outer(x,10^(0:4), "%/%")) %% 10 -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23...
2010 Jan 14
1
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Hi again, I tested lower cumul_gain limit values. In fact, I reduced the value to 240000, 230000, 220000, ..., 20000, 10000, 5000, 2000, 1000, 500. (quality 7, complexity 2) For input signal 2000 Hz, the values 190000, 130000, 60000, and 1000 look o.k., all others don't. For 500, the (zoomed out) waveform shows some kind of amplitude ripple -- i think, this value is definetely too low. I tested...
2013 Jul 03
1
RFC: vfio interface for platform devices
...ser space allocates enough space for the device tree path, sets >> the type field identifying whether this is a region, or irq, >> and sets argsz appropriately. >> >> 5. EXAMPLE 1 >> >> Example, Freescale SATA controller: >> >> sata at 220000 { >> compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; >> reg = <0x220000 0x1000>; >> interrupts = <0x44 0x2 0x0 0x0>; >> }; >> >> request to get device FD would look like: >> fd = ioc...
2013 Jul 03
1
RFC: vfio interface for platform devices
...ser space allocates enough space for the device tree path, sets >> the type field identifying whether this is a region, or irq, >> and sets argsz appropriately. >> >> 5. EXAMPLE 1 >> >> Example, Freescale SATA controller: >> >> sata at 220000 { >> compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; >> reg = <0x220000 0x1000>; >> interrupts = <0x44 0x2 0x0 0x0>; >> }; >> >> request to get device FD would look like: >> fd = ioc...
2013 Jul 03
0
RFC: vfio interface for platform devices (v2)
...e. The len field specifies the length of the > path string. > > argsz is set by the kernel specifying the total size of > struct vfio_region_info and all appended structs. > > 5. EXAMPLE 1 > > Example, Freescale SATA controller: > > sata at 220000 { > compatible = "fsl,p2041-sata", "fsl,pq-sata-v2"; > reg = <0x220000 0x1000>; > interrupts = <0x44 0x2 0x0 0x0>; > }; > > request to get device FD would look like: > fd = ioctl(group, VFIO_GROUP_GET_DE...
2017 Sep 08
1
Optimize code to read text-file with digits
...> On 8 September 2017 at 14:37, peter dalgaard <pdalgd at gmail.com> wrote: >> >> >>> On 8 Sep 2017, at 14:03 , peter dalgaard <pdalgd at gmail.com> wrote: >>> >>> x <- scan("~/Downloads/digits.txt") >>> x <- x[-seq(1,220000,11)] >> >> ...and, come to think of it, if you really want the 1000000 random digits: >> >> xx <- c(outer(x,10^(0:4), "%/%")) %% 10 >> > > Hi Peter, > Thanks a lot for the answers. I can see that I need to read about outer(). > However I...
2013 Dec 17
1
Virtual Machine converted from physical : Kernel Panic at boot .
...t' setuproot: moving /dev failed: No such file or directory setuproot: error mounting /proc failed: No such file or directory setuproot: error mounting /sys failed: No such file or directory switchroot: mount failed: No such file or directory Kernel panic - not syncing: Attempted to kill init!-220000 I have follows the VMware provided solution for this situation but the results are the same http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1002402 http://blog.edgoad.com/2010/03/vmware-no-volume-groups-found.html I have re-installed the CentO...
2010 Jan 20
1
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
...id you run the encoder with the fixed-point debug option? > > > > Jean-Marc > > > > On 2010-01-14 11:11, Frank Lorenz wrote: > > > Hi again, > > > > > > I tested lower cumul_gain limit values. In fact, I reduced the value to 240000, 230000, 220000, ..., 20000, 10000, 5000, 2000, 1000, 500. (quality 7, complexity 2) > > > > > > For input signal 2000 Hz, the values 190000, 130000, 60000, and 1000 look o.k., all others don't. For 500, the (zoomed out) waveform shows some kind of amplitude ripple -- i think, this value is...
2010 Sep 17
3
ZFS Dataset lost structure
...1a0000 L0 1:205c4f1600:20000 20000L/20000P F=1 B=91830/91830 1c0000 L0 1:205c511600:20000 20000L/20000P F=1 B=91830/91830 1e0000 L0 1:205c531600:20000 20000L/20000P F=1 B=91830/91830 200000 L0 1:205c551600:20000 20000L/20000P F=1 B=91830/91830 220000 L0 1:205c571600:20000 20000L/20000P F=1 B=91830/91830 240000 L0 0:3c419ac600:20000 20000L/20000P F=1 B=91830/91830 260000 L0 0:3c419cc600:20000 20000L/20000P F=1 B=91830/91830 280000 L0 0:3c419ec600:20000 20000L/20000P F=1 B=91830/91830 2a0000...
2015 Jan 18
2
default min-v/nsize parameters
...github.com/wch/r-source/blob/master/src/main/startup.c#L169 (ripley last authored on Jun 9, 2004) 157 Rp->vsize = R_VSIZE; 158 Rp->nsize = R_NSIZE; 166 #define Max_Nsize 50000000 /* about 1.4Gb 32-bit, 2.8Gb 64-bit */ 167 #define Max_Vsize R_SIZE_T_MAX /* unlimited */ 169 #define Min_Nsize 220000 170 #define Min_Vsize (1*Mega) https://github.com/wch/r-source/blob/master/src/main/memory.c#L335 (luke last authored on Nov 1, 2000) #ifdef SMALL_MEMORY 336 /* On machines with only 32M of memory (or on a classic Mac OS port) 337 it might be a good idea to use settings like these that are...
2005 Mar 30
5
2d plotting and colours
Hi! I am new to R just 3 days in it and i apologize if my questions seem very trivial and consumed your valuable time. I am coding in perl and i stumbled upon R regarding plotting good statistical graphs. I tried the kmean clustering for a large matrix ,say > 150 * 150 . I tried the example code given in the tutorial to perform 2d plot # i ranges from 2 to 10 cl <- kmeans(x, i, 20)
2010 Jan 18
0
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
...2010 um 01:41 geschrieben: > Did you run the encoder with the fixed-point debug option? > > Jean-Marc > > On 2010-01-14 11:11, Frank Lorenz wrote: > > Hi again, > > > > I tested lower cumul_gain limit values. In fact, I reduced the value to 240000, 230000, 220000, ..., 20000, 10000, 5000, 2000, 1000, 500. (quality 7, complexity 2) > > > > For input signal 2000 Hz, the values 190000, 130000, 60000, and 1000 look o.k., all others don't. For 500, the (zoomed out) waveform shows some kind of amplitude ripple -- i think, this value is definetely...