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

/drivers/uwb/
H A Ddrp-avail.c125 uwb_mas_bm_copy_le(rc->drp_avail.ie.bmp, &avail);
227 int uwbd_evt_get_drp_avail(struct uwb_event *evt, unsigned long *bmp) argument
241 buffer_to_bmp(bmp, drp_evt->bmp, UWB_NUM_MAS/8);
275 DECLARE_BITMAP(bmp, UWB_NUM_MAS);
277 result = uwbd_evt_get_drp_avail(evt, bmp);
282 bitmap_copy(rc->drp_avail.global, bmp, UWB_NUM_MAS);
H A Ddrp.c694 drp_availability_ie->bmp, UWB_NUM_MAS);
H A Dhwa-rc.c220 memcpy(newda->bmp, (u8 *) ie_hdr + sizeof(*ie_hdr), ie_hdr->length);
/drivers/scsi/lpfc/
H A Dlpfc_bsg.c74 struct lpfc_dmabuf *bmp; member in struct:lpfc_bsg_iocb
99 struct lpfc_dmabuf *bmp; member in struct:lpfc_bsg_menlo
169 struct lpfc_dmabuf *bmp; local
187 bmp = iocb->bmp;
215 lpfc_mbuf_free(phba, bmp->virt, bmp->phys);
218 kfree(bmp);
243 struct lpfc_dmabuf *bmp = NULL; local
271 bmp
1213 struct lpfc_dmabuf *bmp; local
1276 lpfc_issue_ct_rsp(struct lpfc_hba *phba, struct fc_bsg_job *job, uint32_t tag, struct lpfc_dmabuf *bmp, int num_entry) argument
1415 struct lpfc_dmabuf *bmp = NULL; local
4755 struct lpfc_dmabuf *bmp; local
4846 struct lpfc_dmabuf *bmp = NULL; local
[all...]
H A Dlpfc_ct.c302 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, argument
322 icmd->un.genreq64.bdl.addrHigh = putPaddrHigh(bmp->phys);
323 icmd->un.genreq64.bdl.addrLow = putPaddrLow(bmp->phys);
330 geniocb->context3 = (uint8_t *) bmp;
386 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp,
392 struct ulp_bde64 *bpl = (struct ulp_bde64 *) bmp->virt;
410 status = lpfc_gen_req(vport, bmp, inmp, outmp, cmpl, ndlp, 0,
590 struct lpfc_dmabuf *bmp; local
603 bmp = (struct lpfc_dmabuf *) cmdiocb->context3;
1102 struct lpfc_dmabuf *mp, *bmp; local
385 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp, struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), uint32_t rsp_size, uint8_t retry) argument
1361 struct lpfc_dmabuf *mp, *bmp; local
[all...]
/drivers/ps3/
H A Dps3-vuart.c116 const struct ports_bmp *bmp, const char *func, int line)
118 pr_debug("%s:%d: ports_bmp: %016llxh\n", func, line, bmp->status);
262 * @bmp: Logical OR of enum vuart_interrupt_mask values. A zero bit disables.
881 struct ports_bmp *bmp; member in struct:vuart_bus_priv
905 dump_ports_bmp(bus_priv->bmp);
907 port = (BITS_PER_LONG - 1) - __ilog2(bus_priv->bmp->status);
934 BUG_ON(vuart_bus_priv.bmp);
936 vuart_bus_priv.bmp = kzalloc(sizeof(struct ports_bmp), GFP_KERNEL);
938 if (!vuart_bus_priv.bmp) {
944 result = ps3_vuart_irq_setup(PS3_BINDING_CPU_ANY, vuart_bus_priv.bmp,
115 _dump_ports_bmp( const struct ports_bmp *bmp, const char *func, int line) argument
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_perf.c208 char *perf, *entry, *bmp = &bios->data[bios->offset]; local
211 if (bmp[5] < 0x5 || bmp[6] < 0x14) {
216 perf = ROMPTR(dev, bmp[0x73]);
H A Dnouveau_i2c.c153 u8 *bmp = &bios->data[bios->offset]; local
165 if (bmp[5] < 4)
168 i2c = &bmp[0x36];
H A Dnouveau_bios.c5454 uint8_t *bmp = &bios->data[offset], bmp_version_major, bmp_version_minor; local
5464 bmp_version_major = bmp[5];
5465 bmp_version_minor = bmp[6];
5531 if (nv_cksum(bmp, 8)) {
5542 bios->feature_byte = bmp[9];
5551 bios->init_script_tbls_ptr = ROM16(bmp[legacy_scripts_offset]);
5552 bios->extra_init_script_tbl_ptr = ROM16(bmp[legacy_scripts_offset + 2]);
5555 bios->legacy.mem_init_tbl_ptr = ROM16(bmp[24]);
5556 bios->legacy.sdr_seq_tbl_ptr = ROM16(bmp[26]);
5557 bios->legacy.ddr_seq_tbl_ptr = ROM16(bmp[2
[all...]

Completed in 213 milliseconds