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

  /src/sys/dev/tc/
xcfb.c 753 void *high8 = (void *)(ioasic_base + IMS332_HIGH); local
756 *(volatile uint16_t *)high8 = (val & 0xff0000) >> 8;
764 void *high8 = (void *)(ioasic_base + IMS332_HIGH);
768 v1 = *(volatile uint16_t *)high8;
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 19541 int high8;
19552 high8 = 0xfe000000;
19559 high8 = 0xfc000000;
19585 inst.instruction |= high8;
21323 int high8;
21337 high8 = 0xfe000000;
21342 high8 = 0xfc000000;
21359 inst.instruction |= high8;
19536 int high8; local
21318 int high8; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 19544 int high8;
19555 high8 = 0xfe000000;
19562 high8 = 0xfc000000;
19588 inst.instruction |= high8;
21326 int high8;
21340 high8 = 0xfe000000;
21345 high8 = 0xfc000000;
21362 inst.instruction |= high8;
19539 int high8; local
21321 int high8; local

Completed in 148 milliseconds