Searched refs:mptr (Results 1 – 5 of 5) sorted by relevance
/drivers/acpi/ |
D | pci_mcfg.c | 273 struct acpi_mcfg_allocation *mptr; in pci_mcfg_parse() local 283 mptr = (struct acpi_mcfg_allocation *) &mcfg[1]; in pci_mcfg_parse() 289 for (i = 0, e = arr; i < n; i++, mptr++, e++) { in pci_mcfg_parse() 290 e->segment = mptr->pci_segment; in pci_mcfg_parse() 291 e->addr = mptr->address; in pci_mcfg_parse() 292 e->bus_start = mptr->start_bus_number; in pci_mcfg_parse() 293 e->bus_end = mptr->end_bus_number; in pci_mcfg_parse()
|
/drivers/scsi/ |
D | dpt_i2o.c | 316 u32 *mptr; in adpt_inquiry() local 357 mptr=msg+7; in adpt_inquiry() 369 memcpy(mptr, scb, sizeof(scb)); in adpt_inquiry() 370 mptr+=4; in adpt_inquiry() 371 lenptr=mptr++; /* Remember me - fill in when we know */ in adpt_inquiry() 376 *mptr++ = (0x7C<<24)+(2<<16)+0x02; /* Enable 64 bit */ in adpt_inquiry() 377 *mptr++ = 1 << PAGE_SHIFT; in adpt_inquiry() 378 *mptr++ = 0xD0000000|direction|len; in adpt_inquiry() 379 *mptr++ = dma_low(addr); in adpt_inquiry() 380 *mptr++ = dma_high(addr); in adpt_inquiry() [all …]
|
D | qla1280.c | 2426 uint16_t __iomem *mptr; in qla1280_mailbox_command() local 2441 mptr = (uint16_t __iomem *) ®->mailbox0; in qla1280_mailbox_command() 2445 WRT_REG_WORD(mptr, (*iptr)); in qla1280_mailbox_command() 2449 mptr++; in qla1280_mailbox_command()
|
/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3144 u8 *mptr, in ar9300_uncompress_block() argument 3168 memcpy(&mptr[spot], &block[it+2], length); in ar9300_uncompress_block() 3184 u8 *mptr, in ar9300_compress_decision() argument 3198 memcpy(mptr, word + COMP_HDR_LEN, length); in ar9300_compress_decision() 3212 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision() 3217 ar9300_uncompress_block(ah, mptr, mdata_size, in ar9300_compress_decision() 3247 static int ar9300_eeprom_restore_flash(struct ath_hw *ah, u8 *mptr, in ar9300_eeprom_restore_flash() argument 3250 u16 *data = (u16 *) mptr; in ar9300_eeprom_restore_flash() 3267 u8 *mptr, int mdata_size) in ar9300_eeprom_restore_internal() argument 3285 if (ar9300_eeprom_restore_flash(ah, mptr, mdata_size)) in ar9300_eeprom_restore_internal() [all …]
|
/drivers/scsi/lpfc/ |
D | lpfc_init.c | 5547 __le16 *mptr; in lpfc_cgn_save_evt_cnt() local 5651 mptr = &cp->cgn_bw_min[index]; in lpfc_cgn_save_evt_cnt() 5652 *mptr = cpu_to_le16(mvalue); in lpfc_cgn_save_evt_cnt() 5693 mptr = &cp->cgn_bw_hr[index]; in lpfc_cgn_save_evt_cnt() 5694 *mptr = cpu_to_le16(mvalue); in lpfc_cgn_save_evt_cnt() 5765 mptr = &cp->cgn_bw_day[index]; in lpfc_cgn_save_evt_cnt() 5766 *mptr = cpu_to_le16(mvalue); in lpfc_cgn_save_evt_cnt()
|