Searched refs:tph (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/clk/meson/ |
| H A D | clk-phase.c | 85 struct meson_clk_triphase_data *tph = meson_clk_triphase_data(clk); in meson_clk_triphase_sync() local 94 val = meson_parm_read(clk->map, &tph->ph0); in meson_clk_triphase_sync() 95 meson_parm_write(clk->map, &tph->ph1, val); in meson_clk_triphase_sync() 96 meson_parm_write(clk->map, &tph->ph2, val); in meson_clk_triphase_sync() 104 struct meson_clk_triphase_data *tph = meson_clk_triphase_data(clk); in meson_clk_triphase_get_phase() local 108 val = meson_parm_read(clk->map, &tph->ph0); in meson_clk_triphase_get_phase() 110 return meson_clk_degrees_from_val(val, tph->ph0.width); in meson_clk_triphase_get_phase() 116 struct meson_clk_triphase_data *tph = meson_clk_triphase_data(clk); in meson_clk_triphase_set_phase() local 119 val = meson_clk_degrees_to_val(degrees, tph->ph0.width); in meson_clk_triphase_set_phase() 120 meson_parm_write(clk->map, &tph->ph0, val); in meson_clk_triphase_set_phase() [all …]
|
| /linux/Documentation/PCI/ |
| H A D | index.rst | 22 tph
|
| /linux/Documentation/driver-api/pci/ |
| H A D | pci.rst | 52 .. kernel-doc:: drivers/pci/tph.c
|
| /linux/drivers/pci/ |
| H A D | Makefile | 41 obj-$(CONFIG_PCIE_TPH) += tph.o
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-img-scb.c | 299 unsigned int tp2s, tpl, tph; member 314 .tph = 4000, 326 .tph = 600, 1282 data = timing.tph / clk_period; in img_i2c_init()
|
| /linux/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 1827 u8 tph[0x1]; member
|