Searched refs:board (Results 1 - 25 of 196) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Dmodule.c36 int board; local
46 for (board=0; board < MAX_PCBIT_CARDS && mem[board] && irq[board]; board++)
48 if (!mem[board])
49 mem[board] = 0xD0000;
50 if (!irq[board])
51 irq[board]
83 int board; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/
H A DMakefile15 board-$(CONFIG_H8300H_GENERIC) := generic
16 board-$(CONFIG_H8300H_AKI3068NET) := aki3068net
17 board-$(CONFIG_H8300H_H8MAX) := h8max
18 board-$(CONFIG_H8300H_SIM) := generic
19 board-$(CONFIG_H8S_GENERIC) := generic
20 board-$(CONFIG_H8S_EDOSK2674) := edosk2674
21 board-$(CONFIG_H8S_SIM) := generic
22 BOARD := $(board-y)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/
H A DMakefile28 board-$(CONFIG_PILOT) := pilot
29 board-$(CONFIG_UCSIMM) := ucsimm
30 board-$(CONFIG_UCDIMM) := ucdimm
31 board-$(CONFIG_UCQUICC) := uCquicc
32 board-$(CONFIG_DRAGEN2) := de2
33 board-$(CONFIG_ARNEWSH) := ARNEWSH
34 board-$(CONFIG_FREESCALE) := FREESCALE
35 board-$(CONFIG_M5235EVB) := M5235EVB
36 board-$(CONFIG_M5271EVB) := M5271EVB
37 board
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A DMakefile15 # Specific board support
16 obj-$(CONFIG_MACH_OMAP_H2) += board-h2.o
17 obj-$(CONFIG_MACH_OMAP_INNOVATOR) += board-innovator.o
18 obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o
19 obj-$(CONFIG_MACH_OMAP_PERSEUS2) += board-perseus2.o
20 obj-$(CONFIG_MACH_OMAP_FSAMPLE) += board-fsample.o
21 obj-$(CONFIG_MACH_OMAP_OSK) += board-osk.o
22 obj-$(CONFIG_MACH_OMAP_H3) += board-h3.o
23 obj-$(CONFIG_MACH_VOICEBLUE) += board-voiceblue.o
24 obj-$(CONFIG_MACH_OMAP_PALMTE) += board
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-at91/
H A DMakefile19 # AT91RM9200 board-specific support
20 obj-$(CONFIG_MACH_ONEARM) += board-1arm.o
21 obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o
22 obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o
23 obj-$(CONFIG_MACH_CSB337) += board-csb337.o
24 obj-$(CONFIG_MACH_CSB637) += board-csb637.o
25 obj-$(CONFIG_MACH_CARMEVA) += board-carmeva.o
26 obj-$(CONFIG_MACH_KB9200) += board-kb9202.o
27 obj-$(CONFIG_MACH_ATEB9200) += board-eb9200.o
28 obj-$(CONFIG_MACH_KAFA) += board
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.c81 static int sx_init_board(struct sx_board *board);
276 static inline void write_sx_byte(struct sx_board *board, int offset, u8 byte) argument
278 writeb(byte, board->base + offset);
281 static inline u8 read_sx_byte(struct sx_board *board, int offset) argument
283 return readb(board->base + offset);
286 static inline void write_sx_word(struct sx_board *board, int offset, u16 word) argument
288 writew(word, board->base + offset);
291 static inline u16 read_sx_word(struct sx_board *board, int offset) argument
293 return readw(board->base + offset);
296 static int sx_busy_wait_eq(struct sx_board *board, argument
321 sx_busy_wait_neq(struct sx_board *board, int offset, int mask, int badval) argument
347 sx_reset(struct sx_board *board) argument
426 sx_start_board(struct sx_board *board) argument
450 sx_start_interrupts(struct sx_board *board) argument
1038 struct sx_board *board = ptr; local
1142 struct sx_board *board = (struct sx_board *)data; local
1380 do_memtest(struct sx_board *board, int min, int max) argument
1441 static struct sx_board *board = NULL; local
1712 sx_init_board(struct sx_board *board) argument
1890 probe_sx(struct sx_board *board) argument
1972 probe_si(struct sx_board *board) argument
2113 struct sx_board *board; local
2216 sx_remove_card(struct sx_board *board, struct pci_dev *pdev) argument
2247 struct sx_board *board; local
2309 struct sx_board *board = dev_get_drvdata(dev); local
2346 fix_sx_pci(struct pci_dev *pdev, struct sx_board *board) argument
2372 struct sx_board *board; local
2443 struct sx_board *board = pci_get_drvdata(pdev); local
2473 struct sx_board *board; local
[all...]
H A Dsx.h28 struct sx_board *board; member in struct:sx_port
81 #define IS_SX_BOARD(board) (board->flags & (SX_PCI_BOARD | SX_CFPCI_BOARD | \
84 #define IS_SI_BOARD(board) (board->flags & SI_ISA_BOARD)
85 #define IS_SI1_BOARD(board) (board->flags & SI1_ISA_BOARD)
87 #define IS_EISA_BOARD(board) (board->flags & SI_EISA_BOARD)
89 #define IS_CF_BOARD(board) (boar
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dat91_cf.c25 #include <asm/arch/board.h>
50 struct at91_cf_data *board; member in struct:at91_cf_socket
59 return !at91_get_gpio_value(cf->board->det_pin);
73 if (irq == cf->board->det_pin) {
99 int rdy = cf->board->irq_pin; /* RDY/nIRQ */
100 int vcc = cf->board->vcc_pin;
121 if (cf->board->vcc_pin) {
124 at91_set_gpio_value(cf->board->vcc_pin, 0);
127 at91_set_gpio_value(cf->board->vcc_pin, 1);
135 at91_set_gpio_value(cf->board
221 struct at91_cf_data *board = pdev->dev.platform_data; local
312 struct at91_cf_data *board = cf->board; local
332 struct at91_cf_data *board = cf->board; local
346 struct at91_cf_data *board = cf->board; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ns9xxx/
H A DMakefile5 obj-$(CONFIG_BOARD_A9M9750DEV) += board-a9m9750dev.o
6 obj-$(CONFIG_BOARD_JSCC9P9360) += board-jscc9p9360.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap2/
H A DMakefile14 # Specific board support
15 obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o
16 obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o
17 obj-$(CONFIG_MACH_OMAP_APOLLON) += board-apollon.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-davinci/
H A DMakefile10 obj-$(CONFIG_MACH_DAVINCI_EVM) += board-evm.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ks8695/
H A DMakefile15 obj-$(CONFIG_MACH_KS8695) += board-micrel.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-netx/
H A Dfb.h24 int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dat91_nand.c29 #include <asm/arch/board.h>
36 struct at91_nand_data *board; member in struct:at91_nand_host
51 writeb(cmd, host->io_base + (1 << host->board->cle));
53 writeb(cmd, host->io_base + (1 << host->board->ale));
64 return at91_get_gpio_value(host->board->rdy_pin);
72 if (host->board->enable_pin)
73 at91_set_gpio_value(host->board->enable_pin, 0);
81 if (host->board->enable_pin)
82 at91_set_gpio_value(host->board->enable_pin, 1);
121 host->board
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/nubus/
H A Dnubus.c204 int nubus_get_root_dir(const struct nubus_board* board, argument
207 dir->ptr = dir->base = board->directory;
209 dir->mask = board->lanes;
219 dir->mask = dev->board->lanes;
223 int nubus_get_board_dir(const struct nubus_board* board, argument
228 dir->ptr = dir->base = board->directory;
230 dir->mask = board->lanes;
232 /* Now dereference it (the first directory is always the board
332 if (itor->board->slot == slot)
445 nubus_get_functional_resource(struct nubus_board* board, argument
540 nubus_get_vidnames(struct nubus_board* board, const struct nubus_dirent* parent) argument
579 nubus_get_icon(struct nubus_board* board, const struct nubus_dirent* ent) argument
606 nubus_get_vendorinfo(struct nubus_board* board, const struct nubus_dirent* parent) argument
634 nubus_get_board_resource(struct nubus_board* board, int slot, const struct nubus_dirent* parent) argument
707 nubus_find_rom_dir(struct nubus_board* board) argument
775 struct nubus_board* board; local
934 sprint_nubus_board(struct nubus_board* board, char* ptr, int len) argument
950 struct nubus_board* board; local
[all...]
H A Dproc.c38 dev->board->slot,
45 dev->board->slot_addr);
89 /* We know these are all directories (board resource + one or
104 dev->board->slot, ent.type);
124 if (dev->board == NULL) {
127 printk("dev = %p, dev->board = %p\n", dev, dev->board);
132 sprintf(name, "%x", dev->board->slot);
138 nubus_get_root_dir(dev->board, &root);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dgfx.h31 char name [GFX_INFO_NAME_SIZE]; /* board name */
34 unsigned int lenght; /* size of a complete gfx_info for this board */
38 unsigned int board; /* board number. starting from zero */ member in struct:gfx_getboardinfo_args
44 unsigned int board; /* board number, starting from zero */ member in struct:gfx_attach_board_args
45 void *vaddr; /* address where the board registers should be mapped */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dgfx.h31 char name [GFX_INFO_NAME_SIZE]; /* board name */
34 unsigned int lenght; /* size of a complete gfx_info for this board */
38 unsigned int board; /* board number. starting from zero */ member in struct:gfx_getboardinfo_args
44 unsigned int board; /* board number, starting from zero */ member in struct:gfx_attach_board_args
45 void *vaddr; /* address where the board registers should be mapped */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dphonedev.h14 int board; /* Device private index */ member in struct:phone_device
H A D8250_pci.h34 pciserial_init_ports(struct pci_dev *dev, struct pciserial_board *board);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ns9xxx/
H A Ddebug-macro.S12 #include <asm/arch-ns9xxx/regs-board-a9m9750dev.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A Dcops.c23 * Can set board type in insmod
169 /* Information that needs to be kept for each board. */
174 int board; /* Holds what board type is. */ member in struct:cops_local
183 static int cops_irq (int ioaddr, int board);
272 int board = board_type; local
283 * Since this board has jumpered interrupts, allocate the interrupt
294 dev->irq = cops_irq(ioaddr, board);
334 /* Copy local board variable to lp struct. */
335 lp->board
368 cops_irq(int ioaddr, int board) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dbuddha.c41 * Bases of the IDE interfaces (relative to the board address)
158 unsigned long board; local
171 board = z->resource.start;
175 if (!request_mem_region(board+BUDDHA_BASE1, 0x800, "IDE"))
178 if (!request_mem_region(board+XSURF_BASE1, 0x1000, "IDE"))
180 if (!request_mem_region(board+XSURF_BASE2, 0x1000, "IDE"))
182 if (!request_mem_region(board+XSURF_IRQ1, 0x8, "IDE")) {
183 release_mem_region(board+XSURF_BASE2, 0x1000);
185 release_mem_region(board+XSURF_BASE1, 0x1000);
189 buddha_board = ZTWO_VADDR(board);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsun4d_irq.c262 return ((sdev->bus->board + 1) << 5) + (sbusl << 2) + sdev->slot;
414 if ((sbus->board * 2) == boot_cpu_id && (cpu_present_map & (1 << (sbus->board * 2 + 1))))
415 sbus_tid[sbus->board] = (sbus->board * 2 + 1);
416 else if (cpu_present_map & (1 << (sbus->board * 2)))
417 sbus_tid[sbus->board] = (sbus->board * 2);
418 else if (cpu_present_map & (1 << (sbus->board * 2 + 1)))
419 sbus_tid[sbus->board]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/swarm/
H A Dsetup.c21 * Setup code for the SWARM board
46 #error invalid SiByte board configuration
49 #include <asm/sibyte/board.h>
56 #error invalid SiByte board configuration
93 #error invalid SiByte board configuration
114 #error invalid SiByte board configuration
138 "board"

Completed in 248 milliseconds

12345678