/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_dp.c | 45 nouveau_dp_probe_oui(struct drm_device *dev, struct nvkm_i2c_aux *aux, u8 *dpcd) 53 if (!nvkm_rdaux(aux, DP_SINK_OUI, buf, 3)) 57 if (!nvkm_rdaux(aux, DP_BRANCH_OUI, buf, 3)) 68 struct nvkm_i2c_aux *aux; local in function:nouveau_dp_detect 72 aux = nv_encoder->aux; 73 if (!aux) 76 ret = nvkm_rdaux(aux, DP_DPCD_REV, dpcd, sizeof(dpcd)); 97 nouveau_dp_probe_oui(dev, aux, dpcd);
|
nouveau_dp.c | 45 nouveau_dp_probe_oui(struct drm_device *dev, struct nvkm_i2c_aux *aux, u8 *dpcd) 53 if (!nvkm_rdaux(aux, DP_SINK_OUI, buf, 3)) 57 if (!nvkm_rdaux(aux, DP_BRANCH_OUI, buf, 3)) 68 struct nvkm_i2c_aux *aux; local in function:nouveau_dp_detect 72 aux = nv_encoder->aux; 73 if (!aux) 76 ret = nvkm_rdaux(aux, DP_DPCD_REV, dpcd, sizeof(dpcd)); 97 nouveau_dp_probe_oui(dev, aux, dpcd);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
priv.h | 16 /* number of native dp aux channels present */ 17 int aux; member in struct:nvkm_i2c_func
|
priv.h | 16 /* number of native dp aux channels present */ 17 int aux; member in struct:nvkm_i2c_func
|
nouveau_nvkm_subdev_i2c_auxg94.c | 30 #include "aux.h" 38 g94_i2c_aux_fini(struct g94_i2c_aux *aux) 40 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 41 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00310000, 0x00000000); 45 g94_i2c_aux_init(struct g94_i2c_aux *aux) 47 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 56 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)); 59 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl); 65 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00300000, ureq); 68 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)) 84 struct g94_i2c_aux *aux = g94_i2c_aux(obj); local in function:g94_i2c_aux_xfer 173 struct g94_i2c_aux *aux; local in function:g94_i2c_aux_new_ [all...] |
nouveau_nvkm_subdev_i2c_auxgm200.c | 30 #include "aux.h" 38 gm200_i2c_aux_fini(struct gm200_i2c_aux *aux) 40 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 41 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00310000, 0x00000000); 45 gm200_i2c_aux_init(struct gm200_i2c_aux *aux) 47 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 56 ctrl = nvkm_rd32(device, 0x00d954 + (aux->ch * 0x50)); 59 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl); 65 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00300000, ureq); 68 ctrl = nvkm_rd32(device, 0x00d954 + (aux->ch * 0x50)) 84 struct gm200_i2c_aux *aux = gm200_i2c_aux(obj); local in function:gm200_i2c_aux_xfer 178 struct gm200_i2c_aux *aux; local in function:gm200_i2c_aux_new [all...] |
nouveau_nvkm_subdev_i2c_auxg94.c | 30 #include "aux.h" 38 g94_i2c_aux_fini(struct g94_i2c_aux *aux) 40 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 41 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00310000, 0x00000000); 45 g94_i2c_aux_init(struct g94_i2c_aux *aux) 47 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 56 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)); 59 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl); 65 nvkm_mask(device, 0x00e4e4 + (aux->ch * 0x50), 0x00300000, ureq); 68 ctrl = nvkm_rd32(device, 0x00e4e4 + (aux->ch * 0x50)) 84 struct g94_i2c_aux *aux = g94_i2c_aux(obj); local in function:g94_i2c_aux_xfer 173 struct g94_i2c_aux *aux; local in function:g94_i2c_aux_new_ [all...] |
nouveau_nvkm_subdev_i2c_auxgm200.c | 30 #include "aux.h" 38 gm200_i2c_aux_fini(struct gm200_i2c_aux *aux) 40 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 41 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00310000, 0x00000000); 45 gm200_i2c_aux_init(struct gm200_i2c_aux *aux) 47 struct nvkm_device *device = aux->base.pad->i2c->subdev.device; 56 ctrl = nvkm_rd32(device, 0x00d954 + (aux->ch * 0x50)); 59 AUX_ERR(&aux->base, "begin idle timeout %08x", ctrl); 65 nvkm_mask(device, 0x00d954 + (aux->ch * 0x50), 0x00300000, ureq); 68 ctrl = nvkm_rd32(device, 0x00d954 + (aux->ch * 0x50)) 84 struct gm200_i2c_aux *aux = gm200_i2c_aux(obj); local in function:gm200_i2c_aux_xfer 178 struct gm200_i2c_aux *aux; local in function:gm200_i2c_aux_new [all...] |
nouveau_nvkm_subdev_i2c_anx9805.c | 32 #include "aux.h" 144 struct anx9805_aux *aux = anx9805_aux(base); local in function:anx9805_aux_xfer 145 struct anx9805_pad *pad = aux->pad; 151 AUX_DBG(&aux->base, "%02x %05x %d", type, addr, *size); 158 nvkm_wri2cr(adap, aux->addr, 0xe4, 0x80); 161 AUX_DBG(&aux->base, "%16ph", buf); 163 nvkm_wri2cr(adap, aux->addr, 0xf0 + i, buf[i]); 165 nvkm_wri2cr(adap, aux->addr, 0xe5, ((*size - 1) << 4) | type); 166 nvkm_wri2cr(adap, aux->addr, 0xe6, (addr & 0x000ff) >> 0); 167 nvkm_wri2cr(adap, aux->addr, 0xe7, (addr & 0x0ff00) >> 8) 200 struct anx9805_aux *aux = anx9805_aux(base); local in function:anx9805_aux_lnk_ctl 241 struct anx9805_aux *aux; local in function:anx9805_aux_new [all...] |
nouveau_nvkm_subdev_i2c_aux.c | 29 #include "aux.h" 37 struct nvkm_i2c_aux *aux = container_of(adap, typeof(*aux), i2c); local in function:nvkm_i2c_aux_i2c_xfer 41 ret = nvkm_i2c_aux_acquire(aux); 64 ret = aux->func->xfer(aux, true, cmd, 70 AUX_TRACE(aux, "no data after 32 retries"); 84 nvkm_i2c_aux_release(aux); 101 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) 103 struct nvkm_i2c_pad *pad = aux->pad 161 struct nvkm_i2c_aux *aux = *paux; local in function:nvkm_i2c_aux_del [all...] |
nouveau_nvkm_subdev_i2c_anx9805.c | 32 #include "aux.h" 144 struct anx9805_aux *aux = anx9805_aux(base); local in function:anx9805_aux_xfer 145 struct anx9805_pad *pad = aux->pad; 151 AUX_DBG(&aux->base, "%02x %05x %d", type, addr, *size); 158 nvkm_wri2cr(adap, aux->addr, 0xe4, 0x80); 161 AUX_DBG(&aux->base, "%16ph", buf); 163 nvkm_wri2cr(adap, aux->addr, 0xf0 + i, buf[i]); 165 nvkm_wri2cr(adap, aux->addr, 0xe5, ((*size - 1) << 4) | type); 166 nvkm_wri2cr(adap, aux->addr, 0xe6, (addr & 0x000ff) >> 0); 167 nvkm_wri2cr(adap, aux->addr, 0xe7, (addr & 0x0ff00) >> 8) 200 struct anx9805_aux *aux = anx9805_aux(base); local in function:anx9805_aux_lnk_ctl 241 struct anx9805_aux *aux; local in function:anx9805_aux_new [all...] |
nouveau_nvkm_subdev_i2c_aux.c | 29 #include "aux.h" 37 struct nvkm_i2c_aux *aux = container_of(adap, typeof(*aux), i2c); local in function:nvkm_i2c_aux_i2c_xfer 41 ret = nvkm_i2c_aux_acquire(aux); 64 ret = aux->func->xfer(aux, true, cmd, 70 AUX_TRACE(aux, "no data after 32 retries"); 84 nvkm_i2c_aux_release(aux); 101 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) 103 struct nvkm_i2c_pad *pad = aux->pad 161 struct nvkm_i2c_aux *aux = *paux; local in function:nvkm_i2c_aux_del [all...] |
/src/sys/dev/i2c/ |
tvpllvar.h | 52 uint8_t aux; member in struct:tvpll_data::tvpll_entry
|
tvpllvar.h | 52 uint8_t aux; member in struct:tvpll_data::tvpll_entry
|
/src/lib/libc/dlfcn/ |
dlfcn_elf.c | 158 const AuxInfo *aux; local in function:dl_iterate_phdr_setup 162 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { 163 switch (aux->a_type) { 165 dlpi_addr = aux->a_v; 168 dlpi_phdr = (void *)aux->a_v; 171 _DIAGASSERT(__type_fit(Elf_Half, aux->a_v)); 172 dlpi_phnum = (Elf_Half)aux->a_v; 175 dlpi_name = (void *)aux->a_v [all...] |
dlfcn_elf.c | 158 const AuxInfo *aux; local in function:dl_iterate_phdr_setup 162 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { 163 switch (aux->a_type) { 165 dlpi_addr = aux->a_v; 168 dlpi_phdr = (void *)aux->a_v; 171 _DIAGASSERT(__type_fit(Elf_Half, aux->a_v)); 172 dlpi_phnum = (Elf_Half)aux->a_v; 175 dlpi_name = (void *)aux->a_v [all...] |
/src/tests/libexec/ld.elf_so/ |
t_rtld_r_debug.c | 45 const AuxInfo *aux; local in function:getauxval 47 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { 48 if (type == aux->a_type) 49 return aux->a_v;
|
t_rtld_r_debug.c | 45 const AuxInfo *aux; local in function:getauxval 47 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { 48 if (type == aux->a_type) 49 return aux->a_v;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_crc.c | 152 struct drm_dp_aux *aux = NULL; local in function:amdgpu_dm_crtc_set_crc_source 196 * None | DPRX | Disable DPRX CRC, need 'aux', set default to dither 198 * None | DPRX DITHER | Disable DPRX CRC, need 'aux' 200 * DPRX | XXXX | Enable DPRX CRC, need 'aux', no dither 202 * DPRX DITHER | XXXX | Enable DPRX CRC, need 'aux', set dither 227 aux = &aconn->dm_dp_aux.aux; 229 if (!aux) { 230 DRM_DEBUG_DRIVER("No dp aux for amd connector\n"); 252 if (drm_dp_start_crc(aux, crtc)) [all...] |
amdgpu_dm_crc.c | 152 struct drm_dp_aux *aux = NULL; local in function:amdgpu_dm_crtc_set_crc_source 196 * None | DPRX | Disable DPRX CRC, need 'aux', set default to dither 198 * None | DPRX DITHER | Disable DPRX CRC, need 'aux' 200 * DPRX | XXXX | Enable DPRX CRC, need 'aux', no dither 202 * DPRX DITHER | XXXX | Enable DPRX CRC, need 'aux', set dither 227 aux = &aconn->dm_dp_aux.aux; 229 if (!aux) { 230 DRM_DEBUG_DRIVER("No dp aux for amd connector\n"); 252 if (drm_dp_start_crc(aux, crtc)) [all...] |
/src/sys/arch/atari/atari/ |
disksubr.c | 339 u_int aux = apt.at_roots[j]; local in function:ahdi_label 340 if (aux >= p1->ap_st && aux <= p1->ap_end)
|
/src/sys/arch/atari/stand/installboot/ |
disklabel.c | 153 daddr_t aux = al.roots[j]; local in function:ahdi_label 154 if (aux >= p1->ap_st && aux <= p1->ap_end) 221 daddr_t aux = part->ap_st + esec; local in function:ahdi_getparts 224 alab->roots[alab->nroots++] = aux; 225 e = ahdi_getparts(fd, aux, 226 esec == AHDI_BBLOCK ? aux : esec, alab);
|
/src/sys/arch/atari/stand/tostools/aptck/ |
disklbl.c | 258 u_int aux = dd->roots[j]; local in function:ahdi_display 259 if (aux >= p1->start && aux <= p1->end) { 260 printf("FATAL: auxiliary root at %u\n", aux);
|
/src/sys/arch/hpc/stand/hpcboot/menu/ |
rootwindow.cpp | 72 RootWindow::create(LPCREATESTRUCT aux) 76 // so aux is NULL 101 LPCREATESTRUCT aux = reinterpret_cast <LPCREATESTRUCT>(lparam); local in function:RootWindow::proc 108 WMCreate(w, aux); 111 WMPaint(w, aux); 208 RootWindow::WMPaint(HWND w, LPCREATESTRUCT aux) 216 RootWindow::WMCreate(HWND w, LPCREATESTRUCT aux) 222 _app._cmdbar = CommandBar_Create(aux->hInstance, w, IDC_CMDBAR); 240 _boot_button->create(aux); 243 _cancel_button->create(aux); [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_dp_aux_dev.c | 52 struct drm_dp_aux *aux; member in struct:drm_dp_aux_dev 78 static struct drm_dp_aux_dev *alloc_drm_dp_aux_dev(struct drm_dp_aux *aux) 86 aux_dev->aux = aux; 122 res = sprintf(buf, "%s\n", aux_dev->aux->name); 173 res = drm_dp_dpcd_read(aux_dev->aux, pos, buf, todo); 221 res = drm_dp_dpcd_write(aux_dev->aux, pos, buf, todo); 256 #define to_auxdev(d) container_of(d, struct drm_dp_aux_dev, aux) 258 static struct drm_dp_aux_dev *drm_dp_aux_dev_get_by_aux(struct drm_dp_aux *aux) 270 if (iter->aux == aux) [all...] |