Searched refs:SH5PCI_WRITE_BYTE (Results 1 – 2 of 2) sorted by relevance
52 SH5PCI_WRITE_BYTE(PDR + (where & 3), (u8)val); in sh5pci_write()
91 #define SH5PCI_WRITE_BYTE(reg,val) __raw_writeb((u8)(val),PCISH5_ICR_REG(reg)) macro