Home
last modified time | relevance | path

Searched refs:butterfly (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-butterfly.c49 struct butterfly { struct
59 struct spi_device *butterfly; member
69 struct butterfly *pp = spidev_to_pp(spi); in setsck() argument
174 static struct butterfly *butterfly; variable
180 struct butterfly *pp; in butterfly_attach()
185 if (butterfly || !dev) in butterfly_attach()
272 butterfly = pp; in butterfly_attach()
290 struct butterfly *pp; in butterfly_detach()
296 if (!butterfly || butterfly->port != p) in butterfly_detach()
298 pp = butterfly; in butterfly_detach()
[all …]
H A DMakefile37 obj-$(CONFIG_SPI_BUTTERFLY) += spi-butterfly.o
H A DKconfig237 Butterfly <http://www.atmel.com/products/avr/butterfly>, an
/openbmc/linux/Documentation/spi/
H A Dindex.rst12 butterfly
H A Dbutterfly.rst2 spi_butterfly - parport-to-butterfly adapter driver
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt2274 butterfly: 2990
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch32034 …only need to compute the first half of the results, then can compute the remainder with a butterfly
32070 +# Then can apply butterfly to combine even results and odd results + rounding to produce 16 rows…
32072 +# For 16x16 no butterfly is required and can store final results in original location (Could do…
32399 + # Now apply butterfly to compute the first 16 results
32408 + # Now apply butterfly to compute the second 16 results (in reverse order)