Lines Matching refs:eeread
814 int eeread; in mxfe_sromwidth() local
817 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP; in mxfe_sromwidth()
819 PUTCSR(mxfep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in mxfe_sromwidth()
821 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_sromwidth()
826 PUTCSR(mxfep, CSR_SPR, eeread | val); in mxfe_sromwidth()
828 PUTCSR(mxfep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in mxfe_sromwidth()
832 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_sromwidth()
835 PUTCSR(mxfep, CSR_SPR, eeread | SPR_SROM_CLOCK); in mxfe_sromwidth()
838 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_sromwidth()
842 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_sromwidth()
847 PUTCSR(mxfep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in mxfe_sromwidth()
865 int eeread; in mxfe_readsromword() local
870 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP; in mxfe_readsromword()
879 PUTCSR(mxfep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in mxfe_readsromword()
880 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_readsromword()
885 PUTCSR(mxfep, CSR_SPR, eeread | val); in mxfe_readsromword()
887 PUTCSR(mxfep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in mxfe_readsromword()
891 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_readsromword()
894 PUTCSR(mxfep, CSR_SPR, eeread | SPR_SROM_CLOCK); in mxfe_readsromword()
900 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_readsromword()
905 PUTCSR(mxfep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in mxfe_readsromword()