Home
last modified time | relevance | path

Searched full:8000000 (Results 1 – 25 of 167) sorted by relevance

1234567

/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dgate.json128 …action add action gate base-time 200000000000ns sched-entry open 200000000ns -1 8000000b index 20",
161 …ction add action gate base-time 200000000000ns sched-entry open 200000000ns -1 8000000b index 302",
194 …ction add action gate base-time 600000000000ns sched-entry open 200000000ns -1 8000000b index 999",
226 …ction add action gate base-time 600000000000ns sched-entry open 200000000ns -1 8000000b index 101",
227 …tion add action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b index 102",
256 …ction add action gate base-time 600000000000ns sched-entry open 200000000ns -1 8000000b index 101",
257 …tion add action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b index 102",
286 …dd action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b index 4294967295"
288 …dd action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b index 4294967295…
/linux/arch/arm64/boot/dts/microchip/
H A Dsparx5_pcb125.dts38 max-frequency = <8000000>;
52 spi-max-frequency = <8000000>;
66 spi-max-frequency = <8000000>;
/linux/arch/arm64/boot/dts/arm/
H A Drtsm_ve-motherboard-rs2.dtsi8 bus@8000000 {
9 motherboard-bus@8000000 {
H A Drtsm_ve-motherboard.dtsi79 bus@8000000 {
85 motherboard-bus@8000000 {
/linux/arch/arm64/boot/dts/renesas/
H A Drenesas-smarc2.dtsi49 max-bitrate = <8000000>;
56 max-bitrate = <8000000>;
/linux/Documentation/devicetree/bindings/net/
H A Dqca,qca7000.yaml63 default: 8000000
97 spi-max-frequency = <8000000>;
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,max11410.yaml65 maximum: 8000000
143 spi-max-frequency = <8000000>;
/linux/drivers/media/dvb-frontends/
H A Dtda18271c2dd_maps.h12 { 6900000, 8000000, 0x1E, 0x2C }, /* HF_DK, */
13 { 7100000, 8000000, 0x1E, 0x2C }, /* HF_G, */
14 { 7250000, 8000000, 0x1E, 0x2C }, /* HF_I, */
15 { 6900000, 8000000, 0x1E, 0x2C }, /* HF_L, */
16 { 1250000, 8000000, 0x1E, 0x2C }, /* HF_L1, */
22 { 4000000, 8000000, 0x1D, 0x37 }, /* HF_DVBT_8MHZ */
27 { 5000000, 8000000, 0x1F, 0x37 }, /* HF_DVBC_8MHZ */
H A Dascot2e.c281 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
285 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
294 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
298 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
303 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
H A Dhelene.c461 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
465 p->bandwidth_hz = 8000000; in helene_get_tv_system()
474 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
478 p->bandwidth_hz = 8000000; in helene_get_tv_system()
491 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
495 p->bandwidth_hz = 8000000; in helene_get_tv_system()
500 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
/linux/drivers/media/tuners/
H A Dmsi001.c123 {8000000, 0x07}, /* 8 MHz */ in msi001_set_tuner()
130 * 200000, 300000, 600000, 1536000, 5000000, 6000000, 7000000, 8000000 in msi001_set_tuner()
176 bandwidth = clamp(bandwidth, 200000U, 8000000U); in msi001_set_tuner()
444 V4L2_CID_RF_TUNER_BANDWIDTH, 200000, 8000000, 1, 200000); in msi001_probe()
H A Dmax2165.c140 if (bw == 8000000) in max2165_set_bandwidth()
257 case 8000000: in max2165_set_params()
351 max2165_set_bandwidth(priv, 8000000); in max2165_init()
H A Dtda18212.c77 case 8000000: in tda18212_set_params()
96 case 8000000: in tda18212_set_params()
/linux/Documentation/devicetree/bindings/regulator/
H A Dsky81452-regulator.txt16 regulator-max-microvolt = <8000000>;
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am68-phyboard-izar.dts40 max-bitrate = <8000000>;
46 max-bitrate = <8000000>;
52 max-bitrate = <8000000>;
58 max-bitrate = <8000000>;
/linux/Documentation/devicetree/bindings/fpga/
H A Dlattice-machxo2-spi.txt26 spi-max-frequency = <8000000>;
/linux/Documentation/devicetree/bindings/mfd/
H A Dsky81452.txt32 regulator-max-microvolt = <8000000>;
/linux/arch/arm64/boot/dts/freescale/
H A Dimx95-libra-rdk-fpsc.dts40 max-bitrate = <8000000>;
47 max-bitrate = <8000000>;
/linux/Documentation/devicetree/bindings/iio/accel/
H A Dmurata,sca3300.yaml26 maximum: 8000000
/linux/drivers/net/can/cc770/
H A Dcc770_platform.c86 if (priv->can.clock.freq > 8000000) in cc770_get_of_node_data()
119 ((cdv * clkext - 1) / 8000000); in cc770_get_of_node_data()
/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Dcc2520.txt5 - spi-max-frequency: maximal bus speed (8000000), should be set to 4000000 depends
/linux/Documentation/devicetree/bindings/mtd/
H A Dflctl-nand.txt40 userdata@8000000 {
/linux/Documentation/devicetree/bindings/display/
H A Drepaper.txt43 spi-max-frequency = <8000000>;
/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-duckbill-2-spi.dts61 spi-max-frequency = <8000000>;
/linux/arch/powerpc/boot/dts/fsl/
H A Dp1020rdb-pd.dts192 spi-max-frequency = <8000000>;
198 spi-max-frequency = <8000000>;

1234567