Home
last modified time | relevance | path

Searched full:adv (Results 1 – 25 of 266) sorted by relevance

1234567891011

/openbmc/linux/drivers/gpu/drm/bridge/adv7511/
H A Dadv7533.c27 static void adv7511_dsi_config_timing_gen(struct adv7511 *adv) in adv7511_dsi_config_timing_gen() argument
29 struct mipi_dsi_device *dsi = adv->dsi; in adv7511_dsi_config_timing_gen()
30 struct drm_display_mode *mode = &adv->curr_mode; in adv7511_dsi_config_timing_gen()
42 regmap_write(adv->regmap_cec, 0x16, in adv7511_dsi_config_timing_gen()
46 regmap_write(adv->regmap_cec, 0x28, mode->htotal >> 4); in adv7511_dsi_config_timing_gen()
47 regmap_write(adv->regmap_cec, 0x29, (mode->htotal << 4) & 0xff); in adv7511_dsi_config_timing_gen()
48 regmap_write(adv->regmap_cec, 0x2a, hsw >> 4); in adv7511_dsi_config_timing_gen()
49 regmap_write(adv->regmap_cec, 0x2b, (hsw << 4) & 0xff); in adv7511_dsi_config_timing_gen()
50 regmap_write(adv->regmap_cec, 0x2c, hfp >> 4); in adv7511_dsi_config_timing_gen()
51 regmap_write(adv->regmap_cec, 0x2d, (hfp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
[all …]
H A Dadv7511_drv.c820 struct adv7511 *adv = connector_to_adv7511(connector); in adv7511_connector_get_modes() local
822 return adv7511_get_modes(adv, connector); in adv7511_connector_get_modes()
829 struct adv7511 *adv = connector_to_adv7511(connector); in adv7511_connector_mode_valid() local
831 return adv7511_mode_valid(adv, mode); in adv7511_connector_mode_valid()
842 struct adv7511 *adv = connector_to_adv7511(connector); in adv7511_connector_detect() local
844 return adv7511_detect(adv, connector); in adv7511_connector_detect()
856 static int adv7511_connector_init(struct adv7511 *adv) in adv7511_connector_init() argument
858 struct drm_bridge *bridge = &adv->bridge; in adv7511_connector_init()
866 if (adv->i2c_main->irq) in adv7511_connector_init()
867 adv->connector.polled = DRM_CONNECTOR_POLL_HPD; in adv7511_connector_init()
[all …]
/openbmc/linux/net/batman-adv/
H A DMakefile6 obj-$(CONFIG_BATMAN_ADV) += batman-adv.o
7 batman-adv-y += bat_algo.o
8 batman-adv-y += bat_iv_ogm.o
9 batman-adv-$(CONFIG_BATMAN_ADV_BATMAN_V) += bat_v.o
10 batman-adv-$(CONFIG_BATMAN_ADV_BATMAN_V) += bat_v_elp.o
11 batman-adv-$(CONFIG_BATMAN_ADV_BATMAN_V) += bat_v_ogm.o
12 batman-adv-y += bitarray.o
13 batman-adv-$(CONFIG_BATMAN_ADV_BLA) += bridge_loop_avoidance.o
14 batman-adv-$(CONFIG_BATMAN_ADV_DAT) += distributed-arp-table.o
15 batman-adv-y += fragmentation.o
[all …]
/openbmc/linux/include/linux/
H A Dmii.h165 * @adv: value of the MII_ADVERTISE register
170 static inline u32 mii_adv_to_ethtool_adv_t(u32 adv) in mii_adv_to_ethtool_adv_t() argument
174 if (adv & ADVERTISE_10HALF) in mii_adv_to_ethtool_adv_t()
176 if (adv & ADVERTISE_10FULL) in mii_adv_to_ethtool_adv_t()
178 if (adv & ADVERTISE_100HALF) in mii_adv_to_ethtool_adv_t()
180 if (adv & ADVERTISE_100FULL) in mii_adv_to_ethtool_adv_t()
182 if (adv & ADVERTISE_PAUSE_CAP) in mii_adv_to_ethtool_adv_t()
184 if (adv & ADVERTISE_PAUSE_ASYM) in mii_adv_to_ethtool_adv_t()
234 * @adv: value of the MII_CTRL1000 register
240 static inline u32 mii_ctrl1000_to_ethtool_adv_t(u32 adv) in mii_ctrl1000_to_ethtool_adv_t() argument
[all …]
H A Dmdio.h255 u32 adv = 0; in mmd_eee_adv_to_ethtool_adv_t() local
258 adv |= ADVERTISED_100baseT_Full; in mmd_eee_adv_to_ethtool_adv_t()
260 adv |= ADVERTISED_1000baseT_Full; in mmd_eee_adv_to_ethtool_adv_t()
262 adv |= ADVERTISED_10000baseT_Full; in mmd_eee_adv_to_ethtool_adv_t()
264 adv |= ADVERTISED_1000baseKX_Full; in mmd_eee_adv_to_ethtool_adv_t()
266 adv |= ADVERTISED_10000baseKX4_Full; in mmd_eee_adv_to_ethtool_adv_t()
268 adv |= ADVERTISED_10000baseKR_Full; in mmd_eee_adv_to_ethtool_adv_t()
270 return adv; in mmd_eee_adv_to_ethtool_adv_t()
275 * @adv: the ethtool advertisement settings
281 static inline u16 ethtool_adv_to_mmd_eee_adv_t(u32 adv) in ethtool_adv_to_mmd_eee_adv_t() argument
[all …]
/openbmc/linux/net/bluetooth/
H A Deir.c226 struct adv_info *adv = NULL; in eir_create_per_adv_data() local
231 adv = hci_find_adv_instance(hdev, instance); in eir_create_per_adv_data()
232 if (!adv) in eir_create_per_adv_data()
236 if (adv) { in eir_create_per_adv_data()
237 memcpy(ptr, adv->per_adv_data, adv->per_adv_data_len); in eir_create_per_adv_data()
238 ad_len += adv->per_adv_data_len; in eir_create_per_adv_data()
239 ptr += adv->per_adv_data_len; in eir_create_per_adv_data()
247 struct adv_info *adv = NULL; in eir_create_adv_data() local
253 adv = hci_find_adv_instance(hdev, instance); in eir_create_adv_data()
254 if (!adv) in eir_create_adv_data()
[all …]
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-pumpkin.dts199 mediatek,pull-up-adv = <3>;
200 mediatek,drive-strength-adv = <00>;
208 mediatek,pull-up-adv = <3>;
209 mediatek,drive-strength-adv = <00>;
217 mediatek,pull-up-adv = <3>;
218 mediatek,drive-strength-adv = <00>;
226 mediatek,pull-up-adv = <3>;
227 mediatek,drive-strength-adv = <00>;
235 mediatek,pull-up-adv = <3>;
236 mediatek,drive-strength-adv = <00>;
[all …]
H A Dmt8183-evb.dts162 mediatek,pull-up-adv = <3>;
163 mediatek,drive-strength-adv = <00>;
171 mediatek,pull-up-adv = <3>;
172 mediatek,drive-strength-adv = <00>;
180 mediatek,pull-up-adv = <3>;
181 mediatek,drive-strength-adv = <00>;
189 mediatek,pull-up-adv = <3>;
190 mediatek,drive-strength-adv = <00>;
198 mediatek,pull-up-adv = <3>;
199 mediatek,drive-strength-adv = <00>;
[all …]
H A Dmt8183-kukui.dtsi507 mediatek,pull-up-adv = <3>;
508 mediatek,drive-strength-adv = <00>;
516 mediatek,pull-up-adv = <3>;
517 mediatek,drive-strength-adv = <00>;
526 mediatek,drive-strength-adv = <00>;
534 mediatek,pull-up-adv = <3>;
535 mediatek,drive-strength-adv = <00>;
544 mediatek,drive-strength-adv = <00>;
552 mediatek,pull-up-adv = <3>;
553 mediatek,drive-strength-adv = <00>;
[all …]
/openbmc/linux/Documentation/networking/
H A Dbatman-adv.rst4 batman-adv
25 Load the batman-adv module into your kernel::
27 $ insmod batman-adv.ko
30 batman-adv can operate. The batman-adv soft-interface can be created using the
39 Repeat this step for all interfaces you wish to add. Now batman-adv starts
61 in milliseconds which determines how often batman-adv sends its broadcast
112 the files ``/var/log/kern.log`` or ``/var/log/syslog``. All batman-adv messages
113 are prefixed with "batman-adv:" So to see just these messages try::
115 $ dmesg | grep batman-adv
119 batman-adv module. When building batman-adv as part of the kernel, use "make
[all …]
/openbmc/linux/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.h13 * @pwr_name: ADV powerdown name
14 * @pwr_pin: ADV powerdown pin
15 * @reset_name: ADV reset name
16 * @reset_pin: ADV reset pin
17 * @i2c_id: ADV i2c adapter ID
18 * @i2c_addr: ADV i2c address
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c112 int ctl, adv; in genmii_setup_aneg() local
129 adv = phy_read(phy, MII_ADVERTISE); in genmii_setup_aneg()
130 if (adv < 0) in genmii_setup_aneg()
131 return adv; in genmii_setup_aneg()
132 adv &= ~(ADVERTISE_ALL | ADVERTISE_100BASE4 | ADVERTISE_PAUSE_CAP | in genmii_setup_aneg()
135 adv |= ADVERTISE_10HALF; in genmii_setup_aneg()
137 adv |= ADVERTISE_10FULL; in genmii_setup_aneg()
139 adv |= ADVERTISE_100HALF; in genmii_setup_aneg()
141 adv |= ADVERTISE_100FULL; in genmii_setup_aneg()
143 adv |= ADVERTISE_PAUSE_CAP; in genmii_setup_aneg()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0005-linux-syslinux-implement-handle_adv_on_ext.patch6 It reads adv if found on the device, or resets syslinux_adv, or update
7 the adv if update adv only.
72 + /* Read the adv */
74 + inode.i_size - 2 * ADV_SIZE, "ADV");
79 + /* Read the adv successfully */
104 + /* The modify_adv will reset the adv if opt.reset_adv */
106 + fprintf(stderr, "%s: error while modifying adv\n", program);
111 + /* Write adv if update_only == -1 and found file */
124 /* Write files, adv, boot sector */
H A D0003-linux-syslinux-implement-install_to_ext2.patch6 * The handle_adv_on_ext() checks whether we only need update adv.
42 +/* Write files, adv, boot sector */
58 + /* Handle the adv */
60 + fprintf(stderr, "%s: error while handling ADV on %s\n",
66 + /* Return if only need update the adv */
71 + /* Write ldlinux.sys, adv, boot sector */
/openbmc/linux/drivers/net/
H A Dsungem_phy.c312 u16 ctl, adv; in genmii_setup_aneg() local
321 adv = sungem_phy_read(phy, MII_ADVERTISE); in genmii_setup_aneg()
322 adv &= ~(ADVERTISE_ALL | ADVERTISE_100BASE4); in genmii_setup_aneg()
324 adv |= ADVERTISE_10HALF; in genmii_setup_aneg()
326 adv |= ADVERTISE_10FULL; in genmii_setup_aneg()
328 adv |= ADVERTISE_100HALF; in genmii_setup_aneg()
330 adv |= ADVERTISE_100FULL; in genmii_setup_aneg()
331 sungem_phy_write(phy, MII_ADVERTISE, adv); in genmii_setup_aneg()
468 u16 ctl, adv; in bcm54xx_setup_aneg() local
477 adv = sungem_phy_read(phy, MII_ADVERTISE); in bcm54xx_setup_aneg()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dbatadv_packet.h23 * enum batadv_packettype - types for batman-adv encapsulated packets
199 * @packet_type: batman-adv packet type, part of the general header
200 * @version: batman-adv protocol version, part of the general header
227 * @packet_type: batman-adv packet type, part of the general header
228 * @version: batman-adv protocol version, part of the general header
251 * @packet_type: batman-adv packet type, part of the general header
252 * @version: batman-adv protocol version, part of the general header
269 * @packet_type: batman-adv packet type, part of the general header
270 * @version: batman-adv protocol version, part of the general header
295 * @packet_type: batman-adv packet type, part of the general header
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Daq100x.c155 unsigned int adv; in aq100x_advertise() local
159 adv = 0; in aq100x_advertise()
161 adv |= ADV_10G_FULL; in aq100x_advertise()
163 ADV_10G_FULL, adv); in aq100x_advertise()
168 adv = 0; in aq100x_advertise()
170 adv |= ADV_1G_FULL; in aq100x_advertise()
172 adv |= ADV_1G_HALF; in aq100x_advertise()
174 ADV_1G_FULL | ADV_1G_HALF, adv); in aq100x_advertise()
179 adv = 0; in aq100x_advertise()
181 adv |= ADVERTISE_100HALF; in aq100x_advertise()
[all …]
H A Dvsc8211.c133 unsigned int bmcr, status, lpa, adv; in vsc8211_get_link_status() local
182 MII_ADVERTISE, &adv); in vsc8211_get_link_status()
186 if (lpa & adv & ADVERTISE_PAUSE_CAP) in vsc8211_get_link_status()
190 (adv & ADVERTISE_PAUSE_ASYM)) in vsc8211_get_link_status()
193 (adv & ADVERTISE_PAUSE_CAP)) in vsc8211_get_link_status()
209 unsigned int bmcr, status, lpa, adv; in vsc8211_get_link_status_fiber() local
242 &adv); in vsc8211_get_link_status_fiber()
246 if (adv & lpa & ADVERTISE_1000XFULL) { in vsc8211_get_link_status_fiber()
249 } else if (adv & lpa & ADVERTISE_1000XHALF) { in vsc8211_get_link_status_fiber()
255 if (lpa & adv & ADVERTISE_1000XPAUSE) in vsc8211_get_link_status_fiber()
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dgpmc-omap.h39 /* ADV signal timings corresponding to GPMC_CONFIG3 */
43 u32 adv_aad_mux_on; /* ADV assertion time for AAD */
44 u32 adv_aad_mux_rd_off; /* ADV read deassertion time for AAD */
45 u32 adv_aad_mux_wr_off; /* ADV write deassertion time for AAD */
79 u32 t_avdasu; /* address setup to ADV valid */
87 u32 t_avdp_r; /* ADV low time (what about t_cer ?) */
91 u32 t_aa; /* access time from ADV assertion */
107 u32 t_avds; /* ADV setup time to clk */
108 u32 t_avdh; /* ADV hold time from clk */
113 u32 t_ce_avd; /* CS on to ADV on delay */
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c38 int oldadv, adv, bmsr; in genphy_config_advert() local
46 adv = phy_read(phydev, MDIO_DEVAD_NONE, MII_ADVERTISE); in genphy_config_advert()
47 oldadv = adv; in genphy_config_advert()
49 if (adv < 0) in genphy_config_advert()
50 return adv; in genphy_config_advert()
52 adv &= ~(ADVERTISE_ALL | ADVERTISE_100BASE4 | ADVERTISE_PAUSE_CAP | in genphy_config_advert()
55 adv |= ADVERTISE_10HALF; in genphy_config_advert()
57 adv |= ADVERTISE_10FULL; in genphy_config_advert()
59 adv |= ADVERTISE_100HALF; in genphy_config_advert()
61 adv |= ADVERTISE_100FULL; in genphy_config_advert()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dti,gpmc-child.yaml41 # ADV signal timings corresponding to GPMC_CONFIG3:
42 gpmc,adv-on-ns:
46 gpmc,adv-rd-off-ns:
50 gpmc,adv-wr-off-ns:
54 gpmc,adv-aad-mux-on-ns:
58 gpmc,adv-aad-mux-rd-off-ns:
62 gpmc,adv-aad-mux-wr-off-ns:
128 gpmc,adv-extra-delay:
129 description: ADV signal is delayed by half GPMC clock
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3430-sdp.dts66 gpmc,adv-on-ns = <12>;
67 gpmc,adv-rd-off-ns = <48>;
68 gpmc,adv-wr-off-ns = <48>;
116 gpmc,adv-on-ns = <6>;
117 gpmc,adv-rd-off-ns = <24>;
118 gpmc,adv-wr-off-ns = <36>;
162 gpmc,adv-on-ns = <0>;
163 gpmc,adv-rd-off-ns = <18>;
164 gpmc,adv-wr-off-ns = <18>;
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/
H A Dfontawesome-webfont.svg6 <font id="fontawesomeregular" horiz-adv-x="1536" >
8 <missing-glyph horiz-adv-x="448" />
9 <glyph unicode=" " horiz-adv-x="448" />
10 <glyph unicode="&#x09;" horiz-adv-x="448" />
11 <glyph unicode="&#xa0;" horiz-adv-x="448" />
12 <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13 <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14 <glyph unicode="&#xae;" horiz-adv-x="1792" />
15 <glyph unicode="&#xb4;" horiz-adv-x="1792" />
16 <glyph unicode="&#xc6;" horiz-adv-x="1792" />
[all …]
/openbmc/u-boot/cmd/
H A Dtest.c33 int adv; member
56 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
83 adv = op_adv[i].adv; in do_test()
91 if (left < adv) { in do_test()
174 ap += adv; left -= adv; in do_test()
/openbmc/linux/drivers/net/phy/
H A Dphy-c45.c269 u32 adv; in genphy_c45_an_config_aneg() local
283 adv = linkmode_adv_to_mii_adv_t(phydev->advertising); in genphy_c45_an_config_aneg()
288 adv); in genphy_c45_an_config_aneg()
294 adv = linkmode_adv_to_mii_10gbt_adv_t(phydev->advertising); in genphy_c45_an_config_aneg()
299 MDIO_AN_10GBT_CTRL_ADV2_5G, adv); in genphy_c45_an_config_aneg()
680 * @adv: the linkmode advertisement settings
682 int genphy_c45_write_eee_adv(struct phy_device *phydev, unsigned long *adv) in genphy_c45_write_eee_adv() argument
687 val = linkmode_to_mii_eee_cap1_t(adv); in genphy_c45_write_eee_adv()
711 val = linkmode_adv_to_mii_10base_t1_t(adv); in genphy_c45_write_eee_adv()
731 * @adv: the linkmode advertisement status
[all …]

1234567891011