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

  /src/sys/rump/
makerumpsyscalls.sh 112 ${sawlibrump} || die Did not see librump. Wrong directory?
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu9_driver_if.h 87 uint8_t Did; /* DID */
164 uint8_t UlvSmnclkDid; /* DID for ULV mode. 0 means CLK will not be modified in ULV. */
165 uint8_t UlvMp1clkDid; /* DID for ULV mode. 0 means CLK will not be modified in ULV. */
184 uint8_t SocclkDid [NUM_SOCCLK_DPM_LEVELS]; /* DID */
187 uint8_t VclkDid [NUM_UVD_DPM_LEVELS]; /* DID */
188 uint8_t DclkDid [NUM_UVD_DPM_LEVELS]; /* DID */
191 uint8_t EclkDid [NUM_VCE_DPM_LEVELS]; /* DID */
194 uint8_t Mp0clkDid [NUM_MP0CLK_DPM_LEVELS]; /* DID */
  /src/sys/arch/emips/ebus/
flash_ebus.c 1127 uint8_t Mid, Did;
1146 sc->sc_ops->read_uint8(sc,sc->sc_page0+(0x0001*2*sc->sc_chips),&Did);
1150 sc->sc_type.ft_device_code = Did;
1153 if ((sector_maps[i].ft_manuf_code == Mid) && (sector_maps[i].ft_device_code == Did)) {
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_hwmgr.c 1610 current_gfxclk_level->Did = (uint8_t)(dividers.ulDid);
1806 current_memclk_level->Did = (uint8_t)(dividers.ulDid);
1808 PP_ASSERT_WITH_CODE(current_memclk_level->Did >= 1,
3454 "power state did not have any performance level",
  /src/sys/dev/ic/
mpt_mpilib.h 885 * CONFIG_PAGE_FC_PORT_3 now supports persistent by DID.
1752 U32 Did;
  /src/sys/arch/sparc64/sparc64/
locore.s 1921 * We had a data miss but did not find a mapping. Insert
2143 tnz %xcc, 1 ! Invalid address??? How did this happen?
2355 ! rdpr %tl, %g2 ! DEBUG DEBUG -- did we trap somewhere?
2361 /* Did we save a user or kernel window ? */
4051 * kgdb_trap() did not handle the trap at all so the stack is
4332 cmp %g7, %g3 ! Did it work?
5161 mov %g7, %g5 ! We already did one restore
7489 cmp %o4, %o5 ! Did it work?
7596 cmp %o1, %o2 ! Did we wrap? (tick < tick_cmpr)
7670 cmp %o1, %o2 ! Did we wrap? (stick < stick_cmpr
    [all...]

Completed in 29 milliseconds