/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-xcomm.c | 38 unsigned int current_speed; member 78 if (t->speed_hz != spi_xcomm->current_speed) { in spi_xcomm_setup_transfer() 89 spi_xcomm->current_speed = t->speed_hz; in spi_xcomm_setup_transfer()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-xcomm.c | 38 unsigned int current_speed; member 78 if (t->speed_hz != spi_xcomm->current_speed) { in spi_xcomm_setup_transfer() 89 spi_xcomm->current_speed = t->speed_hz; in spi_xcomm_setup_transfer()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | sa1100-cpufreq.c | 113 static void sa1100_update_dram_timings(int current_speed, int new_speed) in sa1100_update_dram_timings() argument 131 if (new_speed > current_speed) { in sa1100_update_dram_timings()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_core.c | 75 slot_cur->bus_on->current_speed = CURRENT_BUS_SPEED(slot_cur->busstatus); in get_cur_bus_info() 84 slot_cur->bus_on->current_speed, in get_cur_bus_info() 486 if (slot_cur->bus_on->current_speed == 0xFF) in init_ops() 576 bus_speed = slot_cur->bus_on->current_speed; in ibmphp_update_slot_info() 922 switch (slot_cur->bus_on->current_speed) { in check_limitations() 993 slot_cur->bus_on->current_speed); in enable_slot() 1036 slot_cur->bus_on->current_speed); in enable_slot()
|
H A D | ibmphp.h | 243 u8 current_speed; member
|
H A D | ibmphp_ebda.c | 118 debug("%s - current_speed = %x\n", __func__, ptr->current_speed); in print_bus_info() 751 bus_info_ptr1->current_speed = 0xff; in ebda_rsrc_controller()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_core.c | 67 slot_cur->bus_on->current_speed = CURRENT_BUS_SPEED(slot_cur->busstatus); in get_cur_bus_info() 76 slot_cur->bus_on->current_speed, in get_cur_bus_info() 415 if (slot_cur->bus_on->current_speed == 0xFF) in init_ops() 505 bus_speed = slot_cur->bus_on->current_speed; in ibmphp_update_slot_info() 851 switch (slot_cur->bus_on->current_speed) { in check_limitations() 922 slot_cur->bus_on->current_speed); in enable_slot() 965 slot_cur->bus_on->current_speed); in enable_slot()
|
H A D | ibmphp.h | 243 u8 current_speed; member
|
H A D | ibmphp_ebda.c | 118 debug("%s - current_speed = %x\n", __func__, ptr->current_speed); in print_bus_info() 751 bus_info_ptr1->current_speed = 0xff; in ebda_rsrc_controller()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | cs5536.c | 203 if (drive->current_speed < XFER_UDMA_0 && in cs5536_dma_start() 215 if (drive->current_speed < XFER_UDMA_0 && in cs5536_dma_end()
|
H A D | ide-cd.h | 88 u8 current_speed; /* Current speed of the drive. */ member
|
H A D | ide-eh.c | 315 if (drive->current_speed != 0xff) in pre_reset() 316 drive->desired_speed = drive->current_speed; in pre_reset() 317 drive->current_speed = 0xff; in pre_reset()
|
H A D | ide-proc.c | 186 ide_devset_get(xfer_rate, current_speed); 206 ide_devset_rw(current_speed, xfer_rate); 212 IDE_PROC_DEVSET(current_speed, 0, 70),
|
H A D | pdc202xx_old.c | 149 if (drive->current_speed > XFER_UDMA_2) in pdc202xx_dma_start() 181 if (drive->current_speed > XFER_UDMA_2) in pdc202xx_dma_end()
|
H A D | ide-dma.c | 421 mode = drive->current_speed; in ide_check_dma_crc() 431 if (drive->current_speed >= XFER_SW_DMA_0) in ide_check_dma_crc()
|
H A D | ide-iops.c | 437 drive->current_speed = speed; in ide_config_drive_speed()
|
H A D | it821x.c | 505 drive->current_speed = XFER_MW_DMA_0; in it821x_quirkproc()
|
H A D | ide-cd_ioctl.c | 237 cdi->speed = cd->current_speed; in ide_cdrom_select_speed()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | dw_mmc-rockchip.c | 60 host->current_speed = 0; in dw_mci_rk3288_set_ios()
|
H A D | dw_mmc-k3.c | 317 host->current_speed = 0; in dw_mci_hi3660_set_ios()
|
H A D | dw_mmc-exynos.c | 293 host->current_speed = 0; in dw_mci_exynos_adjust_clock()
|
H A D | dw_mmc.h | 99 * @current_speed: Configured rate of the controller. 200 u32 current_speed; member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | dw_mmc-rockchip.c | 62 host->current_speed = 0; in dw_mci_rk3288_set_ios()
|
H A D | dw_mmc.h | 101 * @current_speed: Configured rate of the controller. 204 u32 current_speed; member
|
H A D | dw_mmc-k3.c | 317 host->current_speed = 0; in dw_mci_hi3660_set_ios()
|