Searched refs:drive_strength (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nouveau_mem.c | 646 t->drive_strength = 0; in nouveau_mem_ddr2_mr() 691 t->drive_strength = 0; in nouveau_mem_ddr3_mr() 740 t->drive_strength = boot->drive_strength; in nouveau_mem_gddr3_mr() 743 t->drive_strength = (e->RAM_FT1 & 0x30) >> 4; in nouveau_mem_gddr3_mr() 767 t->mr[1] = (boot->mr[1] & 0x100f40) | t->drive_strength | in nouveau_mem_gddr3_mr() 784 t->drive_strength = boot->drive_strength; in nouveau_mem_gddr5_mr() 787 t->drive_strength = (e->RAM_FT1 & 0x30) >> 4; in nouveau_mem_gddr5_mr() 811 t->drive_strength | in nouveau_mem_gddr5_mr() 944 t->drive_strength = 0; in nouveau_mem_timing_read() 955 t->drive_strength = t->mr[1] & 0x03; in nouveau_mem_timing_read()
|
D | nouveau_drv.h | 455 u8 drive_strength; member
|
/linux-3.4.99/drivers/mmc/core/ |
D | sd.c | 415 int drive_strength; in sd_select_driver_type() local 455 drive_strength = card->host->ops->select_drive_strength( in sd_select_driver_type() 460 err = mmc_sd_switch(card, 1, 2, drive_strength, status); in sd_select_driver_type() 464 if ((status[15] & 0xF) != drive_strength) { in sd_select_driver_type() 470 mmc_set_driver_type(card->host, drive_strength); in sd_select_driver_type()
|
D | sdio.c | 401 int drive_strength; in sdio_select_driver_type() local 443 drive_strength = card->host->ops->select_drive_strength( in sdio_select_driver_type() 454 card_strength |= host_drive_to_sdio_drive(drive_strength); in sdio_select_driver_type() 461 mmc_set_driver_type(card->host, drive_strength); in sdio_select_driver_type()
|
/linux-3.4.99/drivers/acpi/acpica/ |
D | rsserial.c | 103 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.gpio.drive_strength), 104 AML_OFFSET(gpio.drive_strength),
|
D | amlresrc.h | 300 u16 drive_strength; member
|
D | rsdump.c | 331 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(gpio.drive_strength), "DriveStrength",
|
/linux-3.4.99/include/acpi/ |
D | acrestyp.h | 371 u16 drive_strength; member
|
/linux-3.4.99/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3698 int drive_strength; in ar9003_hw_drive_strength_apply() local 3701 drive_strength = ath9k_hw_ar9300_get_eeprom(ah, EEP_DRIVE_STRENGTH); in ar9003_hw_drive_strength_apply() 3703 if (!drive_strength) in ar9003_hw_drive_strength_apply()
|