Lines Matching refs:u16

28 				      u16 * data);
30 u16 data);
36 extern int rio_mport_read_config_32(struct rio_mport *port, u16 destid,
38 extern int rio_mport_write_config_32(struct rio_mport *port, u16 destid,
40 extern int rio_mport_read_config_16(struct rio_mport *port, u16 destid,
41 u8 hopcount, u32 offset, u16 * data);
42 extern int rio_mport_write_config_16(struct rio_mport *port, u16 destid,
43 u8 hopcount, u32 offset, u16 data);
44 extern int rio_mport_read_config_8(struct rio_mport *port, u16 destid,
46 extern int rio_mport_write_config_8(struct rio_mport *port, u16 destid,
89 u16 * data) in rio_local_read_config_16()
105 u16 data) in rio_local_write_config_16()
182 u16 * data) in rio_read_config_16()
198 u16 data) in rio_write_config_16()
234 extern int rio_mport_send_doorbell(struct rio_mport *mport, u16 destid,
235 u16 data);
245 static inline int rio_send_doorbell(struct rio_dev *rdev, u16 data) in rio_send_doorbell()
278 static inline void rio_init_dbell_res(struct resource *res, u16 start, u16 end) in rio_init_dbell_res()
355 extern int rio_request_inb_dbell(struct rio_mport *, void *, u16, u16,
356 void (*)(struct rio_mport *, void *, u16, u16, u16));
357 extern int rio_release_inb_dbell(struct rio_mport *, u16, u16);
358 extern struct resource *rio_request_outb_dbell(struct rio_dev *, u16, u16);
394 struct dma_chan *dchan, u16 destid,
437 extern u16 rio_local_get_device_id(struct rio_mport *port);
438 extern struct rio_dev *rio_get_device(u16 vid, u16 did, struct rio_dev *from);
439 extern struct rio_dev *rio_get_asm(u16 vid, u16 did, u16 asm_vid, u16 asm_did,