Home
last modified time | relevance | path

Searched refs:bus_on (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_core.c69 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()
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()
713 while (i <= slot_cur->bus_on->slot_max) { in is_bus_empty()
842 for (i = slot_cur->bus_on->slot_min; i <= slot_cur->bus_on->slot_max; i++) { in check_limitations()
922 slot_cur->bus_on->current_speed); in enable_slot()
[all …]
H A Dibmphp.h703 struct bus_info *bus_on; member
H A Dibmphp_ebda.c872 tmp_slot->bus_on = bus_info_ptr1; in ebda_rsrc_controller()
/openbmc/linux/drivers/scsi/
H A Daha1542.c39 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()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h539 bool bus_on; /* Bus power prevents runtime suspend */ member
H A Dsdhci.c188 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()