Searched refs:bmp (Results 1 - 11 of 11) sorted by path

/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dbase.c31 #include <subdev/bios/bmp.h>
H A Dinit.c5 #include <subdev/bios/bmp.h>
H A Dpll.c28 #include <subdev/bios/bmp.h>
/drivers/gpu/drm/nouveau/core/subdev/devinit/
H A Dnv05.c28 #include <subdev/bios/bmp.h>
/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1086 uint8_t *bmp = &bios->data[offset], bmp_version_major, bmp_version_minor; local
1096 bmp_version_major = bmp[5];
1097 bmp_version_minor = bmp[6];
1163 if (nv_cksum(bmp, 8)) {
1174 bios->feature_byte = bmp[9];
1181 bios->init_script_tbls_ptr = ROM16(bmp[legacy_scripts_offset]);
1182 bios->extra_init_script_tbl_ptr = ROM16(bmp[legacy_scripts_offset + 2]);
1185 bios->legacy.mem_init_tbl_ptr = ROM16(bmp[24]);
1186 bios->legacy.sdr_seq_tbl_ptr = ROM16(bmp[26]);
1187 bios->legacy.ddr_seq_tbl_ptr = ROM16(bmp[2
[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.
879 struct ports_bmp *bmp; member in struct:vuart_bus_priv
903 dump_ports_bmp(bus_priv->bmp);
905 port = (BITS_PER_LONG - 1) - __ilog2(bus_priv->bmp->status);
932 BUG_ON(vuart_bus_priv.bmp);
934 vuart_bus_priv.bmp = kzalloc(sizeof(struct ports_bmp), GFP_KERNEL);
936 if (!vuart_bus_priv.bmp) {
942 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/scsi/lpfc/
H A Dlpfc_bsg.c302 struct lpfc_dmabuf *bmp, *cmp, *rmp; local
329 bmp = cmdiocbq->context3;
361 lpfc_mbuf_free(phba, bmp->virt, bmp->phys);
362 kfree(bmp);
391 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; local
430 bmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
431 if (!bmp) {
435 bmp->virt = lpfc_mbuf_alloc(phba, 0, &bmp
1387 struct lpfc_dmabuf *bmp, *cmp; local
1462 lpfc_issue_ct_rsp(struct lpfc_hba *phba, struct fc_bsg_job *job, uint32_t tag, struct lpfc_dmabuf *cmp, struct lpfc_dmabuf *bmp, int num_entry) argument
1615 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL; local
4955 struct lpfc_dmabuf *bmp, *cmp, *rmp; local
5050 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; local
[all...]
H A Dlpfc_ct.c290 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, argument
310 icmd->un.genreq64.bdl.addrHigh = putPaddrHigh(bmp->phys);
311 icmd->un.genreq64.bdl.addrLow = putPaddrLow(bmp->phys);
318 geniocb->context3 = (uint8_t *) bmp;
374 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp,
380 struct ulp_bde64 *bpl = (struct ulp_bde64 *) bmp->virt;
398 status = lpfc_gen_req(vport, bmp, inmp, outmp, cmpl, ndlp, 0,
578 struct lpfc_dmabuf *bmp; local
591 bmp = (struct lpfc_dmabuf *) cmdiocb->context3;
1095 struct lpfc_dmabuf *mp, *bmp; local
373 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
1354 struct lpfc_dmabuf *mp, *bmp; local
[all...]
/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.c736 drp_availability_ie->bmp, UWB_NUM_MAS);
H A Dhwa-rc.c220 memcpy(newda->bmp, (u8 *) ie_hdr + sizeof(*ie_hdr), ie_hdr->length);

Completed in 521 milliseconds