Searched refs:bus_on (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/pci/hotplug/ |
D | ibmphp_core.c | 67 slot_cur->bus_on->current_speed = CURRENT_BUS_SPEED(slot_cur->busstatus); in get_cur_bus_info() 69 slot_cur->bus_on->current_bus_mode = in get_cur_bus_info() 72 slot_cur->bus_on->current_bus_mode = 0xFF; in get_cur_bus_info() 76 slot_cur->bus_on->current_speed, in get_cur_bus_info() 77 slot_cur->bus_on->current_bus_mode); 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() 506 mode = slot_cur->bus_on->current_bus_mode; in ibmphp_update_slot_info() 573 slot_cur->bus_on = NULL; in free_slots() 711 u8 i = slot_cur->bus_on->slot_min; in is_bus_empty() [all …]
|
D | ibmphp.h | 703 struct bus_info *bus_on; member
|
D | ibmphp_ebda.c | 872 tmp_slot->bus_on = bus_info_ptr1; in ebda_rsrc_controller()
|
/linux-6.6.21/drivers/scsi/ |
D | aha1542.c | 39 static int bus_on[MAXBOARDS] = { -1, -1, -1, -1 }; /* power-on default: 11us */ variable 40 module_param_array(bus_on, int, NULL, 0); 41 MODULE_PARM_DESC(bus_on, "bus on time [us] (2-15, default=-1 [HW default: 11])"); 707 static void aha1542_set_bus_times(struct Scsi_Host *sh, int bus_on, int bus_off, int dma_speed) in aha1542_set_bus_times() argument 709 if (bus_on > 0) { in aha1542_set_bus_times() 710 u8 oncmd[] = { CMD_BUSON_TIME, clamp(bus_on, 2, 15) }; in aha1542_set_bus_times() 768 aha1542_set_bus_times(sh, bus_on[indx], bus_off[indx], dma_speed[indx]); in aha1542_hw_init()
|
/linux-6.6.21/drivers/mmc/host/ |
D | sdhci.h | 538 bool bus_on; /* Bus power prevents runtime suspend */ member
|
D | sdhci.c | 188 if (host->bus_on) in sdhci_runtime_pm_bus_on() 190 host->bus_on = true; in sdhci_runtime_pm_bus_on() 196 if (!host->bus_on) in sdhci_runtime_pm_bus_off() 198 host->bus_on = false; in sdhci_runtime_pm_bus_off()
|