Searched refs:bus (Results 1 - 11 of 11) 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/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmdefs.h99 /* Allows size optimization for single-bus image */
101 #define BUSTYPE(bus) (BCMBUSTYPE)
103 #define BUSTYPE(bus) (bus)
108 #define CHIPTYPE(bus) (BCMCHIPTYPE)
110 #define CHIPTYPE(bus) (bus)
217 * be needed to get across the dongle bus to the host. (These messages
H A Dbcmutils.h177 #define POOL_ENAB(bus) 0
H A Dwlioctl.h1276 uint bus; /* bus type */ member in struct:wlc_rev_info
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmldl_cfg_mpu.c136 MPL_LOGD("accel->bus = %02x\n", accel->bus);
147 MPL_LOGD("compass->bus = %02x\n", compass->bus);
158 MPL_LOGD("pressure->bus = %02x\n", pressure->bus);
H A Dcompass.c277 if (mldl_cfg->pdata->compass.bus == EXT_SLAVE_BUS_PRIMARY ||
410 * of the bus it is connected to and the MPU's configuration.
443 * of the bus it is connected to and the MPU's configuration.
477 * of the bus it is connected to and the MPU's configuration.
H A Dmlsupervisor.c93 if (mldl_cfg->pdata->compass.bus == EXT_SLAVE_BUS_SECONDARY) {
H A Dml.c283 if (mldl_cfg->pdata->accel.bus != EXT_SLAVE_BUS_SECONDARY) {
/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

Completed in 211 milliseconds