Searched full:15000000 (Results 1 – 25 of 80) sorted by relevance
1234
| /Linux-v5.15/drivers/video/fbdev/via/ |
| D | tblDPASetting.c | 27 /* 100000000 < LCK/VCK < 15000000 will use this value */ 30 /* 15000000 < LCK/VCK will use this value */ 48 /* 100000000 < LCK/VCK < 15000000 will use this value */ 50 /* 15000000 < LCK/VCK will use this value */ 68 /* 100000000 < LCK/VCK < 15000000 will use this value */ 70 /* 15000000 < LCK/VCK will use this value */
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | imx53-kp-ddc.dts | 65 regulator-min-microvolt = <15000000>; 66 regulator-max-microvolt = <15000000>;
|
| D | at91rm9200ek.dts | 78 spi-max-frequency = <15000000>;
|
| D | at91-sam9_l9260.dts | 81 spi-max-frequency = <15000000>;
|
| D | integrator.dtsi | 82 rtc@15000000 {
|
| D | usb_a9263.dts | 66 spi-max-frequency = <15000000>;
|
| D | at91sam9261ek.dts | 151 spi-max-frequency = <15000000>;
|
| D | at91sam9rlek.dts | 185 spi-max-frequency = <15000000>;
|
| D | imx6dl-eckelmann-ci4x10.dts | 76 spi-max-frequency = <15000000>;
|
| D | integratorcp.dts | 238 rtc@15000000 {
|
| /Linux-v5.15/drivers/hwmon/ |
| D | mlxreg-fan.c | 48 * RPM = 15000000 * 100 / ((Regval + 44) * 1132); 49 * - for Regval 0x00, RPM will be 15000000 * 100 / (44 * 1132) = 30115; 50 * - for Regval 0xfe, RPM will be 15000000 * 100 / ((254 + 44) * 1132) = 4446; 52 * RPM = 15000000 * 100 / ((Regval + samples) * divider). 54 #define MLXREG_FAN_GET_RPM(rval, d, s) (DIV_ROUND_CLOSEST(15000000 * 100, \
|
| /Linux-v5.15/Documentation/devicetree/bindings/arm/mediatek/ |
| D | mediatek,imgsys.txt | 26 imgsys: clock-controller@15000000 {
|
| /Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
| D | 88pm800.txt | 32 regulator-max-microvolt = <15000000>;
|
| D | dlg,da9121.yaml | 40 Device hardware default | 15000000 7500000 5500000 11000000 58000000
|
| /Linux-v5.15/drivers/media/usb/cx231xx/ |
| D | cx231xx-dif.h | 2901 /*case 15000000:*/ 2903 {15000000, DIF_BPF_COEFF01, 0x0000fffd}, 2904 {15000000, DIF_BPF_COEFF23, 0x0003000f}, 2905 {15000000, DIF_BPF_COEFF45, 0xffe5ffef}, 2906 {15000000, DIF_BPF_COEFF67, 0x0057ffd9}, 2907 {15000000, DIF_BPF_COEFF89, 0xff7000c4}, 2908 {15000000, DIF_BPF_COEFF1011, 0x0062fe68}, 2909 {15000000, DIF_BPF_COEFF1213, 0x009e01ff}, 2910 {15000000, DIF_BPF_COEFF1415, 0xfd95fee6}, 2911 {15000000, DIF_BPF_COEFF1617, 0x0435fe7d}, [all …]
|
| /Linux-v5.15/drivers/media/dvb-frontends/ |
| D | stv0900_core.c | 1126 else if (srate <= 15000000) in stv0900_get_optim_carr_loop() 1137 else if (srate <= 15000000) in stv0900_get_optim_carr_loop() 1151 else if (srate <= 15000000) in stv0900_get_optim_carr_loop() 1162 else if (srate <= 15000000) in stv0900_get_optim_carr_loop() 1175 else if (srate <= 15000000) in stv0900_get_optim_carr_loop() 1221 else if (srate <= 15000000) in stv0900_get_optim_short_carr_loop() 1233 else if (srate <= 15000000) in stv0900_get_optim_short_carr_loop() 1245 else if (srate <= 15000000) in stv0900_get_optim_short_carr_loop()
|
| /Linux-v5.15/arch/riscv/boot/dts/canaan/ |
| D | canaan_kd233.dts | 133 spi-max-frequency = <15000000>;
|
| D | sipeed_maixduino.dts | 155 spi-max-frequency = <15000000>;
|
| D | sipeed_maix_bit.dts | 179 spi-max-frequency = <15000000>;
|
| D | sipeed_maix_dock.dts | 182 spi-max-frequency = <15000000>;
|
| D | sipeed_maix_go.dts | 190 spi-max-frequency = <15000000>;
|
| /Linux-v5.15/arch/arm64/boot/dts/mediatek/ |
| D | mt8167.dtsi | 105 imgsys: syscon@15000000 {
|
| /Linux-v5.15/arch/powerpc/boot/dts/fsl/ |
| D | kmcoge4.dts | 78 spi-max-frequency = <15000000>;
|
| /Linux-v5.15/drivers/misc/habanalabs/goya/ |
| D | goyaP.h | 44 #define GOYA_CPU_TIMEOUT_USEC 15000000 /* 15s */
|
| /Linux-v5.15/drivers/video/fbdev/i810/ |
| D | i810.h | 175 #define MIN_PIXELCLOCK 15000000
|
1234