Searched refs:slots (Results 51 - 64 of 64) sorted by relevance

123

/drivers/pci/hotplug/
H A DKconfig156 tristate "RPA Dynamic Logical Partitioning for I/O slots"
160 for I/O slots.
H A Dibmphp.h728 struct ebda_hpc_slot *slots; member in struct:controller
/drivers/usb/host/
H A Dhwa-hc.c99 static int __hwahc_op_set_num_dnts(struct wusbhc *wusbhc, u8 interval, u8 slots) argument
107 interval << 8 | slots,
/drivers/gpu/drm/radeon/
H A Dr600_cp.c108 int slots; local
110 slots = (RADEON_READ(R600_GRBM_STATUS)
113 slots = (RADEON_READ(R600_GRBM_STATUS)
115 if (slots >= entries)
H A Dradeon_cp.c376 int slots = (RADEON_READ(RADEON_RBBM_STATUS) local
378 if (slots >= entries)
/drivers/ide/
H A DKconfig242 systems have PCI slots). But if your system uses VESA local bus
/drivers/video/savage/
H A Dsavagefb_driver.c264 int slots = MAXFIFO - space; local
266 while ((savage_in32(0x48C00, par) & 0x0000ffff) > slots);
272 int slots = MAXFIFO - space; local
274 while ((savage_in32(0x48C60, par) & 0x001fffff) > slots);
280 int slots = MAXFIFO - space; local
282 while ((savage_in32(0x48C60, par) & 0x0000ffff) > slots);
/drivers/pci/
H A Dprobe.c496 INIT_LIST_HEAD(&b->slots);
1008 list_for_each_entry(slot, &dev->bus->slots, list)
1460 /* For PCIE hotplug enabled slots not connected directly to a
/drivers/cdrom/
H A Dcdrom.c1244 buf->slots[length].disc_present = 1;
1245 buf->slots[length].change = 0;
1276 if (info->slots[slot].disc_present)
1286 /* Return the number of slots for an ATAPI/SCSI cdrom,
2350 ret = info->slots[arg].change;
3488 if (cdrom_print_info("\ndrive # of slots:", 0, info, &pos, CTL_SLOTS))
/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h206 u_int slots; /* number of PCM slots */ member in struct:hfc_multi
/drivers/staging/omapdrm/
H A Dtcm-sita.c36 static s32 sita_reserve_1d(struct tcm *tcm, u32 slots, struct tcm_area *area);
450 /* find num_slots consecutive free slots to the left */
472 /* count consecutive free slots */
/drivers/xen/xen-pciback/
H A Dpci_stub.c1076 static DRIVER_ATTR(slots, S_IRUSR, pcistub_slot_show, NULL);
/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h1094 extern int nouveau_dma_wait(struct nouveau_channel *, int slots, int size);
/drivers/net/wireless/iwlwifi/
H A Diwl-commands.h705 * @cw_min: Contention window, start value in numbers of slots.
707 * @cw_max: Contention window, max value in numbers of slots.
709 * @aifsn: Number of slots in Arbitration Interframe Space (before
3895 struct iwl_wipan_slot slots[10]; member in struct:iwl_wipan_params_cmd

Completed in 396 milliseconds

123