Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pll_sync.sh 128 B
#!/bin/bash

echo "Send the PLL sync signals ... "

pci -w 0x9040 0x11200F00
sleep 1
echo "Done .... "
pci -w 0x9040 0x10200F00