Home
last modified time | relevance | path

Searched refs:NP_CMD_IOWRITE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h252 ixp4xx_pci_write(addr, byte_enables | NP_CMD_IOWRITE, data); in outb()
271 ixp4xx_pci_write(addr, byte_enables | NP_CMD_IOWRITE, data); in outw()
285 ixp4xx_pci_write(addr, NP_CMD_IOWRITE, value); in outl()
H A Dixp4xx-regs.h288 #define NP_CMD_IOWRITE 0x3 macro