Searched full:293 (Results 1 – 25 of 113) sorted by relevance
12345
| /linux/drivers/hwmon/pmbus/ |
| H A D | lm25066.c | 255 /* VIN: 6.14 mV VAUX: 293 uV LSB */ in lm25066_read_word_data() 256 ret = DIV_ROUND_CLOSEST(ret * 293, 6140); in lm25066_read_word_data() 337 ret = DIV_ROUND_CLOSEST(ret * 293, 6140); in lm25056_read_word_data() 345 ret = DIV_ROUND_CLOSEST(ret * 293, 6140); in lm25056_read_word_data() 413 word = DIV_ROUND_CLOSEST((int)word * 6140, 293); in lm25066_write_word_data() 420 word = DIV_ROUND_CLOSEST((int)word * 6140, 293); in lm25066_write_word_data()
|
| /linux/arch/riscv/boot/dts/sophgo/ |
| H A D | cv18xx-reset.h | 95 #define RST_CPUSYS1 293
|
| /linux/include/dt-bindings/gce/ |
| H A D | mt8183-gce.h | 151 #define CMDQ_EVENT_VENC_CMDQ_128BYTE_DONE 293
|
| /linux/scripts/crypto/ |
| H A D | gen-hash-testvecs.py | 222 out_len = (in_len * 293) % (max_len + 1) 233 key_len = data_len % 293
|
| /linux/drivers/accel/habanalabs/include/goya/ |
| H A D | goya_async_events.h | 130 GOYA_ASYNC_EVENT_ID_DMA_BM_CH3 = 293,
|
| /linux/include/dt-bindings/clock/ |
| H A D | exynos5250.h | 97 #define CLK_UART4 293
|
| H A D | exynos4.h | 131 #define CLK_PDMA1 293
|
| H A D | qcom,gcc-mdm9615.h | 303 #define PLL14 293
|
| H A D | tegra194-clock.h | 288 #define TEGRA194_CLK_CVNAS 293
|
| H A D | qcom,gcc-msm8960.h | 301 #define PLL14 293
|
| H A D | qcom,gcc-msm8974.h | 302 #define GCC_TLMM_AHB_CLK_SLEEP_ENA 293
|
| H A D | tegra30-car.h | 258 /* 293 */
|
| H A D | qcom,gcc-apq8084.h | 302 #define GCC_TSIF_REF_CLK 293
|
| H A D | amlogic,a9-peripherals-clkc.h | 302 #define CLKID_VCLK0_IN 293
|
| H A D | rk3568-cru.h | 357 #define CLK_UART3_SRC 293 760 #define SRST_H_RGA 293
|
| H A D | tegra114-car.h | 325 /* 293 */
|
| H A D | imx8mp-clock.h | 299 #define IMX8MP_SYS_PLL1_160M_CG 293
|
| H A D | tegra124-car-common.h | 324 /* 293 */
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | shrinker_debugfs.rst | 103 293 1 0
|
| /linux/Documentation/devicetree/bindings/scsi/ |
| H A D | hisilicon-sas.txt | 80 <289 4>,<293 4>,<294 4>,/* phy3 */
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | renesas,r8a779f0-ether-switch.yaml | 186 <GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH>,
|
| /linux/include/dt-bindings/reset/ |
| H A D | qcom,ipq5424-gcc.h | 302 #define GCC_PCIE3_AHB_RESET 293
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8dxl-ss-adma.dtsi | 139 <GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH>,
|
| /linux/drivers/pinctrl/uniphier/ |
| H A D | pinctrl-uniphier-pro4.c | 893 UNIPHIER_PINCTRL_PIN(293, "AO2BCK", UNIPHIER_PIN_IECTRL_NONE, 942 293, UNIPHIER_PIN_DRV_1BIT, 943 293, UNIPHIER_PIN_PULL_DOWN), 1114 292, 293, 294, 295, 296, 236, 237, 238, /* PORT27x */
|
| /linux/drivers/pwm/ |
| H A D | pwm-ab8500.c | 56 * b0000 | 293 Hz | 292.968750 Hz | 3413333.33 ns in ab8500_pwm_apply()
|
12345