OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:window_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
bt463.c
147
int
window_type
[16]; /* 16 24-bit window type table entries */
member in struct:bt463data
319
data->
window_type
[0] = 0x81e100;
334
data->
window_type
[1] = 0x01e310;
346
data->
window_type
[i] = 0x81e100;
525
printf("%02x %06x\n", i, data->
window_type
[i]);
539
data->
window_type
[i] = (BTRNREG(data) & 0xff); /* B0-7 */
540
data->
window_type
[i] |= (BTRNREG(data) & 0xff) << 8; /* B8-15 */
541
data->
window_type
[i] |= (BTRNREG(data) & 0xff) << 16; /* B16-23 */
571
BTWNREG(data, (data->
window_type
[i]) & 0xff); /* B0-7 */
572
BTWNREG(data, (data->
window_type
[i] >> 8) & 0xff); /* B8-15 *
[
all
...]
bt463.c
147
int
window_type
[16]; /* 16 24-bit window type table entries */
member in struct:bt463data
319
data->
window_type
[0] = 0x81e100;
334
data->
window_type
[1] = 0x01e310;
346
data->
window_type
[i] = 0x81e100;
525
printf("%02x %06x\n", i, data->
window_type
[i]);
539
data->
window_type
[i] = (BTRNREG(data) & 0xff); /* B0-7 */
540
data->
window_type
[i] |= (BTRNREG(data) & 0xff) << 8; /* B8-15 */
541
data->
window_type
[i] |= (BTRNREG(data) & 0xff) << 16; /* B16-23 */
571
BTWNREG(data, (data->
window_type
[i]) & 0xff); /* B0-7 */
572
BTWNREG(data, (data->
window_type
[i] >> 8) & 0xff); /* B8-15 *
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025