Home
last modified time | relevance | path

Searched refs:pci_write_bits8 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/edac/
H A Dedac_pci.h99 static inline void pci_write_bits8(struct pci_dev *pdev, int offset, u8 value, in pci_write_bits8() function
H A De7xxx_edac.c278 pci_write_bits8(pvt->bridge_ck, E7XXX_DRAM_FERR, 0x03, 0x03); in e7xxx_get_error_info()
281 pci_write_bits8(pvt->bridge_ck, E7XXX_DRAM_NERR, 0x03, 0x03); in e7xxx_get_error_info()
H A Di82875p_edac.c287 pci_write_bits8(pdev, 0xf4, 0x2, 0x2); in i82875p_setup_overfl_dev()