Home
last modified time | relevance | path

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

/linux/sound/pci/oxygen/
H A Doxygen.h24 #define OXYGEN_IO_SIZE 0x100 macro
145 u8 _8[OXYGEN_IO_SIZE];
146 __le16 _16[OXYGEN_IO_SIZE / 2];
147 __le32 _32[OXYGEN_IO_SIZE / 4];
H A Doxygen_lib.c200 for (i = 0; i < OXYGEN_IO_SIZE; i += 0x10) { in oxygen_proc_read()
619 pci_resource_len(pci, 0) < OXYGEN_IO_SIZE) { in __oxygen_pci_probe()
741 static const u32 registers_to_restore[OXYGEN_IO_SIZE / 32] = {
775 for (i = 0; i < OXYGEN_IO_SIZE; ++i) in oxygen_pci_resume()