[go: nahoru, domu]

Searched refs:f0 (Results 1 - 14 of 14) sorted by relevance

/drivers/char/ipmi/
H A DKconfig33 generate IPMI OEM type f0 events holding the IPMB address of the
/drivers/pinctrl/
H A Dpinctrl-tz1090.c730 * @f0: Function 0 (TZ1090_MUX_ is prepended, NA for none)
739 #define MUX(f0, f1, f2, f3, f4, mux_r, mux_b, mux_w) \
742 TZ1090_MUX_ ## f0, \
756 * @f0: Function 0 (TZ1090_MUX_ is prepended, NA for none)
775 #define DEFINE_SUBMUX(mux, f0, f1, f2, f3, f4, mux_r, mux_b, mux_w) \
777 MUX(f0, f1, f2, f3, f4, mux_r, mux_b, mux_w)
793 * @f0: Function 0 (TZ1090_MUX_ is prepended, NA for none)
802 #define MUX_PG(pg_name, f0, f1, f2, f3, f4, \
808 .mux = MUX(f0, f1, f2, f3, f4, \
848 /* name f0, f
[all...]
H A Dpinctrl-falcon.c54 #define MFP_FALCON(a, f0, f1, f2, f3) \
59 FALCON_MUX_##f0, \
112 /* pin f0 f1 f2 f3 */
H A Dpinctrl-tz1090-pdc.c188 * @f0: Function 0 (TZ1090_PDC_MUX_ is prepended)
192 #define MUX_PG(pg_name, f0, mux_r, mux_b) \
197 .func = TZ1090_PDC_MUX_ ## f0, \
216 /* pg_name, f0, mux register, mux bit */
H A Dpinctrl-xway.c65 #define MFP_XWAY(a, f0, f1, f2, f3) \
70 XWAY_MUX_##f0, \
110 /* pin f0 f1 f2 f3 */
170 /* pin f0 f1 f2 f3 */
H A Dpinctrl-tegra124.c1723 #define PINGROUP(pg_name, f0, f1, f2, f3, r, od, ior, rcv_sel) \
1729 TEGRA_MUX_##f0, \
1787 #define MIPI_PAD_CTRL_PINGROUP(pg_name, r, b, f0, f1) \
1793 TEGRA_MUX_ ## f0, \
1812 /* pg_name, f0, f1, f2, f3, r, od, ior, rcv_sel */
2047 /* pg_name, r b f0, f1 */
H A Dpinctrl-tegra20.c1976 #define MUX_PG(pg_name, f0, f1, f2, f3, \
1983 TEGRA_MUX_ ## f0, \
2050 /* name, f0, f1, f2, f3, tri r/b, mux r/b, pupd r/b */
H A Dpinctrl-tegra114.c1555 #define PINGROUP(pg_name, f0, f1, f2, f3, r, od, ior, rcv_sel) \
1561 TEGRA_MUX_##f0, \
1618 /* pg_name, f0, f1, f2, f3, r, od, ior, rcv_sel */
H A Dpinctrl-tegra30.c2116 #define PINGROUP(pg_name, f0, f1, f2, f3, r, od, ior) \
2122 TEGRA_MUX_##f0, \
2178 /* pg_name, f0, f1, f2, f3, r, od, ior */
/drivers/video/fbdev/via/
H A Dhw.c1392 const u32 f0 = 14318180; /* X1 frequency */ local
1398 cur.multiplier = clk / ((f0 / cur.divisor)>>cur.rshift);
1399 f = abs(get_pll_output_frequency(f0, cur) - clk);
1403 if (abs(get_pll_output_frequency(f0, up) - clk) < f)
1405 else if (abs(get_pll_output_frequency(f0, down) - clk) < f)
1413 f = abs(get_pll_output_frequency(f0, cur) - clk);
1414 if (f < abs(get_pll_output_frequency(f0, best) - clk))
/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1615 * f0 and size0 are only used if nreq != 0, and they will
1618 * without initializing f0 and size0, and they are in fact
1622 u32 uninitialized_var(f0);
1773 f0 = wr->send_flags & IB_SEND_FENCE ?
1787 qp->send_wqe_offset) | f0 | op0,
1930 * f0 and size0 are only used if nreq != 0, and they will
1933 * without initializing f0 and size0, and they are in fact
1937 u32 uninitialized_var(f0);
1952 ((qp->sq.head & 0xffff) << 8) | f0 | op0;
2114 f0
[all...]
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h814 static inline int lu_fid_eq(const struct lu_fid *f0, const struct lu_fid *f1) argument
816 return memcmp(f0, f1, sizeof(*f0)) == 0;
827 static inline int lu_fid_cmp(const struct lu_fid *f0, argument
831 __diff_normalize(fid_seq(f0), fid_seq(f1)) ?:
832 __diff_normalize(fid_oid(f0), fid_oid(f1)) ?:
833 __diff_normalize(fid_ver(f0), fid_ver(f1));
/drivers/tty/vt/
H A Dcp437.uni266 0xeb U+03b4 U+00f0
/drivers/ata/
H A Dlibahci.c1746 u32 f0 = le32_to_cpu(f[0]); local
1747 if (f0 & (1 << 15))

Completed in 601 milliseconds