Searched refs:PDR (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/arch/sh/drivers/pci/
H A Dops-sh5.c31 *val = (u8)SH5PCI_READ_BYTE(PDR + (where & 3)); sh5pci_read()
34 *val = (u16)SH5PCI_READ_SHORT(PDR + (where & 2)); sh5pci_read()
37 *val = SH5PCI_READ(PDR); sh5pci_read()
51 SH5PCI_WRITE_BYTE(PDR + (where & 3), (u8)val); sh5pci_write()
54 SH5PCI_WRITE_SHORT(PDR + (where & 2), (u16)val); sh5pci_write()
57 SH5PCI_WRITE(PDR, val); sh5pci_write()
H A Dops-sh7786.c48 * case the regular PAR/PDR path is sidelined and the mangled sh7786_pcie_config_access()
/linux-4.4.14/drivers/gpio/
H A Dgpio-mb86s7x.c34 #define PDR(x) (0x0 + x / 8 * 4) macro
115 val = readl(gchip->base + PDR(gpio)); mb86s70_gpio_direction_output()
120 writel(val, gchip->base + PDR(gpio)); mb86s70_gpio_direction_output()
135 return !!(readl(gchip->base + PDR(gpio)) & OFFSET(gpio)); mb86s70_gpio_get()
146 val = readl(gchip->base + PDR(gpio)); mb86s70_gpio_set()
151 writel(val, gchip->base + PDR(gpio)); mb86s70_gpio_set()
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dhermes_dld.c79 char next[0]; /* next PDR starts here */
107 /*** PDR Access functions ***/
145 * Scan PDR for the record with the specified RECORD_ID.
158 * PDR area is currently not terminated by PDI_END. hermes_find_pdr()
160 * field where PDR has length. The type can be 0 or 1. hermes_find_pdr()
194 /* Process one Plug Data Item - find corresponding PDR and plug it */
201 /* Find the PDR corresponding to this PDI */ hermes_plug_pdi()
208 /* Lengths of the data in PDI and PDR must match */ hermes_plug_pdi()
409 * PDR area is currently not terminated by PDI_END. hermes_apply_pda_with_defaults()
411 * field where PDR has length. The type can be 0 or 1. hermes_apply_pda_with_defaults()
465 /* Lengths of the data in PDI and PDR must match */ hermes_apply_pda_with_defaults()
H A Dfw.c49 __le32 pdr_offset; /* Offset to PDR data from eof header */
72 return "bad PDR offset"; validate_fw()
/linux-4.4.14/drivers/net/wireless/p54/
H A Deeprom.h129 * this defines the PDR codes used to build PDAs as defined in document
208 /* PDR definitions for default country & country list */
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dprism2fw.c629 pr_err("no end record found or invalid lengths in PDR data, exiting. %x %d\n", mkpdrlist()
660 int j; /* index of PDR or -1 if fname plug */ plugimage()
673 /* find the matching PDR (or filename) */ plugimage()
683 if (j >= pda->nrec && j != -1) { /* if no matching PDR, fail */ plugimage()
684 pr_warn("warning: Failed to find PDR for plugrec 0x%04x.\n", plugimage()
686 continue; /* and move on to the next PDR */ plugimage()
700 /* Validate plug len against PDR len */ plugimage()
702 pr_err("error: Plug vs. PDR len mismatch for plugrec 0x%04x, abort plugging.\n", plugimage()
735 } else { /* plug a PDR */ plugimage()
827 * x - PDR code number (little endian)
H A Dhfa384x_usb.c4067 * Quick check of PDR codes.
4070 * pdrcode PDR code number (host order)
4117 pr_debug("Encountered unknown PDR#=0x%04x, assuming it's ok.\n", hfa384x_isgood_pdrcode()
4124 pr_debug("Encountered unknown PDR#=0x%04x, (>=0x1000), assuming it's bad.\n", hfa384x_isgood_pdrcode()
/linux-4.4.14/arch/frv/include/asm/
H A Dgpio-regs.h38 /* PDR definitions */
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dpio.h46 /* Bitfields in PDR */
H A Dpio.c89 pio_writel(pio, PDR, pin_mask); at32_select_periph()
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dsupern_2.h776 #define PL_EB_LOC_LOOP 0x0020 /* loop path just prior to PDT/PDR IF*/
804 #define PL_TPDR (1<<5) /* PCM asserts transmit PDR */
806 #define PL_RLBP (3<<5) /* trans. PDR & remote loopb. path */
/linux-4.4.14/drivers/net/can/c_can/
H A Dc_can.c1174 /* set PDR value so the device goes to power down mode */ c_can_power_down()
1212 /* Clear PDR and INIT bits */ c_can_power_up()
/linux-4.4.14/drivers/misc/altera-stapl/
H A Daltera-jtag.c75 /* RST RTI SDRS CDR SDR E1DR PDR E2DR */
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h523 bool pdr_safe_mode; /**< PDR safe mode activated */
/linux-4.4.14/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h860 * @io_missing_delay: time for IO completed by fw when PDR enabled
861 * @device_missing_delay: time for device missing by fw when PDR enabled
/linux-4.4.14/drivers/usb/musb/
H A Dtusb6010.c1067 /* The uint bit for "USB non-PDR interrupt enable" has to be 1 when tusb_musb_start()

Completed in 650 milliseconds