Searched refs:clck (Results 1 – 1 of 1) sorted by relevance
921 u_int8_t clck; in c4_set_port() local949 clck = pci_read_32 ((u_int32_t *) &ci->cpldbase->mclk) & PMCC4_CPLD_MCLK_MASK; in c4_set_port()951 clck |= 1 << portnum; in c4_set_port()953 clck &= 0xf ^ (1 << portnum); in c4_set_port()955 pci_write_32 ((u_int32_t *) &ci->cpldbase->mclk, clck); in c4_set_port()