Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dmediabay.c3 * Driver for the media bay on the PowerBook 3400 and 2400.
32 #define MB_FCR32(bay, r) ((bay)->base + ((r) >> 2))
33 #define MB_FCR8(bay, r) (((volatile u8 __iomem *)((bay)->base)) + (r))
35 #define MB_IN32(bay,r) (in_le32(MB_FCR32(bay,r)))
36 #define MB_OUT32(bay,r,v) (out_le32(MB_FCR32(bay,r), (v)))
37 #define MB_BIS(bay,
134 ohare_mb_content(struct media_bay_info *bay) ohare_mb_content() argument
140 heathrow_mb_content(struct media_bay_info *bay) heathrow_mb_content() argument
146 keylargo_mb_content(struct media_bay_info *bay) keylargo_mb_content() argument
172 ohare_mb_power(struct media_bay_info* bay, int on_off) ohare_mb_power() argument
191 heathrow_mb_power(struct media_bay_info* bay, int on_off) heathrow_mb_power() argument
210 keylargo_mb_power(struct media_bay_info* bay, int on_off) keylargo_mb_power() argument
234 ohare_mb_setup_bus(struct media_bay_info* bay, u8 device_id) ohare_mb_setup_bus() argument
254 heathrow_mb_setup_bus(struct media_bay_info* bay, u8 device_id) heathrow_mb_setup_bus() argument
274 keylargo_mb_setup_bus(struct media_bay_info* bay, u8 device_id) keylargo_mb_setup_bus() argument
297 ohare_mb_un_reset(struct media_bay_info* bay) ohare_mb_un_reset() argument
302 keylargo_mb_init(struct media_bay_info *bay) keylargo_mb_init() argument
307 heathrow_mb_un_reset(struct media_bay_info* bay) heathrow_mb_un_reset() argument
312 keylargo_mb_un_reset(struct media_bay_info* bay) keylargo_mb_un_reset() argument
317 ohare_mb_un_reset_ide(struct media_bay_info* bay) ohare_mb_un_reset_ide() argument
322 heathrow_mb_un_reset_ide(struct media_bay_info* bay) heathrow_mb_un_reset_ide() argument
327 keylargo_mb_un_reset_ide(struct media_bay_info* bay) keylargo_mb_un_reset_ide() argument
332 set_mb_power(struct media_bay_info* bay, int onoff) set_mb_power() argument
348 poll_media_bay(struct media_bay_info* bay) poll_media_bay() argument
392 struct media_bay_info* bay; check_media_bay() local
417 struct media_bay_info* bay; lock_media_bay() local
431 struct media_bay_info* bay; unlock_media_bay() local
447 struct media_bay_info* bay = data; mb_broadcast_hotplug() local
467 struct media_bay_info* bay = &media_bays[i]; media_bay_step() local
558 struct media_bay_info* bay; media_bay_attach() local
617 struct media_bay_info *bay = macio_get_drvdata(mdev); media_bay_suspend() local
633 struct media_bay_info *bay = macio_get_drvdata(mdev); media_bay_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dmediabay.c3 * Driver for the media bay on the PowerBook 3400 and 2400.
32 #define MB_FCR32(bay, r) ((bay)->base + ((r) >> 2))
33 #define MB_FCR8(bay, r) (((volatile u8 __iomem *)((bay)->base)) + (r))
35 #define MB_IN32(bay,r) (in_le32(MB_FCR32(bay,r)))
36 #define MB_OUT32(bay,r,v) (out_le32(MB_FCR32(bay,r), (v)))
37 #define MB_BIS(bay,
134 ohare_mb_content(struct media_bay_info *bay) ohare_mb_content() argument
140 heathrow_mb_content(struct media_bay_info *bay) heathrow_mb_content() argument
146 keylargo_mb_content(struct media_bay_info *bay) keylargo_mb_content() argument
172 ohare_mb_power(struct media_bay_info* bay, int on_off) ohare_mb_power() argument
191 heathrow_mb_power(struct media_bay_info* bay, int on_off) heathrow_mb_power() argument
210 keylargo_mb_power(struct media_bay_info* bay, int on_off) keylargo_mb_power() argument
234 ohare_mb_setup_bus(struct media_bay_info* bay, u8 device_id) ohare_mb_setup_bus() argument
254 heathrow_mb_setup_bus(struct media_bay_info* bay, u8 device_id) heathrow_mb_setup_bus() argument
274 keylargo_mb_setup_bus(struct media_bay_info* bay, u8 device_id) keylargo_mb_setup_bus() argument
297 ohare_mb_un_reset(struct media_bay_info* bay) ohare_mb_un_reset() argument
302 keylargo_mb_init(struct media_bay_info *bay) keylargo_mb_init() argument
307 heathrow_mb_un_reset(struct media_bay_info* bay) heathrow_mb_un_reset() argument
312 keylargo_mb_un_reset(struct media_bay_info* bay) keylargo_mb_un_reset() argument
317 ohare_mb_un_reset_ide(struct media_bay_info* bay) ohare_mb_un_reset_ide() argument
322 heathrow_mb_un_reset_ide(struct media_bay_info* bay) heathrow_mb_un_reset_ide() argument
327 keylargo_mb_un_reset_ide(struct media_bay_info* bay) keylargo_mb_un_reset_ide() argument
332 set_mb_power(struct media_bay_info* bay, int onoff) set_mb_power() argument
348 poll_media_bay(struct media_bay_info* bay) poll_media_bay() argument
392 struct media_bay_info* bay; check_media_bay() local
417 struct media_bay_info* bay; lock_media_bay() local
431 struct media_bay_info* bay; unlock_media_bay() local
447 struct media_bay_info* bay = data; mb_broadcast_hotplug() local
467 struct media_bay_info* bay = &media_bays[i]; media_bay_step() local
558 struct media_bay_info* bay; media_bay_attach() local
617 struct media_bay_info *bay = macio_get_drvdata(mdev); media_bay_suspend() local
633 struct media_bay_info *bay = macio_get_drvdata(mdev); media_bay_resume() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmediabay.h3 * mediabay.h: definitions for using the media bay
13 #define MB_FD 0 /* media bay contains floppy drive (automatic eject ?) */
14 #define MB_FD1 1 /* media bay contains floppy drive (manual eject ?) */
16 #define MB_CD 3 /* media bay contains ATA drive such as CD or ZIP */
17 #define MB_PCI 5 /* media bay contains a PCI device */
18 #define MB_POWER 6 /* media bay contains a Power device (???) */
19 #define MB_NO 7 /* media bay contains nothing */
25 /* Check the content type of the bay, returns MB_NO if the bay is still
28 extern int check_media_bay(struct macio_dev *bay);
38 check_media_bay(struct macio_dev *bay) check_media_bay() argument
43 lock_media_bay(struct macio_dev *bay) lock_media_bay() argument
44 unlock_media_bay(struct macio_dev *bay) unlock_media_bay() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dmediabay.h3 * mediabay.h: definitions for using the media bay
13 #define MB_FD 0 /* media bay contains floppy drive (automatic eject ?) */
14 #define MB_FD1 1 /* media bay contains floppy drive (manual eject ?) */
16 #define MB_CD 3 /* media bay contains ATA drive such as CD or ZIP */
17 #define MB_PCI 5 /* media bay contains a PCI device */
18 #define MB_POWER 6 /* media bay contains a Power device (???) */
19 #define MB_NO 7 /* media bay contains nothing */
25 /* Check the content type of the bay, returns MB_NO if the bay is still
28 extern int check_media_bay(struct macio_dev *bay);
38 check_media_bay(struct macio_dev *bay) check_media_bay() argument
43 lock_media_bay(struct macio_dev *bay) lock_media_bay() argument
44 unlock_media_bay(struct macio_dev *bay) unlock_media_bay() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c343 found_device->bay == 0xff) { in pqi_sas_get_enclosure_identifier()
407 if (device->bay == 0xff) in pqi_sas_get_bay_identifier()
410 rc = device->bay; in pqi_sas_get_bay_identifier()
H A Dsmartpqi_init.c1337 device->bay = id_phys->phys_bay_in_box; in pqi_get_physical_device_info()
1709 existing_device->bay = new_device->bay; in pqi_scsi_update_device()
6359 u8 bay; in pqi_path_info_show() local
6375 bay = device->bay; in pqi_path_info_show()
6419 "BAY: %hhu ", bay); in pqi_path_info_show()
H A Dsmartpqi.h945 u8 bay; member
1284 u8 phys_bay_in_box; /* phys drv bay this drive resides */
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c353 found_device->bay == 0xff) { in pqi_sas_get_enclosure_identifier()
417 if (device->bay == 0xff) in pqi_sas_get_bay_identifier()
420 rc = device->bay; in pqi_sas_get_bay_identifier()
H A Dsmartpqi.h1135 u8 bay; member
1524 u8 phys_bay_in_box; /* phys drv bay this drive resides */
H A Dsmartpqi_init.c1671 device->bay = id_phys->phys_bay_in_box; in pqi_get_physical_device_info()
2113 existing_device->bay = new_device->bay; in pqi_scsi_update_device()
7182 u8 bay; in pqi_path_info_show() local
7201 bay = device->bay; in pqi_path_info_show()
7245 "BAY: %hhu ", bay); in pqi_path_info_show()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbconvert.c307 ACPI_PLD_SET_BAY(&dword, pld_info->bay); in acpi_db_encode_pld_buffer()
426 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Bay", pld_info->bay); in acpi_db_dump_pld_buffer()
H A Dutxface.c498 pld_info->bay = ACPI_PLD_GET_BAY(&dword); in ACPI_EXPORT_SYMBOL()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbconvert.c307 ACPI_PLD_SET_BAY(&dword, pld_info->bay); in acpi_db_encode_pld_buffer()
426 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Bay", pld_info->bay); in acpi_db_dump_pld_buffer()
H A Dutxface.c498 pld_info->bay = ACPI_PLD_GET_BAY(&dword); in ACPI_EXPORT_SYMBOL()
/kernel/linux/linux-5.10/include/acpi/
H A Dacbuffer.h95 u8 bay; member
/kernel/linux/linux-6.6/include/acpi/
H A Dacbuffer.h95 u8 bay; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.h89 u8 bay; member
H A Dhpsa.c817 u8 bay; in path_info_show() local
831 bay = hdev->bay; in path_info_show()
872 bay, active); in path_info_show()
877 box, bay, active); in path_info_show()
4237 memcpy(&this_device->bay, in hpsa_get_path_info()
4239 sizeof(this_device->bay)); in hpsa_get_path_info()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.h89 u8 bay; member
H A Dhpsa.c816 u8 bay; in path_info_show() local
830 bay = hdev->bay; in path_info_show()
871 bay, active); in path_info_show()
876 box, bay, active); in path_info_show()
4237 memcpy(&this_device->bay, in hpsa_get_path_info()
4239 sizeof(this_device->bay)); in hpsa_get_path_info()

Completed in 61 milliseconds