Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/drivers/net/wireless/b43/
Dphy_common.c450 u32 angle = 0; in b43_cordic() local
467 if (theta > angle) { in b43_cordic()
471 angle += arctg[i]; in b43_cordic()
476 angle -= arctg[i]; in b43_cordic()
Dphy_n.c1584 u16 bw, len, rot, angle; in b43_nphy_gen_load_samples() local
1609 angle = 0; in b43_nphy_gen_load_samples()
1612 samples[i] = b43_cordic(angle); in b43_nphy_gen_load_samples()
1613 angle += rot; in b43_nphy_gen_load_samples()
Dphy_lp.c1789 int i, samples = 0, angle = 0; in lpphy_start_tx_tone() local
1807 sample = b43_cordic(angle); in lpphy_start_tx_tone()
1808 angle += rotation; in lpphy_start_tx_tone()
/linux-2.6.39/drivers/video/
Dau1100fb.c372 void au1100fb_fb_rotate(struct fb_info *fbi, int angle) in au1100fb_fb_rotate() argument
376 print_dbg("fb_rotate %p %d", fbi, angle); in au1100fb_fb_rotate()
378 if (fbdev && (angle > 0) && !(angle % 90)) { in au1100fb_fb_rotate()
383 fbdev->regs->lcd_control |= ((angle/90) << LCD_CONTROL_SM_BIT); in au1100fb_fb_rotate()
Dbf537-lq035.c567 static void bfin_lq035_fb_rotate(struct fb_info *fbi, int angle) in bfin_lq035_fb_rotate() argument
569 pr_debug("%s: %p %d", __func__, fbi, angle); in bfin_lq035_fb_rotate()
571 switch (angle) { in bfin_lq035_fb_rotate()
Dskeletonfb.c627 void xxxfb_rotate(struct fb_info *info, int angle) in xxxfb_rotate() argument
/linux-2.6.39/drivers/video/omap/
Domapfb.h150 int (*set_rotate) (int angle);
Dblizzard.c960 static int blizzard_set_rotate(int angle) in blizzard_set_rotate() argument
967 switch (angle) { in blizzard_set_rotate()
/linux-2.6.39/drivers/staging/winbond/
Dphy_calibration.c264 void _sin_cos(s32 angle, s32 *sin, s32 *cos) in _sin_cos() argument
271 TargetAngle = abs(angle); in _sin_cos()
290 if (angle > 0) { in _sin_cos()
/linux-2.6.39/Documentation/arm/nwfpe/
DTODO6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
DREADME.FPE123 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
/linux-2.6.39/Documentation/fb/
Dfbcon.txt128 This option changes the orientation angle of the console display. The
136 The angle can be changed anytime afterwards by 'echoing' the same
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c3031 fixed angle, valtmp; in wlc_phy_cordic() local
3038 angle = 0; in wlc_phy_cordic()
3054 if (theta > angle) { in wlc_phy_cordic()
3058 angle += AtanTbl[iter]; in wlc_phy_cordic()
3063 angle -= AtanTbl[iter]; in wlc_phy_cordic()
/linux-2.6.39/include/linux/
Dfb.h668 void (*fb_rotate)(struct fb_info *info, int angle);
/linux-2.6.39/Documentation/arm/OMAP/
DDSS286 omapfb.rotate=<angle>