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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Darbiter.c194 intr_mask.bp1 = regk_marb_yes;
252 reg_marb_rw_ack_intr ack_intr = {.bp0=1,.bp1=1,.bp2=1,.bp3=1};
258 } else if (masked_intr.bp1) {
260 ack_intr.bp1 = regk_marb_yes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dra144.c234 int *bp1 = buffer1; local
254 bp1[j] = ((bp2[j] - ((refl[i+1] * bp2[i-j]) >> 12)) * (0x1000000 / b)) >> 12;
256 if ((unsigned) bp1[i] + 0x1000 > 0x1fff)
259 refl[i] = bp1[i];
261 FFSWAP(int *, bp1, bp2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dmarb_defs.h117 unsigned int bp1 : 1; member in struct:__anon8573
128 unsigned int bp1 : 1; member in struct:__anon8574
139 unsigned int bp1 : 1; member in struct:__anon8575
149 unsigned int bp1 : 1; member in struct:__anon8576
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-io.c398 struct pvr2_buffer *bp1; local
400 bp1 = list_entry(lp,struct pvr2_buffer,list_overhead);
401 pvr2_buffer_wipe(bp1);
407 if (bp1->state != pvr2_buffer_state_queued) continue;
408 pvr2_buffer_set_idle(bp1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.c891 xfs_dabuf_t *bp1, *bp2; local
896 bp1 = bp2 = NULL;
900 error = xfs_da_read_buf(args->trans, args->dp, 0, -1, &bp1,
904 ASSERT(bp1 != NULL);
911 memcpy(bp2->data, bp1->data, XFS_LBSIZE(dp->i_mount));
912 xfs_da_buf_done(bp1);
913 bp1 = NULL;
919 error = xfs_da_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK);
922 node = bp1->data;
930 xfs_da_log_buf(args->trans, bp1,
2615 xfs_dabuf_t *bp1, *bp2; local
[all...]

Completed in 68 milliseconds