Searched refs:tw32_carefully (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.c | 112 static void tw32_carefully(uint32_t reg, uint32_t val) in tw32_carefully() function 162 tw32_carefully(TG3PCI_CLOCK_CTRL, in tg3_switch_clocks() 164 tw32_carefully(TG3PCI_CLOCK_CTRL, in tg3_switch_clocks() 167 tw32_carefully(TG3PCI_CLOCK_CTRL, clock_ctrl); in tg3_switch_clocks() 177 tw32_carefully(MAC_MI_MODE, tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL); in tg3_readphy() 187 tw32_carefully(MAC_MI_COM, frame_val); in tg3_readphy() 207 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_readphy() 217 tw32_carefully(MAC_MI_MODE, tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL); in tg3_writephy() 226 tw32_carefully(MAC_MI_COM, frame_val); in tg3_writephy() 243 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_writephy() [all …]
|