Home
last modified time | relevance | path

Searched +full:180 +full:deg (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/devicetree/bindings/regulator/
H A Dmps,mpq7920.yaml66 corresponding values 0deg, 90deg, 180deg, 270deg
/linux/drivers/clk/sunxi-ng/
H A Dccu_phase.c27 return 180; in ccu_phase_get_phase()
85 if (degrees != 180) { in ccu_phase_set_phase()
96 * formula to get the outphasing in degrees is deg = in ccu_phase_set_phase()
/linux/include/uapi/linux/
H A Dinput.h91 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
449 * 0 deg -> 0x0000 (down)
450 * 90 deg -> 0x4000 (left)
451 * 180 deg -> 0x8000 (up)
452 * 270 deg -> 0xC000 (right)
/linux/drivers/mmc/host/
H A Ddw_mmc-rockchip.c42 * simplify calculations. So 45degs could be anywhere between 33deg and 57.8deg.
224 * When picking values we'll stick with picking 0/90/180/270 since in dw_mci_rk3288_set_ios()
259 phase = 180; in dw_mci_rk3288_set_ios()
269 * hurt to give margin here, so we use 180. in dw_mci_rk3288_set_ios()
271 phase = 180; in dw_mci_rk3288_set_ios()
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c323 #define D45_PRED 3 /* Directional 45 deg = round(arctan(1/1) * 180/pi) */
324 #define D135_PRED 4 /* Directional 135 deg = 180 - 45 */
325 #define D117_PRED 5 /* Directional 117 deg = 180 - 63 */
326 #define D153_PRED 6 /* Directional 153 deg = 180 - 27 */
327 #define D207_PRED 7 /* Directional 207 deg = 180 + 27 */
328 #define D63_PRED 8 /* Directional 63 deg = round(arctan(2/1) * 180/pi) */
/linux/drivers/clk/sunxi/
H A Dclk-mod0.c183 return 180; in mmc_get_phase()
241 if (degrees != 180) { in mmc_set_phase()
252 * formula to get the outphasing in degrees is deg = in mmc_set_phase()
/linux/include/acpi/
H A Dactbl2.h2092 u16 direction_angle; /* -180 - +180 */
2093 u16 elevation_angle; /* -180 - +180 */
2094 u16 work_vertical_angle_begin; /* -180 - +180 with 2 deg step */
2095 u16 work_vertical_angle_end; /* -180 - +180 with 2 deg step */
2096 u16 work_horizontal_angle_begin; /* -180 - +180 with 2 deg step */
2097 u16 work_horizontal_angle_end; /* -180 - +180 with 2 deg step */
/linux/drivers/staging/fbtft/
H A Dfb_uc1611.c47 /* TC -> % compensation per deg C: 0-3 -> -.05, -.10, -.015, -.20 */
172 case 180: in set_var()
/linux/arch/powerpc/boot/dts/
H A Dxcalibur1501.dts284 /* CompactPCI J5 GPIO and FAL/DEG/PRST */
336 dma-channel@180 {
377 dma-channel@180 {
/linux/drivers/power/supply/
H A Dmax1720x_battery.c244 { .name = "nSerialNumber2", .offset = 180, .bytes = 2, },
299 return val * 10 / 256; /* in tenths of deg. C */ in max172xx_current_to_voltage()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py141 DEGREE = HidUnit.from_string("EnglishRotation: deg")
560 usage_id("Digitizers", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
561 usage_id("Digitizers", "Y Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
563 usage_id("Wacom", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
564 usage_id("Wacom", "Y Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
/linux/drivers/gpu/drm/
H A Ddrm_modes.c2170 unsigned int deg, margin, rotation = 0; in drm_mode_parse_cmdline_options() local
2184 if (drm_mode_parse_cmdline_int(delim, &deg)) in drm_mode_parse_cmdline_options()
2187 switch (deg) { in drm_mode_parse_cmdline_options()
2196 case 180: in drm_mode_parse_cmdline_options()