| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/ |
| H A D | fw.c | 101 /* Plug Data Area (PDA) */ in orinoco_dl_firmware() 102 __le16 *pda; in orinoco_dl_firmware() local 114 pda = kzalloc(fw->pda_size, GFP_KERNEL); in orinoco_dl_firmware() 115 if (!pda) in orinoco_dl_firmware() 126 err = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); in orinoco_dl_firmware() 127 dev_dbg(dev, "Read PDA returned %d\n", err); in orinoco_dl_firmware() 174 err = hermes_apply_pda_with_defaults(hw, first_block, end, pda, in orinoco_dl_firmware() 175 &pda[fw->pda_size / sizeof(*pda)]); in orinoco_dl_firmware() 176 dev_dbg(dev, "Apply PDA returned %d\n", err); in orinoco_dl_firmware() 195 kfree(pda); in orinoco_dl_firmware() [all …]
|
| H A D | hermes.c | 686 /* Read PDA from the adapter */ 687 static int hermes_read_pda(struct hermes *hw, __le16 *pda, u32 pda_addr, in hermes_read_pda() argument 693 __le16 *data = pda; in hermes_read_pda() 696 /* PDA of spectrum symbol is in eeprom */ in hermes_read_pda() 703 /* wl_lkm does not include PDA size in the PDA area. in hermes_read_pda() 704 * We will pad the information into pda, so other routines in hermes_read_pda() 706 pda[0] = cpu_to_le16(pda_len - 2); in hermes_read_pda() 708 pda[1] = cpu_to_le16(0x0800); /* CFG_PROD_DATA */ in hermes_read_pda() 710 data = pda + 2; in hermes_read_pda() 719 /* Read PDA */ in hermes_read_pda() [all …]
|
| H A D | hermes_dld.c | 50 #define PDI_END 0x00000000 /* End of PDA */ 218 /* Parse PDA and write the records into the adapter 220 * Attempt to write every records that is in the specified pda 226 const __le16 *pda, in hermes_apply_pda() argument 237 pdi = (const struct pdi *) (pda + 2); in hermes_apply_pda() 383 /* Write PDA according to certain rules. 386 * the pda, and use that. 388 * For certain records, use defaults if they are not found in pda. 393 const __le16 *pda, in hermes_apply_pda_with_defaults() argument 397 const struct pdi *first_pdi = (const struct pdi *) &pda[2]; in hermes_apply_pda_with_defaults()
|
| H A D | hermes_dld.h | 35 __le16 *pda, 42 const __le16 *pda, 47 const __le16 *pda,
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | prism2fw.c | 107 struct pda { struct 153 /* PDA, built from [card|newfile]+[addfile1+addfile2...] */ 155 static struct pda pda; variable 171 static int read_cardpda(struct pda *pda, struct wlandevice *wlandev); 173 static int mkpdrlist(struct pda *pda); 177 struct pda *pda); 277 /* clear the pda and add an initial END record */ in prism2_fwapply() 278 memset(&pda, 0, sizeof(pda)); in prism2_fwapply() 279 pda.rec[0] = (struct hfa384x_pdrec *)pda.buf; in prism2_fwapply() 280 pda.rec[0]->len = cpu_to_le16(2); /* len in words */ in prism2_fwapply() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | hndmem.h | 35 /* PDA (Power Down Array) configuration */ 37 PDA_CONFIG_CLEAR = 0, /* Clear PDA, i.e. Turns on the memory bank */ 38 PDA_CONFIG_SET_FULL = 1, /* Set PDA, i.e. Truns off the memory bank */ 39 PDA_CONFIG_SET_PARTIAL = 2, /* Set PDA, i.e. Truns off the memory bank */ 57 /* Configures the Sleep PDA for a particular bank for a given memory type */ 59 int bank_num, hndmem_config_t config, uint32 pda); 60 /* Configures the Active PDA for a particular bank for a given memory type */ 62 int bank_num, hndmem_config_t config, uint32 pda); 64 /* Configures the Sleep PDA for all the banks for a given memory type */ 67 /* Configures the Active PDA for all the banks for a given memory type */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | hndmem.h | 35 /* PDA (Power Down Array) configuration */ 37 PDA_CONFIG_CLEAR = 0, /* Clear PDA, i.e. Turns on the memory bank */ 38 PDA_CONFIG_SET_FULL = 1, /* Set PDA, i.e. Truns off the memory bank */ 39 PDA_CONFIG_SET_PARTIAL = 2, /* Set PDA, i.e. Truns off the memory bank */ 57 /* Configures the Sleep PDA for a particular bank for a given memory type */ 59 int bank_num, hndmem_config_t config, uint32 pda); 60 /* Configures the Active PDA for a particular bank for a given memory type */ 62 int bank_num, hndmem_config_t config, uint32 pda); 64 /* Configures the Sleep PDA for all the banks for a given memory type */ 67 /* Configures the Active PDA for all the banks for a given memory type */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | hndmem.h | 43 /* PDA (Power Down Array) configuration */ 45 PDA_CONFIG_CLEAR = 0, /* Clear PDA, i.e. Turns on the memory bank */ 46 PDA_CONFIG_SET_FULL = 1, /* Set PDA, i.e. Truns off the memory bank */ 47 PDA_CONFIG_SET_PARTIAL = 2, /* Set PDA, i.e. Truns off the memory bank */ 65 /* Configures the Sleep PDA for a particular bank for a given memory type */ 67 int bank_num, hndmem_config_t config, uint32 pda); 68 /* Configures the Active PDA for a particular bank for a given memory type */ 70 int bank_num, hndmem_config_t config, uint32 pda); 72 /* Configures the Sleep PDA for all the banks for a given memory type */ 75 /* Configures the Active PDA for all the banks for a given memory type */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | hndmem.h | 43 /* PDA (Power Down Array) configuration */ 45 PDA_CONFIG_CLEAR = 0, /* Clear PDA, i.e. Turns on the memory bank */ 46 PDA_CONFIG_SET_FULL = 1, /* Set PDA, i.e. Truns off the memory bank */ 47 PDA_CONFIG_SET_PARTIAL = 2, /* Set PDA, i.e. Truns off the memory bank */ 65 /* Configures the Sleep PDA for a particular bank for a given memory type */ 67 int bank_num, hndmem_config_t config, uint32 pda); 68 /* Configures the Active PDA for a particular bank for a given memory type */ 70 int bank_num, hndmem_config_t config, uint32 pda); 72 /* Configures the Sleep PDA for all the banks for a given memory type */ 75 /* Configures the Active PDA for all the banks for a given memory type */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | hndmem.h | 43 /* PDA (Power Down Array) configuration */ 45 PDA_CONFIG_CLEAR = 0, /* Clear PDA, i.e. Turns on the memory bank */ 46 PDA_CONFIG_SET_FULL = 1, /* Set PDA, i.e. Truns off the memory bank */ 47 PDA_CONFIG_SET_PARTIAL = 2, /* Set PDA, i.e. Truns off the memory bank */ 65 /* Configures the Sleep PDA for a particular bank for a given memory type */ 67 int bank_num, hndmem_config_t config, uint32 pda); 68 /* Configures the Active PDA for a particular bank for a given memory type */ 70 int bank_num, hndmem_config_t config, uint32 pda); 72 /* Configures the Sleep PDA for all the banks for a given memory type */ 75 /* Configures the Active PDA for all the banks for a given memory type */
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | Kconfig | 97 touchscreen, PDA-ish buttons, a resume button, bicolor LED, 118 Support for the Palm Tungsten E PDA. To boot the kernel, you'll 121 Say Y here if you have this PDA model, say N otherwise. 127 Support for the Palm Zire71 PDA. To boot the kernel, 130 Say Y here if you have such a PDA, say N otherwise. 136 Support for the Palm Tungsten|T PDA. To boot the kernel, you'll 139 Say Y here if you have this PDA model, say N otherwise.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | hndmem.c | 191 /* Configures the Sleep PDA for a particular bank for a given memory type */ 194 hndmem_config_t config, uint32 pda) in hndmem_sleeppda_bank_config() argument 208 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_bank_config() 236 W_REG(osh, &gciregs->wlan_bankxsleeppda, pda); in hndmem_sleeppda_bank_config() 253 /* Configures the Active PDA for a particular bank for a given memory type */ 256 int bank_num, hndmem_config_t config, uint32 pda) in hndmem_activepda_bank_config() argument 294 W_REG(osh, &gciregs->wlan_bankxactivepda, pda); in hndmem_activepda_bank_config() 303 /* TODO: Configure SOCRAM PDA using SOCRAM registers */ in hndmem_activepda_bank_config() 313 /* Configures the Sleep PDA for all the banks for a given memory type */ 321 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_config() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | hndmem.c | 191 /* Configures the Sleep PDA for a particular bank for a given memory type */ 194 hndmem_config_t config, uint32 pda) in hndmem_sleeppda_bank_config() argument 208 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_bank_config() 236 W_REG(osh, &gciregs->wlan_bankxsleeppda, pda); in hndmem_sleeppda_bank_config() 253 /* Configures the Active PDA for a particular bank for a given memory type */ 256 int bank_num, hndmem_config_t config, uint32 pda) in hndmem_activepda_bank_config() argument 294 W_REG(osh, &gciregs->wlan_bankxactivepda, pda); in hndmem_activepda_bank_config() 303 /* TODO: Configure SOCRAM PDA using SOCRAM registers */ in hndmem_activepda_bank_config() 313 /* Configures the Sleep PDA for all the banks for a given memory type */ 321 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | hndmem.c | 199 /* Configures the Sleep PDA for a particular bank for a given memory type */ 202 hndmem_config_t config, uint32 pda) in hndmem_sleeppda_bank_config() argument 216 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_bank_config() 244 W_REG(osh, &gciregs->wlan_bankxsleeppda, pda); in hndmem_sleeppda_bank_config() 261 /* Configures the Active PDA for a particular bank for a given memory type */ 264 int bank_num, hndmem_config_t config, uint32 pda) in hndmem_activepda_bank_config() argument 302 W_REG(osh, &gciregs->wlan_bankxactivepda, pda); in hndmem_activepda_bank_config() 311 /* TODO: Configure SOCRAM PDA using SOCRAM registers */ in hndmem_activepda_bank_config() 321 /* Configures the Sleep PDA for all the banks for a given memory type */ 329 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_config() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | hndmem.c | 199 /* Configures the Sleep PDA for a particular bank for a given memory type */ 202 hndmem_config_t config, uint32 pda) in hndmem_sleeppda_bank_config() argument 216 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_bank_config() 244 W_REG(osh, &gciregs->wlan_bankxsleeppda, pda); in hndmem_sleeppda_bank_config() 261 /* Configures the Active PDA for a particular bank for a given memory type */ 264 int bank_num, hndmem_config_t config, uint32 pda) in hndmem_activepda_bank_config() argument 302 W_REG(osh, &gciregs->wlan_bankxactivepda, pda); in hndmem_activepda_bank_config() 311 /* TODO: Configure SOCRAM PDA using SOCRAM registers */ in hndmem_activepda_bank_config() 321 /* Configures the Sleep PDA for all the banks for a given memory type */ 329 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | hndmem.c | 199 /* Configures the Sleep PDA for a particular bank for a given memory type */ 202 hndmem_config_t config, uint32 pda) in hndmem_sleeppda_bank_config() argument 216 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_bank_config() 244 W_REG(osh, &gciregs->wlan_bankxsleeppda, pda); in hndmem_sleeppda_bank_config() 261 /* Configures the Active PDA for a particular bank for a given memory type */ 264 int bank_num, hndmem_config_t config, uint32 pda) in hndmem_activepda_bank_config() argument 302 W_REG(osh, &gciregs->wlan_bankxactivepda, pda); in hndmem_activepda_bank_config() 311 /* TODO: Configure SOCRAM PDA using SOCRAM registers */ in hndmem_activepda_bank_config() 321 /* Configures the Sleep PDA for all the banks for a given memory type */ 329 /* Sleep PDA is supported only by GCI rev >= 9 */ in hndmem_sleeppda_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/ |
| H A D | eeprom.c | 281 struct pda_channel_output_limit_longbow *pda = data; in p54_get_maxpower() local 284 pda = data; in p54_get_maxpower() 285 for (j = 0; j < ARRAY_SIZE(pda->point); j++) { in p54_get_maxpower() 287 &pda->point[j]; in p54_get_maxpower() 305 struct pda_channel_output_limit *pda = data; in p54_get_maxpower() local 307 rawpower = max(rawpower, pda->val_qpsk); in p54_get_maxpower() 308 rawpower = max(rawpower, pda->val_bpsk); in p54_get_maxpower() 309 rawpower = max(rawpower, pda->val_16qam); in p54_get_maxpower() 310 rawpower = max(rawpower, pda->val_64qam); in p54_get_maxpower() 829 struct pda_custom_wrapper *pda = (void *) entry->data; in p54_parse_eeprom() local [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/ |
| H A D | pda,91-00156-a0.yaml | 4 $id: http://devicetree.org/schemas/display/panel/pda,91-00156-a0.yaml# 7 title: PDA 91-00156-A0 5.0" WVGA TFT LCD panel 18 const: pda,91-00156-a0
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | Kconfig | 304 for this PDA. 545 e330 family PDA. 553 e350 family PDA. 561 e740 family PDA. 569 e750 family PDA. 577 e400 family PDA. 585 e800 family PDA.
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/ |
| H A D | gda.h | 52 void **g_hooked_norm;/* ptr to pda loc for norm hndlr */ 53 void **g_hooked_utlb;/* ptr to pda loc for utlb hndlr */ 54 void **g_hooked_xtlb;/* ptr to pda loc for xtlb hndlr */
|
| /OK3568_Linux_fs/kernel/sound/soc/pxa/ |
| H A D | Kconfig | 104 toshiba e740 PDA 115 toshiba e750 PDA 128 Toshiba e800 PDA
|
| /OK3568_Linux_fs/buildroot/package/matchbox-common/ |
| H A D | matchbox-common.mk | 16 MATCHBOX_COMMON_CONF_OPTS += --enable-pda-folders 18 MATCHBOX_COMMON_CONF_OPTS += --disable-pda-folders
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | usb-serial.rst | 102 PocketPC PDA Driver 113 which one may run ppp and establish a TCP/IP link to the PDA. Once this 123 from the PDA and xcerdisp, synce utilities from the Linux side. 138 You can also try soft-resetting your PDA before attempting a connection. 140 Other functionality may be possible depending on your PDA. According to 154 Keyspan PDA Serial Adapter 157 Single port DB-9 serial adapter, pushed as a PDA adapter for iMacs (mostly
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/ |
| H A D | paride.rst | 244 pda: Sharing parport1 at 0x378 245 pda: epat 1.0, Shuttle EPAT chip c3 at 0x378, mode 5 (EPP-32), delay 1 246 pda: SyQuest EZ135A, 262144 blocks [128M], (512/16/32), removable media 247 pda: pda1 292 If you have a fresh Avatar Shark cartridge, and the drive is pda, you 295 fdisk /dev/pda -- make a new partition table with
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_download.c | 151 __le16 *pda = (__le16 *) buf; in prism2_pda_ok() local 161 len = le16_to_cpu(pda[pos]); in prism2_pda_ok() 162 pdr = le16_to_cpu(pda[pos + 1]); in prism2_pda_ok() 167 /* PDA end found */ in prism2_pda_ok() 265 PDEBUG(DEBUG_EXTRA2, "%s: trying to read PDA from 0x%08x", in prism2_read_pda() 282 printk(KERN_DEBUG "%s: valid PDA not found\n", dev->name); in prism2_read_pda()
|