Home | History | Annotate | Download | only in sys

Lines Matching refs:int_val

407 	int32 int_val = 0;
441 if (plen >= (int)sizeof(int_val))
442 bcopy(params, &int_val, sizeof(int_val));
444 bool_val = (int_val != 0) ? TRUE : FALSE;
449 int_val = (int32)sd_msglevel;
450 bcopy(&int_val, arg, val_size);
454 sd_msglevel = int_val;
458 int_val = (int32)si->sd_blockmode;
459 bcopy(&int_val, arg, val_size);
463 si->sd_blockmode = (bool)int_val;
468 if ((uint32)int_val > si->num_funcs) {
472 int_val = (int32)si->client_block_size[int_val];
473 bcopy(&int_val, arg, val_size);
478 uint func = ((uint32)int_val >> 16);
479 uint blksize = (uint16)int_val;
508 int_val = FALSE;
509 bcopy(&int_val, arg, val_size);
513 int_val = (int32)si->sd_use_dma;
514 bcopy(&int_val, arg, val_size);
518 si->sd_use_dma = (bool)int_val;
522 int_val = (int32)si->use_client_ints;
523 bcopy(&int_val, arg, val_size);
527 si->use_client_ints = (bool)int_val;
536 int_val = (uint32)sd_divisor;
537 bcopy(&int_val, arg, val_size);
541 sd_divisor = int_val;
545 int_val = (uint32)sd_power;
546 bcopy(&int_val, arg, val_size);
550 sd_power = int_val;
554 int_val = (uint32)sd_clock;
555 bcopy(&int_val, arg, val_size);
559 sd_clock = int_val;
563 int_val = (uint32)sd_sdmode;
564 bcopy(&int_val, arg, val_size);
568 sd_sdmode = int_val;
572 int_val = (uint32)sd_hiok;
573 bcopy(&int_val, arg, val_size);
577 sd_hiok = int_val;
581 int_val = (int32)si->intrcount;
582 bcopy(&int_val, arg, val_size);
586 int_val = (int32)0;
587 bcopy(&int_val, arg, val_size);
604 int_val = 8; /* sdioh_sdmmc_rreg8(si, sd_ptr->offset); */
606 int_val = 16; /* sdioh_sdmmc_rreg16(si, sd_ptr->offset); */
608 int_val = 32; /* sdioh_sdmmc_rreg(si, sd_ptr->offset); */
610 bcopy(&int_val, arg, sizeof(int_val));
640 int_val = (int)data;
641 bcopy(&int_val, arg, sizeof(int_val));