From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com ([147.11.1.11]:33030 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753279Ab1L1EzA (ORCPT ); Tue, 27 Dec 2011 23:55:00 -0500 Message-ID: <4EFAA11F.8060007@windriver.com> Date: Wed, 28 Dec 2011 12:54:55 +0800 From: "tiejun.chen" MIME-Version: 1.0 To: Zhi Yong Wu CC: , Ram Pai Subject: Re: PCI: where pci_user_read_config_byte{word, dword}() is defined? References: In-Reply-To: Content-Type: text/plain; charset="UTF-8" Sender: linux-pci-owner@vger.kernel.org List-ID: Zhi Yong Wu wrote: > HI, > > I want to take a look at how pci_user_read_config_byte{word, dword}() > is implemented, but can not find their definitions. Can anyone let me > know where their definitions locate? Refer to drivers/pci/access.c. Tiejun