Home
last modified time | relevance | path

Searched +full:275 +full:v (Results 1 – 22 of 22) sorted by relevance

/linux-6.14.4/fs/bcachefs/
Dsb-errors_format.h306 x(alloc_key_io_time_bad, 275, 0) \
328 __le64 v; member
333 LE64_BITMASK(BCH_SB_ERROR_ENTRY_ID, struct bch_sb_field_error_entry, v, 0, 16);
334 LE64_BITMASK(BCH_SB_ERROR_ENTRY_NR, struct bch_sb_field_error_entry, v, 16, 64);
/linux-6.14.4/drivers/media/dvb-frontends/
Ds5h1409.c115 { 901, 275, },
281 { 84, 275, },
798 static int s5h1409_qam256_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1409_qam256_lookup_snr() argument
804 if (v < qam256_snr_tab[i].val) { in s5h1409_qam256_lookup_snr()
813 static int s5h1409_qam64_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1409_qam64_lookup_snr() argument
819 if (v < qam64_snr_tab[i].val) { in s5h1409_qam64_lookup_snr()
828 static int s5h1409_vsb_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1409_vsb_lookup_snr() argument
834 if (v > vsb_snr_tab[i].val) { in s5h1409_vsb_lookup_snr()
Ds5h1411.c142 { 0x38b, 275, },
310 { 0x4ba0, 275, },
712 static int s5h1411_qam256_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1411_qam256_lookup_snr() argument
718 if (v < qam256_snr_tab[i].val) { in s5h1411_qam256_lookup_snr()
727 static int s5h1411_qam64_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1411_qam64_lookup_snr() argument
733 if (v < qam64_snr_tab[i].val) { in s5h1411_qam64_lookup_snr()
742 static int s5h1411_vsb_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1411_vsb_lookup_snr() argument
748 if (v > vsb_snr_tab[i].val) { in s5h1411_vsb_lookup_snr()
/linux-6.14.4/arch/x86/xen/
Dtime.c403 t.addr.v = NULL; in xen_save_time_memory_area()
421 t.addr.v = &xen_clock->pvti; in xen_restore_time_memory_area()
454 t.addr.v = &ti->pvti; in xen_setup_vsyscall_time_info()
469 t.addr.v = NULL; in xen_setup_vsyscall_time_info()
523 xen_clocksource.rating = 275; in xen_time_init()
/linux-6.14.4/drivers/iommu/riscv/
Diommu-bits.h5 * Copyright © 2023 RISC-V IOMMU Task Group
7 * RISC-V IOMMU - Register Layout and Data Structures.
9 * Based on the 'RISC-V IOMMU Architecture Specification', Version 1.0
389 * the RISC-V MMU), and PDTP holds the process directory table, used to select a
586 * Values are on table 11 of the spec, encodings 275 - 2047 are reserved for standard
/linux-6.14.4/drivers/pinctrl/
Dpinctrl-gemini.c443 PINCTRL_PIN(275, "T6 USB RREF"),
475 /* Row V */
532 306, 289, 307, 290, 239, 257, 275, 308, 291, 309, 292, 310, 293
1307 PINCTRL_PIN(275, "P16 GPIO0 30"),
1375 /* Row V */
1559 302, 321, 337, 358, 295, 359, 339, 275, 298
1566 276, 319, 275, 298
1578 276, 319, 275, 298,
1618 static const unsigned int gpio0k_3516_pins[] = { 275, 298 };
Dpinctrl-ep93xx.c1026 PINCTRL_PIN(275, "P[7]"), /* U4 */
1043 /* Row V */
/linux-6.14.4/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-colors.c127 275, 275, 276, 276, 277, 277, 278, 278, 279, 279, 279, 280, 280, 281, 281, 282,
332 216, 221, 225, 230, 234, 239, 243, 248, 252, 257, 261, 266, 270, 275, 279, 284,
1165 static double transfer_srgb_to_rgb(double v) in transfer_srgb_to_rgb() argument
1167 if (v < -0.04045) in transfer_srgb_to_rgb()
1168 return pow((-v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb()
1169 return (v <= 0.04045) ? v / 12.92 : pow((v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb()
1172 static double transfer_rgb_to_srgb(double v) in transfer_rgb_to_srgb() argument
1174 if (v <= -0.0031308) in transfer_rgb_to_srgb()
1175 return -1.055 * pow(-v, 1.0 / 2.4) + 0.055; in transfer_rgb_to_srgb()
1176 if (v <= 0.0031308) in transfer_rgb_to_srgb()
[all …]
/linux-6.14.4/drivers/hwmon/
Dvia686a.c105 * voltagefactor[1]=1.25/2628; (2628/1.25=2102.4) // +2.5V
106 * voltagefactor[2]=1.67/2628; (2628/1.67=1573.7) // +3.3V
107 * voltagefactor[3]=2.6/2628; (2628/2.60=1010.8) // +5V
108 * voltagefactor[4]=6.3/2628; (2628/6.30=417.14) // +12V
119 * To avoid floating point, we multiply constants by 10 (100 for +12V). in IN_TO_REG()
121 * Remember that val is expressed in 0.001V/bit, which is why we divide in IN_TO_REG()
122 * by an additional 10000 (100000 for +12V): 1000 for val and 10 (100) in IN_TO_REG()
139 * To avoid floating point, we multiply constants by 10 (100 for +12V). in IN_FROM_REG()
140 * We also multiply them by 1000 because we want 0.001V/bit for the in IN_FROM_REG()
207 -362, -350, -339, -327, -316, -305, -295, -285, -275, -265,
/linux-6.14.4/Documentation/crypto/
Ddescore-readme.rst35 .. README,v 1.15 1992/05/20 00:25:32 how E
66 - 275us to set a new key (uses 1k of key tables)
/linux-6.14.4/drivers/power/supply/
Dbq25890_charger.c317 310, 305, 300, 290, 285, 280, 275, 270,
636 /* converted_val = 2.304V + ADC_val * 20mV (table 10.3.15) */ in bq25890_power_supply_get_property()
1160 * When enabling 5V boost / Vbus output, we need to put the secondary in bq25890_vbus_enable()
1162 * battery from the 5V boost output. in bq25890_vbus_enable()
1212 /* converted_val = 2.304V + ADC_val * 20mV (table 10.3.15) */ in bq25890_vsys_get_voltage()
1566 * Turn off the 5v Boost regulator which outputs Vbus to the device's in bq25890_shutdown()
/linux-6.14.4/drivers/gpu/drm/renesas/rcar-du/
Drcar_mipi_dsi.c31 #define MHZ(v) ((u32)((v) * 1000000U)) argument
107 { MHZ(250), 0x33 }, { MHZ(275), 0x04 }, { MHZ(300), 0x14 },
/linux-6.14.4/arch/mips/kernel/
Dperf_event_mipsxx.c66 V = 1, enumerator
371 } else if (IS_ENABLED(CONFIG_MIPS_MT_SMP) && range > V) { in mipsxx_pmu_enable_event()
1677 /* The P/V/T info is not provided for "(b) == 38" in SUM, assume P. */
1736 raw_event.range = V; in mipsxx_pmu_map_raw_event()
1792 raw_event.range = V; in mipsxx_pmu_map_raw_event()
1807 raw_event.range = V; in mipsxx_pmu_map_raw_event()
1835 (base_id >= 256 && base_id < 275) || in mipsxx_pmu_map_raw_event()
/linux-6.14.4/drivers/idle/
Dintel_idle.c333 .target_residency = 275,
378 .target_residency = 275,
2350 pr_debug("v" INTEL_IDLE_VERSION " model 0x%X\n", in intel_idle_init()
/linux-6.14.4/lib/fonts/
Dfont_6x8.c228 /* 22 0x16 '^V' */
868 /* 86 0x56 'V' */
1188 /* 118 0x76 'v' */
1898 /* 189 0xBD '\275' */
Dfont_6x10.c272 /* 22 0x16 '^V' */
1040 /* 86 0x56 'V' */
1424 /* 118 0x76 'v' */
2276 /* 189 0xBD '\275' */
Dfont_6x11.c300 /* 22 0x16 '^V' */
1132 /* 86 0x56 'V' */
1548 /* 118 0x76 'v' */
2471 /* 189 0xbd '\275' */
/linux-6.14.4/drivers/media/i2c/
Dadv7604.c1634 * Since LCVS values are inaccurate [REF_03, p. 275-276], in adv76xx_query_dv_timings()
2258 /* tx 5v detect */ in adv76xx_isr()
2589 v4l2_info(sd, "Cable detected (+5V power) port A: %s, B: %s, C: %s, D: %s\n", in adv76xx_log_status()
2953 io_write(sd, 0x73, info->cable_det_mask); /* Enable cable detection (+5v) interrupts */ in adv76xx_core_init()
3262 u32 v; in adv76xx_parse_dt() local
3276 if (!of_property_read_u32(np, "default-input", &v)) in adv76xx_parse_dt()
3277 state->pdata.default_input = v; in adv76xx_parse_dt()
/linux-6.14.4/drivers/tty/serial/8250/
D8250_pci.c4815 { PCI_VENDOR_ID_MAINPINE, 0x4000, /* IQ Express 1 Port V.34 Super-G3 Fax */
4818 { PCI_VENDOR_ID_MAINPINE, 0x4000, /* IQ Express 2 Port V.34 Super-G3 Fax */
4821 { PCI_VENDOR_ID_MAINPINE, 0x4000, /* IQ Express 4 Port V.34 Super-G3 Fax */
4824 { PCI_VENDOR_ID_MAINPINE, 0x4000, /* IQ Express 8 Port V.34 Super-G3 Fax */
5317 * Brainboxes UC-275/279
5538 * Brainboxes PX-275/279
/linux-6.14.4/drivers/net/ethernet/nvidia/
Dforcedeth.c950 static inline u32 nv_descr_getlength(struct ring_desc *prd, u32 v) in nv_descr_getlength() argument
953 & ((v == DESC_VER_1) ? LEN_MASK_V1 : LEN_MASK_V2); in nv_descr_getlength()
956 static inline u32 nv_descr_getlength_ex(struct ring_desc_ex *prd, u32 v) in nv_descr_getlength_ex() argument
2109 {145, 155, 165, 175, 185, 196, 235, 245, 255, 265, 275, 285, 660, 690, 874},
2111 {145, 155, 165, 175, 185, 196, 235, 245, 255, 265, 275, 285, 660, 690, 874},
6108 dev_info(&pci_dev->dev, "%s%s%s%s%s%s%s%s%s%s%sdesc-v%u\n", in nv_probe()
/linux-6.14.4/drivers/staging/media/av7110/
Dav7110.c1435 if (ptr[0] != 'A' || ptr[1] != 'V' || in check_firmware()
2454 saa7146_i2c_adapter_prepare(dev, &av7110->i2c_adap, SAA7146_I2C_BUS_BIT_RATE_120); /* 275 kHz */ in av7110_attach()
2858 // MAKE_EXTENSION_PCI(???, 0x13c2, 0x0009), UNDEFINED CARD // TT/Hauppauge WinTV Nexus-CA v???
/linux-6.14.4/drivers/gpu/drm/display/
Ddrm_dp_helper.c2309 PSR_SETUP_TIME(275), in drm_dp_psr_setup_time()
2399 …{ OUI(0x00, 0x22, 0xb9), DEVICE_ID('s', 'i', 'v', 'a', 'r', 'T'), false, BIT(DP_DPCD_QUIRK_CONSTAN…