Home
last modified time | relevance | path

Searched refs:EZPORT_CMD_SE (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/misc/
Dgehc-achc.c39 #define EZPORT_CMD_SE 0xd8 /* sector erase */ macro
196 u8 query[] = {EZPORT_CMD_SE, (address >> 16) & 0xff, (address >> 8) & 0xff, address & 0xff}; in ezport_section_erase()