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

  /src/sys/dev/ic/
bt459reg.h 57 #define BT459_IREG_ID 0x0200 /* read-only, gives "4a" */
  /src/sys/dev/tc/
pxg.c 246 vdac[BT459_REG_ADDR_LOW] = (BT459_IREG_ID & 0xff) |
247 ((BT459_IREG_ID & 0xff) << 8) | ((BT459_IREG_ID & 0xff) << 16);
248 vdac[BT459_REG_ADDR_HIGH] = ((BT459_IREG_ID & 0xff00) >> 8) |
249 (BT459_IREG_ID & 0xff00) | ((BT459_IREG_ID & 0xff00) << 8);

Completed in 14 milliseconds