Searched refs:sun_zslayout (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dzs.h21 struct sun_zslayout { struct
H A Dzs.c82 struct sun_zslayout **zs_chips;
1954 static struct sun_zslayout * __init get_zs(int chip)
2059 return (struct sun_zslayout *) mapped_addr;
2061 return (struct sun_zslayout *) prom_virt_to_phys((unsigned long)vaddr[0], 0);
2065 static struct sun_zslayout * __init get_zs(int chip)
2191 return (struct sun_zslayout *)(unsigned long) vaddr[0];
2226 zs_chips = (struct sun_zslayout **)
2227 zs_alloc_bootmem(NUM_SERIAL * sizeof(struct sun_zslayout *));

Completed in 41 milliseconds