| /kernel/linux/linux-4.19/arch/ia64/sn/kernel/sn2/ |
| D | timer_interrupt.c | 31 #include <asm/sn/pda.h> 42 if (!pda->hb_count--) { in sn_timer_interrupt() 43 pda->hb_count = HZ / 2; in sn_timer_interrupt() 44 set_led_bits(pda->hb_state ^= in sn_timer_interrupt() 51 if (pda->pio_shub_war_cam_addr) in sn_timer_interrupt() 52 *pda->pio_shub_war_cam_addr = 0x8000000000000010UL; in sn_timer_interrupt() 54 if (pda->sn_lb_int_war_ticks == 0) in sn_timer_interrupt() 56 pda->sn_lb_int_war_ticks++; in sn_timer_interrupt() 57 if (pda->sn_lb_int_war_ticks >= SN_LB_INT_WAR_INTERVAL) in sn_timer_interrupt() 58 pda->sn_lb_int_war_ticks = 0; in sn_timer_interrupt()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
| 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 …]
|
| 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 …]
|
| 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()
|
| D | hermes_dld.h | 35 __le16 *pda, 42 const __le16 *pda, 47 const __le16 *pda,
|
| /kernel/linux/linux-4.19/drivers/net/wireless/intersil/orinoco/ |
| 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 …]
|
| 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 …]
|
| 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()
|
| D | hermes_dld.h | 35 __le16 *pda, 42 const __le16 *pda, 47 const __le16 *pda,
|
| /kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
| 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 …]
|
| /kernel/linux/linux-4.19/drivers/staging/wlan-ng/ |
| 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 …]
|
| /kernel/linux/linux-4.19/arch/ia64/include/asm/sn/ |
| D | leds.h | 11 #include <asm/sn/pda.h> 28 pda->led_state = (pda->led_state & ~mask) | (value & mask); in set_led_bits() 29 *pda->led_address = (short) pda->led_state; in set_led_bits()
|
| D | nodepda.h | 19 * In particular, this is the location of the node PDA. 20 * A pointer to the right node PDA is saved in each CPU PDA. 62 * Access Functions for node PDA. 68 * sn_nodepda - to access node PDA for the node on which code is running 69 * NODEPDA(cnodeid) - to access node PDA for cnodeid
|
| D | pda.h | 51 * PDA 52 * Per-cpu private data area for each cpu. The PDA is located immediately after 54 * cpu but only a small amout of the page is actually used. We put the SNIA PDA 58 * Seems like we should should cache-line align the pda so that any changes in the 64 #define pda (&__ia64_per_cpu_var(pda_percpu)) macro
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
| 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.
|
| /kernel/linux/linux-4.19/arch/arm/mach-omap1/ |
| D | Kconfig | 103 touchscreen, PDA-ish buttons, a resume button, bicolor LED, 124 Support for the Palm Tungsten E PDA. To boot the kernel, you'll 127 Say Y here if you have this PDA model, say N otherwise. 133 Support for the Palm Zire71 PDA. To boot the kernel, 136 Say Y here if you have such a PDA, say N otherwise. 142 Support for the Palm Tungsten|T PDA. To boot the kernel, you'll 145 Say Y here if you have this PDA model, say N otherwise.
|
| /kernel/linux/linux-4.19/arch/ia64/sn/kernel/ |
| D | idle.c | 14 if (pda->idle_flag == 0) { in snidle() 21 pda->idle_flag = 1; in snidle() 28 pda->idle_flag = 0; in snidle()
|
| D | setup.c | 41 #include <asm/sn/pda.h> 582 memset(pda, 0, sizeof(*pda)); in sn_cpu_init() 634 pda->led_address = in sn_cpu_init() 635 (typeof(pda->led_address)) (LED0 + (slice << LED_CPU_SHIFT)); in sn_cpu_init() 636 pda->led_state = LED_ALWAYS_SET; in sn_cpu_init() 637 pda->hb_count = HZ / 2; in sn_cpu_init() 638 pda->hb_state = 0; in sn_cpu_init() 639 pda->idle_flag = 0; in sn_cpu_init() 671 pda->pio_write_status_addr = in sn_cpu_init() 673 pda->pio_write_status_val = is_shub1() ? SH_PIO_WRITE_STATUS_PENDING_WRITE_COUNT_MASK : 0; in sn_cpu_init() [all …]
|
| D | iomv.c | 16 #include <asm/sn/pda.h> 75 volatile unsigned long *adr = pda->pio_write_status_addr; in __sn_mmiowb() 76 unsigned long val = pda->pio_write_status_val; in __sn_mmiowb()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| 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
|
| /kernel/linux/linux-4.19/drivers/net/wireless/intersil/p54/ |
| D | eeprom.c | 284 struct pda_channel_output_limit_longbow *pda = data; in p54_get_maxpower() local 287 pda = data; in p54_get_maxpower() 288 for (j = 0; j < ARRAY_SIZE(pda->point); j++) { in p54_get_maxpower() 290 &pda->point[j]; in p54_get_maxpower() 308 struct pda_channel_output_limit *pda = data; in p54_get_maxpower() local 310 rawpower = max(rawpower, pda->val_qpsk); in p54_get_maxpower() 311 rawpower = max(rawpower, pda->val_bpsk); in p54_get_maxpower() 312 rawpower = max(rawpower, pda->val_16qam); in p54_get_maxpower() 313 rawpower = max(rawpower, pda->val_64qam); in p54_get_maxpower() 832 struct pda_custom_wrapper *pda = (void *) entry->data; in p54_parse_eeprom() local [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
| 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 …]
|
| /kernel/linux/linux-4.19/arch/arm/mach-pxa/ |
| D | Kconfig | 319 for this PDA. 579 e330 family PDA. 587 e350 family PDA. 595 e740 family PDA. 603 e750 family PDA. 611 e400 family PDA. 619 e800 family PDA.
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| 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.
|
| /kernel/linux/linux-4.19/drivers/isdn/i4l/ |
| D | isdn_x25iface.c | 74 static int pdata_is_bad(ix25_pdata_t *pda) { in pdata_is_bad() argument 76 if (pda && pda->magic == ISDN_X25IFACE_MAGIC) return 0; in pdata_is_bad() 166 ix25_pdata_t *pda = cprot->proto_data; in isdn_x25iface_proto_restart() local 171 if (pdata_is_bad(pda)) return -1; in isdn_x25iface_proto_restart() 184 pda->state = WAN_DISCONNECTED; in isdn_x25iface_proto_restart()
|