Home
last modified time | relevance | path

Searched refs:HID0_BTIC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dcpu.c500 hid0 |= HID0_SGE | HID0_BTIC; in cpu_6xx_setup()
505 hid0 &= ~HID0_BTIC; in cpu_6xx_setup()
520 hid0 |= HID0_EMCP | HID0_BTIC | HID0_SGE | HID0_BHT; in cpu_6xx_setup()
526 hid0 |= HID0_EMCP | HID0_BTIC | HID0_SGE | HID0_BHT; in cpu_6xx_setup()
/freebsd/sys/powerpc/include/
H A Dhid.h70 #define HID0_BTIC 0x00000020 /* Enable BTIC */ macro