OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfg_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
weasel_pci.c
105
uint16_t
cfg_size
;
local in function:weasel_pci_attach
138
cfg_size
= bus_space_read_1(sc->sc_st, sc->sc_sh, WEASEL_DATA_RD);
141
if (++
cfg_size
!= sizeof(cfg)) {
143
"weird config block size from Weasel: 0x%03x\n",
cfg_size
);
147
for (cp = (uint8_t *) &cfg;
cfg_size
!= 0;
cfg_size
--) {
151
cfg_size
);
weasel_pci.c
105
uint16_t
cfg_size
;
local in function:weasel_pci_attach
138
cfg_size
= bus_space_read_1(sc->sc_st, sc->sc_sh, WEASEL_DATA_RD);
141
if (++
cfg_size
!= sizeof(cfg)) {
143
"weird config block size from Weasel: 0x%03x\n",
cfg_size
);
147
for (cp = (uint8_t *) &cfg;
cfg_size
!= 0;
cfg_size
--) {
151
cfg_size
);
Completed in 21 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025