Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c35 u8 iadd[2]; in pvr2_eeprom_fetch() local
69 msg[0].buf = iadd; in pvr2_eeprom_fetch()
82 iadd[0] = offs >> 8; in pvr2_eeprom_fetch()
83 iadd[1] = offs; in pvr2_eeprom_fetch()
85 iadd[0] = offs; in pvr2_eeprom_fetch()
Dpvrusb2-hdw.c3328 u8 iadd[2]; in pvr2_full_eeprom_fetch() local
3362 msg[0].buf = iadd; in pvr2_full_eeprom_fetch()
3375 iadd[0] = offs >> 8; in pvr2_full_eeprom_fetch()
3376 iadd[1] = offs; in pvr2_full_eeprom_fetch()
3378 iadd[0] = offs; in pvr2_full_eeprom_fetch()
/drivers/soc/fsl/qe/
Dqe.c420 &qe_immr->iram.iadd); in qe_upload_microcode()
/drivers/net/ethernet/freescale/fman/
Dfman.c333 u32 iadd; /* FM IRAM instruction address register */ member
1439 iowrite32be(IRAM_IADD_AIE, &iram->iadd); in clear_iram()
1443 } while ((ioread32be(&iram->iadd) != IRAM_IADD_AIE) && --count); in clear_iram()
1450 iowrite32be(fman->state->fm_iram_size - 4, &iram->iadd); in clear_iram()