Searched refs:EZPORT_CMD_SE (Results 1 – 1 of 1) sorted by relevance
39 #define EZPORT_CMD_SE 0xd8 /* sector erase */ macro196 u8 query[] = {EZPORT_CMD_SE, (address >> 16) & 0xff, (address >> 8) & 0xff, address & 0xff}; in ezport_section_erase()