Searched refs:writeops (Results 1 – 2 of 2) sorted by relevance
838 int i, chips, writeops, create, chipsel, res, res2; in check_create() local851 writeops = 0; in check_create()862 writeops = 0x03; in check_create()865 writeops = 0x01; in check_create()868 writeops = 0x02; in check_create()875 writeops = 0x02; in check_create()878 writeops = 0x01; in check_create()883 writeops = 0x01; in check_create()928 writeops = 0x03; in check_create()937 if ((writeops & 0x01) && (td->options & NAND_BBT_WRITE)) { in check_create()[all …]
1180 typedef void (*writeops)(E1000State *, int, uint32_t); typedef1181 static const writeops macreg_writeops[] = {