Searched refs:pclid (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dpcilynx.h379 static inline void put_pcl(const struct ti_lynx *lynx, pcl_t pclid, argument
384 u32 *out = (u32 *)(lynx->local_ram + pclid * sizeof(struct ti_pcl));
391 static inline void get_pcl(const struct ti_lynx *lynx, pcl_t pclid, argument
396 u32 *in = (u32 *)(lynx->local_ram + pclid * sizeof(struct ti_pcl));
403 static inline u32 pcl_bus(const struct ti_lynx *lynx, pcl_t pclid) argument
405 return pci_resource_start(lynx->dev, 1) + pclid * sizeof(struct ti_pcl);
410 static inline void put_pcl(const struct ti_lynx *lynx, pcl_t pclid, argument
413 memcpy_le32((u32 *)(lynx->pcl_mem + pclid * sizeof(struct ti_pcl)),
417 static inline void get_pcl(const struct ti_lynx *lynx, pcl_t pclid, argument
421 (u32 *)(lynx->pcl_mem + pclid * sizeo
425 pcl_bus(const struct ti_lynx *lynx, pcl_t pclid) argument
436 edit_pcl(const struct ti_lynx *lynx, pcl_t pclid, pcltmp_t *tmp) argument
443 commit_pcl(const struct ti_lynx *lynx, pcl_t pclid, pcltmp_t *tmp) argument
452 edit_pcl(const struct ti_lynx *lynx, pcl_t pclid, pcltmp_t *tmp) argument
458 commit_pcl(const struct ti_lynx *lynx, pcl_t pclid, pcltmp_t *tmp) argument
465 run_sub_pcl(const struct ti_lynx *lynx, pcl_t pclid, int idx, int dmachan) argument
474 run_pcl(const struct ti_lynx *lynx, pcl_t pclid, int dmachan) argument
[all...]

Completed in 34 milliseconds