• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/

Lines Matching defs:win

125 static void memwinon(struct board_info *b, unsigned int win);
126 static void memwinoff(struct board_info *b, unsigned int win);
136 static void pcxem_memwinon(struct board_info *b, unsigned int win);
137 static void pcxem_memwinoff(struct board_info *b, unsigned int win);
145 static void pcxe_memwinon(struct board_info *b, unsigned int win);
146 static void pcxe_memwinoff(struct board_info *b, unsigned int win);
155 static void pcxi_memwinon(struct board_info *b, unsigned int win);
156 static void pcxi_memwinoff(struct board_info *b, unsigned int win);
164 static void dummy_memwinon(struct board_info *b, unsigned int win);
165 static void dummy_memwinoff(struct board_info *b, unsigned int win);
228 static void memwinon(struct board_info *b, unsigned int win)
230 (b->memwinon)(b, win);
233 static void memwinoff(struct board_info *b, unsigned int win)
235 (b->memwinoff)(b, win);
272 static void pcxem_memwinon(struct board_info *b, unsigned int win)
274 outb_p(FEPWIN|win, b->port + 1);
277 static void pcxem_memwinoff(struct board_info *b, unsigned int win)
304 static void pcxe_memwinon(struct board_info *b, unsigned int win)
306 outb_p(FEPWIN | win, b->port + 1);
309 static void pcxe_memwinoff(struct board_info *b, unsigned int win)
339 static void pcxi_memwinon(struct board_info *b, unsigned int win)
344 static void pcxi_memwinoff(struct board_info *b, unsigned int win)
389 static void dummy_memwinon(struct board_info *b, unsigned int win)
393 static void dummy_memwinoff(struct board_info *b, unsigned int win)