Searched defs:bus (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_enc_trace.h59 #define CONFIG_CMD(bus,device_fn,where) \
60 (0x80000000|((bus&0xff) << 16)|((device_fn&0xff) << 8)|((where&0xff) & ~3))
62 static inline unsigned long pci_get_long(int bus,int device_fn, int where) argument
64 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
68 static inline int pci_set_long(int bus,int device_fn, int where,unsigned long value) argument
70 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
75 static inline int pci_get_short(int bus,int device_fn, int where) argument
77 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
82 static inline int pci_set_short(int bus,int device_fn, int where,unsigned short value) argument
84 outl(CONFIG_CMD(bus,device_f
[all...]
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmMode.c603 * -EINVAL or invalid bus id
610 int domain, bus, dev, func; local
615 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev, &func);
619 sprintf(pci_dev_dir, "/sys/bus/pci/devices/%04x:%02x:%02x.%d/drm",
620 domain, bus, dev, func);
638 sprintf(pci_dev_dir, "/sys/bus/pci/devices/%04x:%02x:%02x.%d/",
639 domain, bus, dev, func);
/hardware/invensense/60xx/mlsdk/platform/include/linux/
H A Dmpu.h106 * slave is on the secondary bus the MPU will first enger bypass mode
179 * @bus: the bus the slave is attached to: enum ext_slave_bus
195 int bus; member in struct:ext_slave_platform_data
/hardware/intel/bootstub/
H A Dbootparam.h158 __u8 bus; member in struct:edd_device_params::__anon155::__anon157
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1276 uint bus; /* bus type */ member in struct:wlc_rev_info

Completed in 408 milliseconds