HomeSort by: relevance | last modified time | path
    Searched defs:mema (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2o/
iop.c 1452 u_int32_t mema[2], ioa[2]; local in function:iop_systab_set
1466 mema[1] = sc->sc_status.desiredprivmemsize;
1469 if (mema[1] != 0) {
1471 le32toh(mema[1]), PAGE_SIZE, 0, 0, &boo, &bsh);
1472 mema[0] = htole32(boo);
1475 mema[0] = 0;
1476 mema[1] = 0;
1492 iop_msg_map(sc, im, mb, mema, sizeof(mema), 1, NULL);
iop.c 1452 u_int32_t mema[2], ioa[2]; local in function:iop_systab_set
1466 mema[1] = sc->sc_status.desiredprivmemsize;
1469 if (mema[1] != 0) {
1471 le32toh(mema[1]), PAGE_SIZE, 0, 0, &boo, &bsh);
1472 mema[0] = htole32(boo);
1475 mema[0] = 0;
1476 mema[1] = 0;
1492 iop_msg_map(sc, im, mb, mema, sizeof(mema), 1, NULL);

Completed in 27 milliseconds