OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_pci_io_switch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/alpha/include/
pio.h
50
#define inb(addr) (*
alpha_pci_io_switch
->apio_inb)((addr))
51
#define inw(addr) (*
alpha_pci_io_switch
->apio_inw)((addr))
52
#define inl(addr) (*
alpha_pci_io_switch
->apio_inl)((addr))
54
#define outb(addr, val) (*
alpha_pci_io_switch
->apio_outb)((addr), (val))
55
#define outw(addr, val) (*
alpha_pci_io_switch
->apio_outw)((addr), (val))
56
#define outl(addr, val) (*
alpha_pci_io_switch
->apio_outl)((addr), (val))
59
extern const struct alpha_pci_io_ops *
alpha_pci_io_switch
;
/src/lib/libarch/alpha/
alpha_pci_io.c
82
const struct alpha_pci_io_ops *
alpha_pci_io_switch
;
variable in typeref:typename:const struct alpha_pci_io_ops *
96
alpha_pci_io_switch
= NULL;
118
alpha_pci_io_switch
= &alpha_pci_io_bwx_ops;
120
alpha_pci_io_switch
= &alpha_pci_io_swiz_ops;
Completed in 17 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025