HomeSort by: relevance | last modified time | path
    Searched refs:hsrc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gt215.c 153 u32 hsrc; local in function:gt215_clk_read
172 hsrc = (nvkm_rd32(device, 0xc040) & 0x30000000) >> 28;
173 switch (hsrc) {
180 nvkm_error(subdev, "unknown HOST clock source %d\n", hsrc);
424 u32 hsrc = (nvkm_rd32(device, 0xc040)); local in function:prog_host
428 if ((hsrc & 0x30000000) == 0) {
429 nvkm_wr32(device, 0xc040, hsrc | 0x20000000);
435 if ((hsrc & 0x30000000) >= 0x20000000) {
436 nvkm_wr32(device, 0xc040, hsrc & ~0x30000000);
  /src/sys/netinet6/
nd6_nbr.c 404 const struct in6_addr *hsrc,
485 * (hsrc), if:
486 * - hsrc is given from the caller (by giving "ln"), and
487 * - hsrc belongs to the outgoing interface.
491 if (hsrc && in6ifa_ifpwithaddr(ifp, hsrc)) {
493 src = hsrc;
nd6.c 383 const union l3addr *hsrc)
389 hsrc != NULL ? &hsrc->addr6 : NULL, NULL);
  /src/sys/netinet/
if_arp.c 1351 const union l3addr *hsrc)
1356 if (hsrc != NULL) {
1360 ia = in_get_ia_on_iface_psref(hsrc->addr4, ifp, &psref);
1362 sip = hsrc->addr4;

Completed in 37 milliseconds