Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dairport.c26 #define AIRPORT_IO_LEN (0x1000) /* one page */ macro
185 card->vaddr = ioremap(phys_addr, AIRPORT_IO_LEN); in airport_attach()