Lines Matching defs:device
32 #include <linux/device.h>
42 u16 device; /* PCI host ID */
49 u16 device;
67 while (lap->device) {
68 if (lap->device == dev->device &&
80 * @adev: device
93 * @adev: device
186 * sis_set_fifo - Set RWP fifo bits for this device
190 * SIS chipsets implement prefetch/postwrite bits for each device
192 * must be configured according to the class of device present
219 * Set PIO mode for device, in host controller PCI config space. This
257 * Set PIO mode for device, in host controller PCI config space. This
282 * Set PIO mode for device, in host controller PCI config space. This
329 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
351 the higher bits are dependent on the device */
368 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
391 the higher bits are dependent on the device, bit 15 udma */
408 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
442 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
476 * Set UDMA/MWDMA mode for device, in host controller PCI config space.
523 * @adev: ATA device
709 * sis_init_one - Register SiS ATA PCI device with kernel services
710 * @pdev: PCI device to register
785 for (sets = &sis_chipsets[0]; sets->device; sets++) {
786 host = pci_get_device(PCI_VENDOR_ID_SI, sets->device, NULL);
789 if (sets->device == 0x630) { /* SIS630 */