OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_flash
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/umcpmioctl/
putflash.c
44
struct umcpmio_ioctl_get_flash
current_flash
;
local in function:parse_flash_gp_req
47
current_flash
.subcode = MCP2221_FLASH_SUBCODE_GP;
48
error = ioctl(fd, UMCPMIO_GET_FLASH, &
current_flash
);
57
uint8_t *bbuf = (uint8_t *)&
current_flash
.get_flash_res;
71
req->u.gp.gp0_settings =
current_flash
.get_flash_res.u.gp.gp0_settings;
72
req->u.gp.gp1_settings =
current_flash
.get_flash_res.u.gp.gp1_settings;
73
req->u.gp.gp2_settings =
current_flash
.get_flash_res.u.gp.gp2_settings;
74
req->u.gp.gp3_settings =
current_flash
.get_flash_res.u.gp.gp3_settings;
77
fprintf(stderr, "CURRENT FLASH: %02x %02x %02x %02x\n",
current_flash
.get_flash_res.u.gp.gp0_settings,
current_flash
.get_flash_res.u.gp.gp1_settings, current_flash.get_flash_res.u.gp.gp2_settings, current_flash.get_ (…)
[
all
...]
putflash.c
44
struct umcpmio_ioctl_get_flash
current_flash
;
local in function:parse_flash_gp_req
47
current_flash
.subcode = MCP2221_FLASH_SUBCODE_GP;
48
error = ioctl(fd, UMCPMIO_GET_FLASH, &
current_flash
);
57
uint8_t *bbuf = (uint8_t *)&
current_flash
.get_flash_res;
71
req->u.gp.gp0_settings =
current_flash
.get_flash_res.u.gp.gp0_settings;
72
req->u.gp.gp1_settings =
current_flash
.get_flash_res.u.gp.gp1_settings;
73
req->u.gp.gp2_settings =
current_flash
.get_flash_res.u.gp.gp2_settings;
74
req->u.gp.gp3_settings =
current_flash
.get_flash_res.u.gp.gp3_settings;
77
fprintf(stderr, "CURRENT FLASH: %02x %02x %02x %02x\n",
current_flash
.get_flash_res.u.gp.gp0_settings,
current_flash
.get_flash_res.u.gp.gp1_settings, current_flash.get_flash_res.u.gp.gp2_settings, current_flash.get_ (…)
[
all
...]
Completed in 23 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025