Home
last modified time | relevance | path

Searched full:cordic (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/lib/math/
DKconfig2 config CORDIC config
3 tristate "CORDIC algorithm"
5 This option provides an implementation of the CORDIC algorithm;
6 calculations are in fixed point. Module will be called cordic.
Dcordic.c17 #include <linux/cordic.h>
90 MODULE_DESCRIPTION("CORDIC algorithm");
DMakefile4 obj-$(CONFIG_CORDIC) += cordic.o
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/
DKconfig12 select CORDIC
/Linux-v6.6/Documentation/devicetree/bindings/iio/magnetometer/
Dti,tmag5273.yaml18 engine (CORDIC) provides full 360° angular position information for both
/Linux-v6.6/include/linux/
Dcordic.h48 * CORDIC algorithm. The coordinate consists of a real (i) and an
/Linux-v6.6/Documentation/arch/arm/nwfpe/
Dtodo.rst31 Another approach, which I know little about is CORDIC. This stands for
/Linux-v6.6/drivers/net/wireless/broadcom/b43/
DKconfig8 select CORDIC
Dphy_lp.c13 #include <linux/cordic.h>
Dphy_n.c13 #include <linux/cordic.h>
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c8 #include <linux/cordic.h>
Dphy_n.c10 #include <linux/cordic.h>