Lines Matching refs:eeread
952 uint32_t eeread; in afe_sromwidth() local
955 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP; in afe_sromwidth()
957 PUTCSR(afep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in afe_sromwidth()
959 PUTCSR(afep, CSR_SPR, eeread); in afe_sromwidth()
965 PUTCSR(afep, CSR_SPR, eeread | val); in afe_sromwidth()
967 PUTCSR(afep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in afe_sromwidth()
971 PUTCSR(afep, CSR_SPR, eeread); in afe_sromwidth()
974 PUTCSR(afep, CSR_SPR, eeread | SPR_SROM_CLOCK); in afe_sromwidth()
977 PUTCSR(afep, CSR_SPR, eeread); in afe_sromwidth()
981 PUTCSR(afep, CSR_SPR, eeread); in afe_sromwidth()
986 PUTCSR(afep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in afe_sromwidth()
1002 int eeread; in afe_readsromword() local
1007 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP; in afe_readsromword()
1016 PUTCSR(afep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in afe_readsromword()
1017 PUTCSR(afep, CSR_SPR, eeread); in afe_readsromword()
1023 PUTCSR(afep, CSR_SPR, eeread | val); in afe_readsromword()
1025 PUTCSR(afep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in afe_readsromword()
1029 PUTCSR(afep, CSR_SPR, eeread); in afe_readsromword()
1032 PUTCSR(afep, CSR_SPR, eeread | SPR_SROM_CLOCK); in afe_readsromword()
1038 PUTCSR(afep, CSR_SPR, eeread); in afe_readsromword()
1043 PUTCSR(afep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in afe_readsromword()