Searched refs:butterfly (Results 1 – 7 of 7) sorted by relevance
49 struct butterfly { struct59 struct spi_device *butterfly; member69 struct butterfly *pp = spidev_to_pp(spi); in setsck() argument174 static struct butterfly *butterfly; variable180 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 …]
37 obj-$(CONFIG_SPI_BUTTERFLY) += spi-butterfly.o
237 Butterfly <http://www.atmel.com/products/avr/butterfly>, an
12 butterfly
2 spi_butterfly - parport-to-butterfly adapter driver
2274 butterfly: 2990
32034 …only need to compute the first half of the results, then can compute the remainder with a butterfly32070 +# 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 results32408 + # Now apply butterfly to compute the second 16 results (in reverse order)