OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flswctl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_i225.c
732
uint32_t
flswctl
= 0;
local in function:igc_write_erase_flash_command_i225
738
flswctl
= IGC_READ_REG(hw, IGC_I225_FLSWCTL);
739
/* Polling done bit on
FLSWCTL
register */
741
if (
flswctl
& IGC_FLSWCTL_DONE)
744
flswctl
= IGC_READ_REG(hw, IGC_I225_FLSWCTL);
753
/* Build and issue command on
FLSWCTL
register */
754
flswctl
= address | opcode;
755
IGC_WRITE_REG(hw, IGC_I225_FLSWCTL,
flswctl
);
757
/* Check if issued command is valid on
FLSWCTL
register */
758
flswctl
= IGC_READ_REG(hw, IGC_I225_FLSWCTL)
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025