Searched refs:regNum (Results 1 – 1 of 1) sorted by relevance
282 static void setClock0RegNum(uint8 regNum) { in setClock0RegNum() argument284 ioSet8(0x3c2, 0x00, (ioGet8(0x3cc) & 0xf3) | ((regNum & 0x03) << 2)); in setClock0RegNum()288 ioSet8(0x3d5, 0xfd, (regNum & 0x04) << 1); in setClock0RegNum()294 uint8 regNum = 3; in setPLL() local300 setClock0RegNum(regNum); in setPLL()301 ioSet8(pciConfigSpace+0x67, 0x00, regNum); in setPLL()302 ioSet8(pciConfigSpace+0x68, 0x00, regNum); in setPLL()