Home
last modified time | relevance | path

Searched refs:mptr (Results 1 – 4 of 4) sorted by relevance

/drivers/acpi/
A Dpci_mcfg.c295 struct acpi_mcfg_allocation *mptr; in pci_mcfg_parse() local
305 mptr = (struct acpi_mcfg_allocation *) &mcfg[1]; in pci_mcfg_parse()
311 for (i = 0, e = arr; i < n; i++, mptr++, e++) { in pci_mcfg_parse()
312 e->segment = mptr->pci_segment; in pci_mcfg_parse()
313 e->addr = mptr->address; in pci_mcfg_parse()
314 e->bus_start = mptr->start_bus_number; in pci_mcfg_parse()
315 e->bus_end = mptr->end_bus_number; in pci_mcfg_parse()
/drivers/net/wireless/ath/ath9k/
A Dar9003_eeprom.c3144 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()
3250 u16 *data = (u16 *) mptr; in ar9300_eeprom_restore_flash()
3267 u8 *mptr, int mdata_size) in ar9300_eeprom_restore_internal() argument
3289 eep = (struct ar9300_eeprom *) mptr; in ar9300_eeprom_restore_internal()
3299 memcpy(mptr, &ar9300_default, mdata_size); in ar9300_eeprom_restore_internal()
3392 u8 *mptr = (u8 *) &ah->eeprom.ar9300_eep; in ath9k_hw_ar9300_fill_eeprom() local
[all …]
/drivers/scsi/
A Dqla1280.c2419 uint16_t __iomem *mptr; in qla1280_mailbox_command() local
2434 mptr = (uint16_t __iomem *) &reg->mailbox0; in qla1280_mailbox_command()
2438 WRT_REG_WORD(mptr, (*iptr)); in qla1280_mailbox_command()
2442 mptr++; in qla1280_mailbox_command()
/drivers/scsi/lpfc/
A Dlpfc_init.c5710 __le16 *mptr; in lpfc_cmf_stats_timer() local
5811 mptr = &cp->cgn_bw_min[index]; in lpfc_cmf_stats_timer()
5812 *mptr = cpu_to_le16(mvalue); in lpfc_cmf_stats_timer()
5853 mptr = &cp->cgn_bw_hr[index]; in lpfc_cmf_stats_timer()
5854 *mptr = cpu_to_le16(mvalue); in lpfc_cmf_stats_timer()
5900 mptr = &cp->cgn_bw_day[index]; in lpfc_cmf_stats_timer()
5901 *mptr = cpu_to_le16(mvalue); in lpfc_cmf_stats_timer()

Completed in 38 milliseconds