OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auxch
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
i2c.h
22
u8
auxch
;
member in struct:dcb_i2c_entry
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_i2c.c
103
info->
auxch
= DCB_I2C_UNUSED;
119
info->
auxch
= nvbios_rd08(bios, ent + 0) & 0x0f;
121
info->share = info->
auxch
;
127
info->
auxch
= (nvbios_rd16(bios, ent + 0) & 0x3e0) >> 5;
128
if (info->
auxch
== 0x1f)
129
info->
auxch
= DCB_I2C_UNUSED;
130
info->share = info->
auxch
;
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_base.c
310
"sense %02x share %02x
auxch
%02x\n", i, ccbE.type,
311
ccbE.drive, ccbE.sense, ccbE.share, ccbE.
auxch
);
351
ccbE.
auxch
!= DCB_I2C_UNUSED))) {
353
ccbE.
auxch
, &aux);
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_drv.c
306
MODULE_PARM_DESC(
auxch
, "Use native
auxch
experimental support (1 = enable, 0 = disable, -1 = auto)");
307
module_param_named(
auxch
, radeon_auxch, int, 0444);
Completed in 30 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025