Lines Matching refs:where
429 int where, int size, u32 *val) in pnv_pci_cfg_read() argument
438 rc = opal_pci_config_read_byte(phb->opal_id, bdfn, where, &v8); in pnv_pci_cfg_read()
444 rc = opal_pci_config_read_half_word(phb->opal_id, bdfn, where, in pnv_pci_cfg_read()
451 rc = opal_pci_config_read_word(phb->opal_id, bdfn, where, &v32); in pnv_pci_cfg_read()
460 __func__, pdn->busno, pdn->devfn, where, size, *val); in pnv_pci_cfg_read()
465 int where, int size, u32 val) in pnv_pci_cfg_write() argument
471 pdn->busno, pdn->devfn, where, size, val); in pnv_pci_cfg_write()
474 opal_pci_config_write_byte(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write()
477 opal_pci_config_write_half_word(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write()
480 opal_pci_config_write_word(phb->opal_id, bdfn, where, val); in pnv_pci_cfg_write()
521 int where, int size, u32 *val) in pnv_pci_read_config() argument
535 ret = pnv_pci_cfg_read(pdn, where, size, val); in pnv_pci_read_config()
550 int where, int size, u32 val) in pnv_pci_write_config() argument
563 ret = pnv_pci_cfg_write(pdn, where, size, val); in pnv_pci_write_config()