Searched refs:readq (Results 1 - 25 of 43) sorted by relevance

12

/drivers/bluetooth/
H A Dhci_vhci.c52 struct sk_buff_head readq; member in struct:vhci_data
69 skb_queue_purge(&data->readq);
78 skb_queue_purge(&data->readq);
99 skb_queue_tail(&data->readq, skb);
172 skb = skb_dequeue(&data->readq);
176 skb_queue_head(&data->readq, skb);
188 !skb_queue_empty(&data->readq));
210 if (!skb_queue_empty(&data->readq))
225 skb_queue_head_init(&data->readq);
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c38 val64 = readq(&vp_reg->rxmac_vcfg0);
41 val64 = readq(&vp_reg->rxmac_vcfg0);
64 val64 = readq(&vp_reg->prc_cfg6);
74 rxd_count = readq(&vp_reg->prc_rxd_doorbell);
79 val64 = readq(&vp_reg->frm_in_progress_cnt);
128 val64 = readq(reg);
136 val64 = readq(reg);
208 val64 = readq(&vp_reg->rts_access_steer_ctrl);
210 *data0 = readq(&vp_reg->rts_access_steer_data0);
211 *data1 = readq(
[all...]
H A Dvxge-traffic.c86 val64 = readq(&vp_reg->vpath_general_int_status);
236 val64 = readq(&vp_reg->tim_cfg1_int_num[VXGE_HW_VPATH_INTR_TX]);
405 val64 = readq(&hldev->common_reg->titan_general_int_status);
623 alarm_status = readq(&vp_reg->vpath_general_int_status);
647 val64 = readq(&vp_reg->xgmac_vp_int_status);
652 val64 = readq(&vp_reg->asic_ntwk_vp_err_reg);
708 pic_status = readq(&vp_reg->vpath_ppif_int_status);
713 val64 = readq(&vp_reg->general_errors_reg);
714 mask64 = readq(&vp_reg->general_errors_mask);
761 val64 = readq(
[all...]
/drivers/net/ethernet/neterion/
H A Ds2io.c1030 val64 = readq(&bar0->pci_mode);
1066 val64 = readq(&bar0->pci_mode);
1229 val64 = readq(&bar0->sw_reset);
1236 val64 = readq(&bar0->sw_reset);
1243 val64 = readq(&bar0->adapter_status);
1254 val64 = readq(&bar0->mac_cfg);
1262 val64 = readq(&bar0->mac_int_mask);
1263 val64 = readq(&bar0->mc_int_mask);
1264 val64 = readq(&bar0->xgxs_int_mask);
1282 val64 = readq(
[all...]
/drivers/char/
H A Dhpet.c63 #define read_counter(MC) readq(MC)
130 #ifndef readq
131 static inline unsigned long long readq(void __iomem *addr) function
226 v = (readq(&timer->hpet_config) & Tn_INT_ROUTE_CAP_MASK) >>
424 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK),
433 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) {
436 v = readq(&timer->hpet_config);
519 v = readq(&timer->hpet_config);
605 v = readq(&timer->hpet_config);
621 readq(
[all...]
/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.h30 #ifndef readq
31 static inline u64 readq(void __iomem *reg) function
/drivers/scsi/fnic/
H A Dvnic_dev.h69 #ifndef readq
70 static inline u64 readq(void __iomem *reg) function
H A Dvnic_dev.c273 err = dev_cmd_err[(int)readq(&devcmd->args[0])];
281 *a0 = readq(&devcmd->args[0]);
282 *a1 = readq(&devcmd->args[1]);
/drivers/char/agp/
H A Dparisc-agp.c98 readq(info->ioc_regs+IOC_PCOM); /* flush */
250 io_tlb_ps = readq(info->ioc_regs+IOC_TCNFG);
266 iova_base = readq(info->ioc_regs+IOC_IBASE) & ~0x1;
272 io_pdir = phys_to_virt(readq(info->ioc_regs+IOC_PDIR_BASE));
H A Dhp-agp.c89 hp->io_tlb_ps = readq(hp->ioc_regs+HP_ZX1_TCNFG);
105 hp->iova_base = readq(hp->ioc_regs+HP_ZX1_IBASE) & ~0x1;
111 hp->io_pdir = phys_to_virt(readq(hp->ioc_regs+HP_ZX1_PDIR_BASE));
175 hp->io_pdir_owner = (readq(hp->ioc_regs+HP_ZX1_IBASE) & 0x1) == 0;
273 readq(hp->ioc_regs+HP_ZX1_IBASE);
287 readq(hp->ioc_regs+HP_ZX1_PCOM);
/drivers/infiniband/hw/qib/
H A Dqib_7220.h134 return readq(&dd->kregbase[regno]);
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h405 #ifndef readq
406 static inline u64 readq(const volatile void __iomem *addr) function
427 return readq(adapter->regs + reg_addr);
/drivers/edac/
H A Di3200_edac.c189 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG);
191 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG);
202 info->eccerrlog[0] = readq(window + I3200_C0ECCERRLOG);
204 info->eccerrlog[1] = readq(window + I3200_C1ECCERRLOG);
/drivers/idle/
H A Di7300_idle.c129 sts = readq(ioat_chanbase + IOAT1_CHANSTS_OFFSET) &
163 chan_sts = readq(ioat_chanbase + IOAT1_CHANSTS_OFFSET) &
291 chan_sts = readq(ioat_chanbase + IOAT1_CHANSTS_OFFSET) &
301 chan_sts = readq(ioat_chanbase + IOAT1_CHANSTS_OFFSET) &
/drivers/input/misc/
H A Dsgi_btns.c46 status = readq(&mace->perif.audio.control);
/drivers/mmc/host/
H A Ddw_mmc.h158 #ifdef readq
165 * Dummy readq implementation for architectures that don't define it.
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h524 #ifndef readq
525 static inline u64 readq(const volatile void __iomem *addr) function
539 return readq(adap->regs + reg_addr);
/drivers/infiniband/hw/amso1100/
H A Dc2.h405 #ifndef readq
406 static inline u64 readq(const void __iomem * addr) function
/drivers/platform/x86/
H A Dibm_rtl.c280 if ((readq(&tmp->signature) & RTL_MASK) == RTL_SIGNATURE) {
/drivers/parport/
H A Dparport_ip32.c657 ctrl = readq(&mace->perif.ctrl.parport.cntlstat);
662 ctx_a = readq(&mace->perif.ctrl.parport.context_a);
663 ctx_b = readq(&mace->perif.ctrl.parport.context_b);
664 ctrl = readq(&mace->perif.ctrl.parport.cntlstat);
665 diag = readq(&mace->perif.ctrl.parport.diagnostic);
/drivers/char/pcmcia/
H A Dcm4000_cs.c117 wait_queue_head_t readq; /* used by write to wake blk.read */ member in struct:cm4000_dev
956 (dev->readq,
1362 wake_up_interruptible(&dev->readq); /* tell read we have data */
1824 init_waitqueue_head(&dev->readq);
/drivers/gpio/
H A Dgpio-generic.c103 return readq(reg);
/drivers/infiniband/hw/ipath/
H A Dipath_diag.c151 u64 data = readq(reg_addr);
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c26 #ifndef readq
27 static inline u64 readq(void __iomem *addr) function
1032 *data = readq(addr);
1049 *data = readq(addr);
/drivers/acpi/
H A Dosl.c714 #ifdef readq
717 return readq(addr);

Completed in 1308 milliseconds

12