Home
last modified time | relevance | path

Searched refs:iadd (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c45 u8 iadd[2]; in pvr2_eeprom_fetch() local
79 msg[0].buf = iadd; in pvr2_eeprom_fetch()
93 iadd[0] = offs >> 8; in pvr2_eeprom_fetch()
94 iadd[1] = offs; in pvr2_eeprom_fetch()
96 iadd[0] = offs; in pvr2_eeprom_fetch()
Dpvrusb2-hdw.c3314 u8 iadd[2]; in pvr2_full_eeprom_fetch() local
3348 msg[0].buf = iadd; in pvr2_full_eeprom_fetch()
3362 iadd[0] = offs >> 8; in pvr2_full_eeprom_fetch()
3363 iadd[1] = offs; in pvr2_full_eeprom_fetch()
3365 iadd[0] = offs; in pvr2_full_eeprom_fetch()
/Linux-v4.19/include/soc/fsl/qe/
Dimmap_qe.h27 __be32 iadd; /* I-RAM Address Register */ member
/Linux-v4.19/drivers/soc/fsl/qe/
Dqe.c413 out_be32(&qe_immr->iram.iadd, be32_to_cpu(ucode->iram_offset) | in qe_upload_microcode()
/Linux-v4.19/drivers/net/ethernet/freescale/fman/
Dfman.c332 u32 iadd; /* FM IRAM instruction address register */ member
1433 iowrite32be(IRAM_IADD_AIE, &iram->iadd); in clear_iram()
1437 } while ((ioread32be(&iram->iadd) != IRAM_IADD_AIE) && --count); in clear_iram()
1444 iowrite32be(fman->state->fm_iram_size - 4, &iram->iadd); in clear_iram()