Searched refs:iadd (Results 1 – 5 of 5) sorted by relevance
35 u8 iadd[2]; in pvr2_eeprom_fetch() local69 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()
3324 u8 iadd[2]; in pvr2_full_eeprom_fetch() local3358 msg[0].buf = iadd; in pvr2_full_eeprom_fetch()3371 iadd[0] = offs >> 8; in pvr2_full_eeprom_fetch()3372 iadd[1] = offs; in pvr2_full_eeprom_fetch()3374 iadd[0] = offs; in pvr2_full_eeprom_fetch()
420 &qe_immr->iram.iadd); in qe_upload_microcode()
23 __be32 iadd; /* I-RAM Address Register */ member
333 u32 iadd; /* FM IRAM instruction address register */ member1439 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()
Completed in 23 milliseconds