OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 13 08:09:50 GMT 2025