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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dpcilynx.c403 struct ti_pcl pcl; local
426 pcl.next = PCL_NEXT_INVALID;
427 pcl.async_error_next = PCL_NEXT_INVALID;
428 pcl.pcl_status = 0;
429 pcl.buffer[0].control = packet->speed_code << 14 | packet->header_size;
431 pcl.buffer[0].control |= PCL_BIGENDIAN;
433 pcl.buffer[0].pointer = d->header_dma;
434 pcl.buffer[1].control = PCL_LAST_BUFF | packet->data_size;
435 pcl.buffer[1].pointer = d->data_dma;
439 pcl
685 struct ti_pcl pcl; local
878 struct ti_pcl pcl; local
924 struct ti_pcl pcl; local
1106 struct ti_pcl pcl; local
[all...]
H A Dpcilynx.h86 pcl_t pcl_start, pcl; member in struct:ti_lynx::lynx_send_data
95 pcl_t pcl[NUM_ISORCV_PCL]; member in struct:ti_lynx::__anon4487
369 const struct ti_pcl *pcl)
372 (u32 *)pcl, sizeof(struct ti_pcl));
376 struct ti_pcl *pcl)
378 memcpy_le32((u32 *)pcl,
368 put_pcl(const struct ti_lynx *lynx, pcl_t pclid, const struct ti_pcl *pcl) argument
375 get_pcl(const struct ti_lynx *lynx, pcl_t pclid, struct ti_pcl *pcl) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.c1131 unsigned long pcl = ULONG_MAX; local
1135 f25.t * i < pcl) {
1136 pcl = f25.t * i;
1140 f32.t * i < pcl) {
1141 pcl = f32.t * i;
1145 fext.t * i < pcl) {
1146 pcl = fext.t * i;
1152 plen = pcl / pclock->t;

Completed in 107 milliseconds