Home
last modified time | relevance | path

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

/linux/drivers/media/usb/pvrusb2/
A 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()
A Dpvrusb2-hdw.c3324 u8 iadd[2]; in pvr2_full_eeprom_fetch() local
3358 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()
/linux/drivers/soc/fsl/qe/
A Dqe.c420 &qe_immr->iram.iadd); in qe_upload_microcode()
/linux/include/soc/fsl/qe/
A Dimmap_qe.h23 __be32 iadd; /* I-RAM Address Register */ member
/linux/drivers/net/ethernet/freescale/fman/
A 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()

Completed in 23 milliseconds