Searched refs:bus (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_enc_trace.h | 59 #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/ |
D | bcmdefs.h | 101 #define BUSTYPE(bus) (BCMBUSTYPE) argument 103 #define BUSTYPE(bus) (bus) argument 108 #define CHIPTYPE(bus) (BCMCHIPTYPE) argument 110 #define CHIPTYPE(bus) (bus) argument
|
D | bcmutils.h | 177 #define POOL_ENAB(bus) 0 argument
|
D | wlioctl.h | 1276 uint bus; /* bus type */ member
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | README | 15 secondary bus compass. It won't work for compasses on the primary bus.
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.cpp | 72 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()
|
D | InputHost.h | 178 int32_t vendorId, InputBus bus, const char* uniqueId);
|
/hardware/intel/bootstub/ |
D | bootparam.h | 158 __u8 bus; member
|
/hardware/libhardware/include/hardware/ |
D | input.h | 399 input_bus_t bus, const char* unique_id);
|