OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:byte_data
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
edid.c
292
unsigned char
byte_data
;
local in function:gmbus3_mmio_read
309
byte_data
= edid_get_byte(vgpu);
310
reg_data |= (
byte_data
<< (i << 3));
/src/sys/arch/mac68k/dev/
sbc.c
247
volatile u_int8_t *
byte_data
= (u_int8_t *)sc->sc_nodrq_addr;
local in function:sbc_pdma_in
293
*(u_int8_t *)data = *
byte_data
, data += 1;
314
volatile u_int8_t *
byte_data
= (u_int8_t *)sc->sc_nodrq_addr;
local in function:sbc_pdma_out
358
#define W1 *
byte_data
= *(u_int8_t *)data, data += 1
396
*
byte_data
= 0;
/src/sys/dev/ic/
advlib.c
943
u_int8_t
byte_data
;
local in function:AscReadLramByte
952
byte_data
= (u_int8_t) ((word_data >> 8) & 0xFF);
955
byte_data
= (u_int8_t) (word_data & 0xFF);
958
return (
byte_data
);
Completed in 16 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025