Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Docteon-pci-console.h122OCT_PCI_CON_FLAG_NONBLOCK = 1 << 0, /* If set, read/write functions won't block waiting for space… enumerator
H A Docteon-pci-console.c344 if (flags & OCT_PCI_CON_FLAG_NONBLOCK) in octeon_pci_console_write()
384 if (!(flags & OCT_PCI_CON_FLAG_NONBLOCK)) in octeon_pci_console_read()
/f-stack/freebsd/mips/cavium/
H A Docteon_pci_console.c139 OCT_PCI_CON_FLAG_NONBLOCK); in opcic_cngetc()