Searched refs:back (Results 1 - 25 of 44) sorted by relevance

12

/drivers/staging/octeon/
H A Dethernet-util.h36 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back)
H A Dethernet-tx.c361 hw_buffer.s.back = ((unsigned long)skb->data >> 7) - ((unsigned long)fpa_head >> 7);
585 work->packet_ptr.s.back = (copy_location - packet_buffer) >> 7;
H A Dethernet-rx.c384 (segment_ptr.s.addr - (((segment_ptr.s.addr >> 7) - segment_ptr.s.back) << 7));
/drivers/gpu/drm/udl/
H A Dudl_transfer.c36 * Trims identical data from front and back of line
40 * for back and front buffer ptrs and width
46 const unsigned long *back = (const unsigned long *) bback;
54 prefetch((void *) back);
57 if (back[j] != front[j]) {
64 if (back[k] != front[k]) {
167 /* go back and fill in raw pixel count */
/drivers/staging/tidspbridge/
H A DKconfig47 chunks (lines) from SDRAM and writes the data back in 128-Byte chunks.
51 the next 128-Byte boundary will be loaded and written back as well.
/drivers/isdn/pcbit/
H A Ddrv.c984 struct msn_entry *ptr, *back; local
988 back = ptr->next;
990 ptr = back;
999 struct msn_entry *back = NULL; local
1019 for (back = dev->msn_list; back->next; back = back->next);
1054 back->next = ptr;
1055 back
[all...]
/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.h39 unsigned int front, unsigned int back);
H A Dexynos_mipi_dsi_lowlevel.c165 unsigned int front, unsigned int back)
172 reg |= DSIM_MAIN_HFP_SHIFT(front) | DSIM_MAIN_HBP_SHIFT(back);
164 exynos_mipi_dsi_set_main_disp_hporch(struct mipi_dsim_device *dsim, unsigned int front, unsigned int back) argument
/drivers/net/ethernet/intel/igbvf/
H A Dvf.h240 void *back; member in struct:e1000_hw
/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h126 void *back; member in struct:ixgbe_hw
/drivers/block/
H A Dub.c182 void *back; member in struct:ub_scsi_cmd
660 cmd->back = urq;
742 struct ub_request *urq = cmd->back;
828 cmd->back = urq;
1415 scmd->back = cmd;
1480 if (cmd != scmd->back) {
1792 struct completion *cop = cmd->back;
1819 cmd->back = &compl;
1877 cmd->back = &compl;
H A DKconfig498 block device driver. It communicates with a back-end driver
/drivers/input/mouse/
H A Dalps.c81 #define ALPS_FW_BK_1 0x10 /* front & back buttons present */
82 #define ALPS_FW_BK_2 0x20 /* front & back buttons present */
166 int back = 0, forward = 0; local
185 back = packet[0] & 0x10;
190 back = packet[3] & 4;
192 if ((middle = forward && back))
193 forward = back = 0;
247 input_report_key(dev, BTN_BACK, back);
1257 * There have been reports of failures to seem to trace back
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h130 netdev_dbg(((struct ixgbe_adapter *)(hw->back))->netdev, format, ##arg)
H A Dixgbe_82598.c61 struct ixgbe_adapter *adapter = hw->back;
103 struct ixgbe_adapter *adapter = hw->back;
843 * AUTOC value since the reset operation sets back to deaults.
/drivers/net/arcnet/
H A DKconfig62 acknowledge back to userspace. After the initial protocol byte every
65 back a packet with protocol byte 0 containing the status of the
/drivers/net/ethernet/atheros/atlx/
H A Datl2.h384 void *back; member in struct:atl2_hw
392 u8 ipgt; /* Desired back to back inter-packet gap. The
H A Datl1.c259 struct pci_dev *pdev = hw->back->pdev;
260 struct atl1_adapter *adapter = hw->back;
589 * back the new value. The register is determined by the
654 struct pci_dev *pdev = hw->back->pdev;
655 struct atl1_adapter *adapter = hw->back;
791 struct pci_dev *pdev = hw->back->pdev;
792 struct atl1_adapter *adapter = hw->back;
886 struct pci_dev *pdev = hw->back->pdev;
887 struct atl1_adapter *adapter = hw->back;
2532 * atl1_phy_config - Timer Call-back
[all...]
H A Datl1.h690 struct atl1_adapter *back; member in struct:atl1_hw
700 u8 ipgt; /* Desired back to back inter-packet gap.
/drivers/net/can/softing/
H A Dsofting_main.c486 unsigned char back[sizeof(stream)]; local
507 memcpy_fromio(back, &card->dpram[j], sizeof(stream));
509 if (!memcmp(back, stream, sizeof(stream)))
/drivers/net/ethernet/intel/igb/
H A De1000_hw.h496 void *back; member in struct:e1000_hw
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h413 void *back; member in struct:pch_gbe_hw
/drivers/video/
H A Dudlfb.c115 * 0x07 FB_BLANK_POWERDOWN (4) Note: requires modeset to come back
353 * Trims identical data from front and back of line
357 * for back and front buffer ptrs and width
362 const unsigned long *back = (const unsigned long *) bback; local
370 prefetch((void *) back);
373 if (back[j] != front[j]) {
380 if (back[k] != front[k]) {
468 /* go back and fill in raw pixel count */
1099 * In order to come back from full DPMS off, we need to set the mode again
1218 * 3) Allocate virtual framebuffer memory to back highes
[all...]
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_hw.h665 void *back; /* Pointer to OS-dependent struct */ member in struct:ixgb_hw
/drivers/cdrom/
H A Dcdrom.c67 of bytes not copied. I was returning whatever non-zero stuff came back from
217 back.
329 /* These are used to simplify getting data in from and back to user land */
2106 * start with will ra.nframes size, back down if alloc fails
2574 u8 requested, back; local
2591 back = q.cdsc_format; /* local copy */
2592 sanitize_format(&q.cdsc_absaddr, &back, requested);
2900 /* FIXME: switch back again... */
2944 u_char requested, back; local
2954 back
[all...]

Completed in 992 milliseconds

12