Searched refs:pss (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/ |
D | pcibr_slot.c | 320 pcibr_soft_slot_t pss; in pcibr_slot_info_return() local 332 pss = &pcibr_soft->bs_slot[slot]; in pcibr_slot_info_return() 337 slotp->resp_has_host = pss->has_host; in pcibr_slot_info_return() 338 slotp->resp_host_slot = pss->host_slot; in pcibr_slot_info_return() 340 sprintf(slotp->resp_slot_conn_name, "%v", pss->slot_conn); in pcibr_slot_info_return() 342 sprintf(slotp->resp_slot_conn_name, "%p", (void *)pss->slot_conn); in pcibr_slot_info_return() 344 slotp->resp_slot_status = pss->slot_status; in pcibr_slot_info_return() 347 slotp->resp_bss_ninfo = pss->bss_ninfo; in pcibr_slot_info_return() 349 for (func = 0; func < pss->bss_ninfo; func++) { in pcibr_slot_info_return() 351 pcibr_slot_func_info_return(pss->bss_infos, func, funcp); in pcibr_slot_info_return() [all …]
|
/linux-2.4.37.9/Documentation/sound/ |
D | PSS-updates | 18 AFTER the pss sound driver. 27 remember to load the CDROM driver AFTER the pss sound driver. While it may 31 assigned to the CDROM port when you loaded your pss sound driver. (ex. 32 modprobe pss pss_cdrom_port=0x340 && modprobe aztcd aztcd=0x340) The default 48 this driver with the following command "rmmod pss && rmmod ad1848 && rmmod 78 /sbin/modprobe pss pss_io=0x220 mpu_io=0x338 mpu_irq=9 mss_io=0x530 mss_irq=10 mss_dma=1 pss_cdrom_… 85 /sbin/modprobe pss pss_io=0x220 pss_cdrom_port=0x340 pss_enable_joystick=1 pss_no_sound=1 86 /sbin/rmmod pss && /sbin/rmmod ad1848 && /sbin/rmmod mpu401 && /sbin/rmmod sound && /sbin/rmmod sou…
|
D | README.OSS | 1066 file included when the pss.c is compiled. For this reason the config
|
/linux-2.4.37.9/drivers/acpi/ |
D | processor.c | 955 union acpi_object *pss = NULL; in acpi_processor_get_performance_states() local 966 pss = (union acpi_object *) buffer.pointer; in acpi_processor_get_performance_states() 967 if (!pss || (pss->type != ACPI_TYPE_PACKAGE)) { in acpi_processor_get_performance_states() 974 pss->package.count)); in acpi_processor_get_performance_states() 976 if (pss->package.count > ACPI_PROCESSOR_MAX_PERFORMANCE) { in acpi_processor_get_performance_states() 983 pr->performance.state_count = pss->package.count; in acpi_processor_get_performance_states() 997 status = acpi_extract_package(&(pss->package.elements[i]), in acpi_processor_get_performance_states()
|
/linux-2.4.37.9/drivers/sound/ |
D | Makefile | 26 obj-$(CONFIG_SOUND_PSS) += pss.o ad1848.o mpu401.o 249 pss.o: pss_boot.h
|
/linux-2.4.37.9/Documentation/ |
D | kernel-parameters.txt | 534 pss= [HW,SOUND]
|
D | Configure.help | 21532 "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel 29359 # LocalWords: PTY PTYS ptyxx ttyxx PTYs ssh sb Avance ALS pss pvv kerneli hd
|