Searched refs:bay (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmediabay.c2 * Driver for the media bay on the PowerBook 3400 and 2400.
46 #define MB_FCR32(bay, r) ((bay)->base + ((r) >> 2))
47 #define MB_FCR8(bay, r) (((volatile u8 __iomem *)((bay)->base)) + (r))
49 #define MB_IN32(bay,r) (in_le32(MB_FCR32(bay,r)))
50 #define MB_OUT32(bay,r,v) (out_le32(MB_FCR32(bay,r), (v)))
51 #define MB_BIS(bay,
170 ohare_mb_content(struct media_bay_info *bay) argument
176 heathrow_mb_content(struct media_bay_info *bay) argument
182 keylargo_mb_content(struct media_bay_info *bay) argument
208 ohare_mb_power(struct media_bay_info* bay, int on_off) argument
227 heathrow_mb_power(struct media_bay_info* bay, int on_off) argument
246 keylargo_mb_power(struct media_bay_info* bay, int on_off) argument
270 ohare_mb_setup_bus(struct media_bay_info* bay, u8 device_id) argument
290 heathrow_mb_setup_bus(struct media_bay_info* bay, u8 device_id) argument
310 keylargo_mb_setup_bus(struct media_bay_info* bay, u8 device_id) argument
333 ohare_mb_un_reset(struct media_bay_info* bay) argument
338 keylargo_mb_init(struct media_bay_info *bay) argument
343 heathrow_mb_un_reset(struct media_bay_info* bay) argument
348 keylargo_mb_un_reset(struct media_bay_info* bay) argument
353 ohare_mb_un_reset_ide(struct media_bay_info* bay) argument
358 heathrow_mb_un_reset_ide(struct media_bay_info* bay) argument
363 keylargo_mb_un_reset_ide(struct media_bay_info* bay) argument
368 set_mb_power(struct media_bay_info* bay, int onoff) argument
384 poll_media_bay(struct media_bay_info* bay) argument
458 struct media_bay_info* bay = &media_bays[i]; local
493 struct media_bay_info* bay = &media_bays[i]; local
646 struct media_bay_info* bay; local
710 struct media_bay_info *bay = macio_get_drvdata(mdev); local
725 struct media_bay_info *bay = macio_get_drvdata(mdev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dbay.c2 * bay.c - ACPI removable drive bay driver
35 ACPI_MODULE_NAME("bay");
39 #define ACPI_BAY_CLASS "bay"
49 struct bay { struct
80 * bay_present - see if the bay device is present
81 * @bay: the drive bay
85 static int bay_present(struct bay *bay) argument
127 struct bay *bay = dev_get_drvdata(dev); local
139 struct bay *bay = dev_get_drvdata(dev); local
223 acpi_bay_add_fs(struct bay *bay) argument
243 acpi_bay_remove_fs(struct bay *bay) argument
381 struct bay *bay, *tmp; local
[all...]
H A DMakefile48 obj-$(CONFIG_ACPI_BAY) += bay.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c89 int *rack, int *bay, int *slot, int *slab)
95 rack, &type, bay, slab) == 4)
99 rack, &type, bay, slot, slab) != 5)
110 int rack, bay, slot, slab; local
113 if (sn_hwperf_location_to_bpos(location, &rack, &bay, &slot, &slab))
123 if (rack == this_rack && bay == this_bay &&
88 sn_hwperf_location_to_bpos(char *location, int *rack, int *bay, int *slot, int *slab) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c1897 IBM_HANDLE(bay, root, "\\_SB.PCI.IDE.SECN.MAST", /* 570 */
1902 IBM_HANDLE(bay_ej, bay, "_EJ3", /* 600e/x, A2xm/p, A3x */
1914 vdbg_printk(TPACPI_DBG_INIT, "initializing bay subdriver\n");
1916 IBM_ACPIHANDLE_INIT(bay);
1934 "bay 1: status %s, eject %s; bay 2: status %s, eject %s\n",
1954 int occupied = bay_occupied(bay);
2008 .name = "bay",
4197 IBM_PARAM(bay); variable

Completed in 69 milliseconds