Home
last modified time | relevance | path

Searched refs:bus (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_enc_trace.h59 #define CONFIG_CMD(bus,device_fn,where) \ argument
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) in pci_get_long() argument
64 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pci_get_long()
68 static inline int pci_set_long(int bus,int device_fn, int where,unsigned long value) in pci_set_long() argument
70 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pci_set_long()
75 static inline int pci_get_short(int bus,int device_fn, int where) in pci_get_short() argument
77 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pci_get_short()
82 static inline int pci_set_short(int bus,int device_fn, int where,unsigned short value) in pci_set_short() argument
84 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pci_set_short()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmdefs.h101 #define BUSTYPE(bus) (BCMBUSTYPE) argument
103 #define BUSTYPE(bus) (bus) argument
108 #define CHIPTYPE(bus) (BCMCHIPTYPE) argument
110 #define CHIPTYPE(bus) (bus) argument
Dbcmutils.h177 #define POOL_ENAB(bus) 0 argument
Dwlioctl.h1276 uint bus; /* bus type */ member
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
DREADME15 secondary bus compass. It won't work for compasses on the primary bus.
/hardware/libhardware/modules/input/evdev/
DInputHost.cpp72 int32_t vendorId, InputBus bus, const char* uniqueId) { in createDeviceIdentifier() argument
73 return mCallbacks.create_device_identifier(mHost, name, productId, vendorId, bus, uniqueId); in createDeviceIdentifier()
DInputHost.h178 int32_t vendorId, InputBus bus, const char* uniqueId);
/hardware/intel/bootstub/
Dbootparam.h158 __u8 bus; member
/hardware/libhardware/include/hardware/
Dinput.h399 input_bus_t bus, const char* unique_id);