Re: [PATCH 1/2] amd76x_pm: C2 powersaving for AMD K7

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joerg Sommrey <[email protected]> wrote:
>
>  +static void
>  +config_amd768_C2(int enable)
>  +{
>  +	unsigned char regbyte;
>  +
>  +	/* Set C2 options in DevB:3x4F, page 100 in AMD-768 doc */
>  +	pci_read_config_byte(pdev_sb, 0x4F, &regbyte);
>  +	if(enable)
>  +		regbyte |= C2EN;
>  +	else
>  +		regbyte ^= C2EN;

 &= ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux