OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:act_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/newsmips/dev/
scsi_1185.c
114
#define
act_offset
soffset
macro
1122
cs->
act_offset
= scb->sc_coffset;
1260
cs->
act_offset
= scb->sc_coffset;
1269
scb->sc_coffset = cs->
act_offset
;
1548
dmac_cofsh = (uint8_t)((cs->
act_offset
>> 8) & 0xf);
1549
dmac_cofsl = (uint8_t)(cs->
act_offset
& 0xff);
1747
cs->
act_offset
= offset & PGOFSET;
/src/sys/dev/pci/
if_wm.c
14509
uint32_t
act_offset
= ICH_NVM_SIG_WORD * 2 + 1;
local
14520
act_offset
= ICH_NVM_SIG_WORD * 2;
14526
rv = wm_read_ich8_dword(sc,
act_offset
, &nvm_dword);
14536
rv = wm_read_ich8_dword(sc,
act_offset
+ bank1_offset,
14559
wm_read_ich8_byte(sc,
act_offset
, &sig_byte);
14566
wm_read_ich8_byte(sc,
act_offset
+ bank1_offset,
14889
uint32_t
act_offset
= 0;
local
14922
act_offset
= bank_offset + ((offset + i) * 2);
14923
rv = wm_read_ich8_word(sc,
act_offset
, &word);
14950
uint32_t
act_offset
= 0
local
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026