Home
last modified time | relevance | path

Searched refs:bus (Results 1 – 15 of 15) 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.cpp78 int32_t vendorId, InputBus bus, const char* uniqueId) { in createDeviceIdentifier() argument
80 mHost, name, productId, vendorId, bus, uniqueId); in createDeviceIdentifier()
DInputDevice.cpp114 InputBus bus = getInputBus(node); in EvdevDevice() local
119 bus, in EvdevDevice()
DInputHost.h152 int32_t vendorId, InputBus bus, const char* uniqueId) = 0;
173 int32_t vendorId, InputBus bus, const char* uniqueId) override;
/hardware/libhardware/tests/input/evdev/
DMockInputHost.h73 const char* name, int32_t productId, int32_t vendorId, InputBus bus,
/hardware/interfaces/power/1.0/
Dtypes.hal24 * to raise speeds of CPU, memory bus, etc. The data parameter is
34 * and it may be appropriate to raise speeds of CPU, memory bus,
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal46 * hence to tell HAL to stop receiving commands from the CEC bus, and change
82 * BUSY if the CEC bus is busy.
Dtypes.hal153 BUSY = 2, // bus is busy
/hardware/intel/bootstub/
Dbootparam.h158 __u8 bus; member
/hardware/libhardware/include/hardware/
Dinput.h418 input_bus_t bus, const char* unique_id);
/hardware/interfaces/audio/common/2.0/
Dtypes.hal534 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */
602 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */