Searched defs:cfwrite8 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c252 static void cfwrite8(u_int32_t off, u_int8_t val);
288 cfwrite8(CF_DRV_HEAD, CF_D_IBM);
302 cfwrite8(CF_FEATURE, 0x01); /* Enable 8 bit transfers */
303 cfwrite8(CF_COMMAND, ATA_SETFEATURES);
319 cfwrite8(CF_DRV_HEAD, CF_D_IBM);
321 cfwrite8(CF_FEATURE, 0x81); /* Enable 8 bit transfers */
322 cfwrite8(CF_COMMAND, ATA_SETFEATURES);
413 cfwrite8(u_int32_t off, u_int8_t val) function
467 cfwrite8(CF_DRV_HEAD, CF_D_IBM);
508 cfwrite8(CF_DRV_HEA
[all...]

Completed in 382 milliseconds