HomeSort by: relevance | last modified time | path
    Searched defs:control0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i2c/
sil164_drv.c 165 uint8_t control0 = sil164_read(client, SIL164_CONTROL0); local in function:sil164_set_power_state
168 control0 |= SIL164_CONTROL0_POWER_ON;
170 control0 &= ~SIL164_CONTROL0_POWER_ON;
172 sil164_write(client, SIL164_CONTROL0, control0);
sil164_drv.c 165 uint8_t control0 = sil164_read(client, SIL164_CONTROL0); local in function:sil164_set_power_state
168 control0 |= SIL164_CONTROL0_POWER_ON;
170 control0 &= ~SIL164_CONTROL0_POWER_ON;
172 sil164_write(client, SIL164_CONTROL0, control0);

Completed in 21 milliseconds