Home
last modified time | relevance | path

Searched +full:5 +full:nd (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/linux/drivers/pinctrl/
H A Dpinctrl-lpc18xx.c36 #define LPC18XX_SCU_PIN_EHS BIT(5)
58 #define LPC18XX_SCU_PINTSEL_PORT_SHIFT 5
207 #define LPC18XX_ANALOG_ADC(a) ((a >> 5) & 0x3)
209 #define ADC0 (LPC18XX_ANALOG_PIN | (0x00 << 5))
210 #define ADC1 (LPC18XX_ANALOG_PIN | (0x01 << 5))
240 LPC_P(0,0, GPIO, SSP1, ENET, SGPIO, R, R, I2S0_TX_WS,I2S1, 0, ND);
241 LPC_P(0,1, GPIO, SSP1,ENET_ALT,SGPIO, R, R, ENET, I2S1, 0, ND);
242 LPC_P(1,0, GPIO, CTIN, EMC, R, R, SSP0, SGPIO, R, 0, ND);
243 LPC_P(1,1, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND);
244 LPC_P(1,2, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND);
[all …]
/linux/drivers/hid/
H A Dhid-ntrig.c91 * a string containing 5 comma separated numbers.
97 __u8 c = ((raw[0] & 0x03) << 3) | ((raw[3] & 0xe0) >> 5); in ntrig_version_string()
98 __u8 d = ((raw[3] & 0x07) << 3) | ((raw[2] & 0xe0) >> 5); in ntrig_version_string()
161 buf, data[2], data[3], data[4], data[5]); in ntrig_report_version()
173 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_width() local
175 return sprintf(buf, "%d\n", nd->sensor_physical_width); in show_phys_width()
185 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_height() local
187 return sprintf(buf, "%d\n", nd->sensor_physical_height); in show_phys_height()
197 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_log_width() local
199 return sprintf(buf, "%d\n", nd->sensor_logical_width); in show_log_width()
[all …]
/linux/include/linux/
H A Dsysfb.h27 M_MB_2, /* MacBook, 2nd rev. */
29 M_MB_5_1, /* MacBook, 5th rev. */
32 M_MB_SR, /* MacBook, 2nd gen, (Santa Rosa) */
36 M_MBP_2, /* MacBook Pro 2nd gen */
37 M_MBP_2_2, /* MacBook Pro 2,2nd gen */
40 M_MBP_5_1, /* MacBook Pro, 5,1th gen */
41 M_MBP_5_2, /* MacBook Pro, 5,2th gen */
42 M_MBP_5_3, /* MacBook Pro, 5,3rd gen */
46 M_MBP_8_2, /* MacBook Pro, 8,2nd gen */
/linux/drivers/staging/most/net/
H A Dnet.c24 #define PMHL 5
164 struct net_dev_context *nd = netdev_priv(dev); in most_nd_set_mac_address() local
170 nd->is_mamac = in most_nd_set_mac_address()
178 dev->mtu = nd->is_mamac ? MAMAC_DATA_LEN : ETH_DATA_LEN; in most_nd_set_mac_address()
188 struct net_dev_context *nd = netdev_priv(dev); in most_nd_open() local
193 if (most_start_channel(nd->iface, nd->rx.ch_id, &comp)) { in most_nd_open()
199 if (most_start_channel(nd->iface, nd->tx.ch_id, &comp)) { in most_nd_open()
201 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_open()
212 if (nd->iface->request_netinfo) in most_nd_open()
213 nd->iface->request_netinfo(nd->iface, nd->tx.ch_id, on_netinfo); in most_nd_open()
[all …]
/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dhoneywell,hsc030pa.yaml52 1 - B, 5% to 95% of 2^14
53 2 - C, 5% to 85% of 2^14
73 150PA, 0.5ND, 001ND, 002ND, 004ND, 005ND, 010ND, 020ND, 030ND,
91 Provide VDD power to the sensor (either 3.3V or 5V depending on the chip)
/linux/arch/parisc/include/asm/
H A Dchecksum.h37 " ldws 8(%1), %5\n" in ip_fast_csum()
40 " addc %0, %5, %0\n" in ip_fast_csum()
47 " extru %0, 15, 16, %5\n" in ip_fast_csum()
48 " addc %4, %5, %0\n" in ip_fast_csum()
49 " extru %0, 15, 16, %5\n" in ip_fast_csum()
50 " add %0, %5, %0\n" in ip_fast_csum()
131 " ldd,ma 8(%2), %5\n" /* get 1st daddr word */ in csum_ipv6_magic()
133 " ldd,ma 8(%1), %6\n" /* 2nd saddr */ in csum_ipv6_magic()
134 " ldd,ma 8(%2), %7\n" /* 2nd daddr */ in csum_ipv6_magic()
135 " add,dc %5, %0, %0\n" in csum_ipv6_magic()
[all …]
/linux/tools/perf/util/
H A Dbuild-id.c173 size_t offs = 5; /* == strlen("../..") */ in build_id_cache__kallsyms_path()
353 struct rb_node *nd; in machine__write_buildid_table()
359 for (nd = rb_first_cached(&session->machines.guests); nd; in machine__write_buildid_table()
360 nd = rb_next(nd)) { in machine__write_buildid_table()
361 struct machine *pos = rb_entry(nd, struct machine, rb_node); in machine__write_buildid_table()
394 struct str_node *nd, *nd2; in __dsos__hit_all()
419 strlist__for_each_entry(nd, toplist) { in dsos__hit_all()
420 if (asprintf(&linkdir, "%s/%s", topdir, nd in dsos__hit_all()
377 struct rb_node *nd; perf_session__write_buildid_table() local
410 struct rb_node *nd; dsos__hit_all() local
454 struct str_node *nd, *nd2; build_id_cache__list_all() local
531 struct str_node *nd, *cand = NULL; build_id_cache__complement() local
965 struct rb_node *nd; machines__for_each_dso() local
1000 struct rb_node *nd; perf_session__read_build_ids() local
[all...]
/linux/drivers/staging/media/av7110/
H A Ddvb_filter.h136 u8 pts[5];
199 u32 pts[2]; /* [0] 1st field, [1] 2nd field */
208 /* [0-2] 1st field, [3] 2nd field */
210 /* [0-2] 1st field, [3] 2nd field */
212 /* [0] 1st field, [1] 2nd field */
215 /* [0] 1st field, [1] 2nd field */
217 /* [0] 1st field, [1] 2nd field */
219 /* [0] 1st field, [1] 2nd field */
222 /* [0] 1st field, [1] 2nd field */
/linux/net/ncsi/
H A Dncsi-manage.c53 struct ncsi_dev *nd = &ndp->ndev; in ncsi_report_link() local
58 nd->state = ncsi_dev_state_functional; in ncsi_report_link()
60 nd->link_up = 0; in ncsi_report_link()
64 nd->link_up = 0; in ncsi_report_link()
77 nd->link_up = 1; in ncsi_report_link()
86 nd->handler(nd); in ncsi_report_link()
469 struct ncsi_dev *nd = &ndp->ndev; in ncsi_suspend_channel() local
480 switch (nd->state) { in ncsi_suspend_channel()
482 nd in ncsi_suspend_channel()
989 struct ncsi_dev *nd = &ndp->ndev; ncsi_configure_channel() local
1346 struct ncsi_dev *nd = &ndp->ndev; ncsi_probe_channel() local
1528 struct ncsi_dev *nd = &ndp->ndev; ncsi_dev_work() local
1607 struct ncsi_dev *nd = &ndp->ndev; ncsi_kick_channels() local
1660 struct ncsi_dev *nd; ncsi_vlan_rx_add_vid() local
1710 struct ncsi_dev *nd; ncsi_vlan_rx_kill_vid() local
1748 struct ncsi_dev *nd; ncsi_register_dev() local
1806 ncsi_start_dev(struct ncsi_dev * nd) ncsi_start_dev() argument
1825 ncsi_stop_dev(struct ncsi_dev * nd) ncsi_stop_dev() argument
1857 ncsi_reset_dev(struct ncsi_dev * nd) ncsi_reset_dev() argument
1943 ncsi_unregister_dev(struct ncsi_dev * nd) ncsi_unregister_dev() argument
[all...]
/linux/tools/perf/
H A Dbuiltin-annotate.c400 printf(" %-20s: %5s %5s\n", "Name/opcode", "Good", "Bad"); in print_annotate_item_stat()
403 printf(" %-20s: %5d %5d\n", istat->name, istat->good, istat->bad); in print_annotate_item_stat()
411 struct rb_node *nd = rb_first_cached(&hists->entries), *next; in hists__find_annotations()
419 while (nd) { in hists__find_annotations()
420 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations()
445 nd = rb_prev(nd); in hists__find_annotations()
447 nd in hists__find_annotations()
410 struct rb_node *nd = rb_first_cached(&hists->entries), *next; hists__find_annotations() local
[all...]
/linux/Documentation/devicetree/bindings/dma/
H A Dapm-xgene-dma.txt12 2nd - Descriptor ring control and status register address space.
15 - interrupts: DMA has 5 interrupts sources. 1st interrupt is
16 DMA error reporting interrupt. 2nd, 3rd, 4th and 5th interrupts
/linux/fs/hpfs/
H A Ddnode.c242 struct dnode *d, *ad, *rd, *nd = NULL; in hpfs_add_to_dnode() local
259 kfree(nd); in hpfs_add_to_dnode()
264 kfree(nd); in hpfs_add_to_dnode()
272 kfree(nd); in hpfs_add_to_dnode()
282 for_all_poss(i, hpfs_pos_subst, 5, t + 1); in hpfs_add_to_dnode()
285 kfree(nd); in hpfs_add_to_dnode()
289 if (!nd) if (!(nd = kmalloc(0x924, GFP_NOFS))) { in hpfs_add_to_dnode()
300 memcpy(nd, d, le32_to_cpu(d->first_free)); in hpfs_add_to_dnode()
301 copy_de(de = hpfs_add_de(i->i_sb, nd, name, namelen, down_ptr), new_de); in hpfs_add_to_dnode()
302 for_all_poss(i, hpfs_pos_ins, get_pos(nd, de), 1); in hpfs_add_to_dnode()
[all …]
/linux/arch/mips/include/asm/sgi/
H A Dip22.h44 #define SGI_8254_1_IRQ SGINT_CPU + 5
51 #define SGI_WD93_1_IRQ SGINT_LOCAL0 + 2 /* 2nd onboard WD93 */
54 #define SGI_PARPORT_IRQ SGINT_LOCAL0 + 5 /* Parallel port */
55 #define SGI_GIO_1_IRQ SGINT_LOCAL0 + 6 /* GE / GIO-1 / 2nd-HPC */
63 #define SGI_ACFAIL_IRQ SGINT_LOCAL1 + 5 /* AC fail */
71 #define SGI_SERIAL_IRQ SGINT_LOCAL2 + 5 /* onboard serial */
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.h286 #define B43_LPPHY_TR_LOOKUP_5 B43_PHY_OFDM(0xC7) /* TR Lookup 5 */
336 #define B2062_N_LGENA_CTL5 B43_LP_NORTH(0x024) /* LGENA Control 5 (north) */
344 #define B2062_N_RXA_CTL5 B43_LP_NORTH(0x02C) /* RXA Control 5 (north) */
364 #define B2062_N_RXBB_BIAS5 B43_LP_NORTH(0x040) /* RXBB Bias 5 (north) */
368 #define B2062_N_RXBB_RSSI5 B43_LP_NORTH(0x044) /* RXBB RSSI 5 (north) */
374 #define B2062_N_TX_CTL5 B43_LP_NORTH(0x04A) /* TX Control 5 (north) */
550 #define B2063_LOGEN_SP5 B43_LP_RADIO(0x020) /* LOGEN SP 5 */
555 #define B2063_G_RX_SP5 B43_LP_RADIO(0x025) /* G RX SP 5 */
566 #define B2063_A_RX_SP5 B43_LP_RADIO(0x030) /* A RX SP 5 */
573 #define B2063_RX_BB_SP5 B43_LP_RADIO(0x037) /* RX BB SP 5 */
[all …]
/linux/drivers/gpu/drm/bridge/
H A Dsil-sii8620.h37 #define BIT_SYS_CTRL1_OTPADROPOVR_SET BIT(5)
48 #define BIT_DPD_PDNRX12 BIT(5)
58 #define BIT_DCTL_CTS_TCK_PHASE BIT(5)
69 #define BIT_PWD_SRST_CBUS_RST_SW_EN BIT(5)
90 #define BIT_VID_OVRRD_MINIVSYNC_ON BIT(5)
124 #define BIT_CTRL1_GPIO_I_8 BIT(5)
151 /* Interrupt Source #5, default value: 0x00 */
163 /* Interrupt #5 Mask, default value: 0x00 */
171 #define BIT_HPD_CTRL_HPD_HIGH BIT(5)
182 #define BIT_CTRL_GPIO_I_4 BIT(5)
[all …]
/linux/Documentation/admin-guide/
H A Ddevices.txt10 5 = /dev/zero Null byte source
127 partitions, and 5 and above are logical partitions.
139 255 = /dev/ttyS191 192nd UART serial port
153 5 char Alternate TTY devices
162 (5,1) is /dev/console starting with Linux 2.1.71. See
257 5 = /dev/atarimouse Atari mouse
402 5 = /dev/tpqic24 QIC-24, rewind-on-close
425 Each device type has 5 bits (32 minors).
579 5 = /dev/nqft1 Unit 1, no rewind-on-close
636 31 = /dev/fb31 32nd frame buffer
[all …]
/linux/net/dsa/
H A Dtag_brcm.c26 /* 2nd byte in the tag */
31 #define BRCM_LEG_UNICAST (0 << 5)
32 #define BRCM_LEG_MULTICAST (1 << 5)
33 #define BRCM_LEG_EGRESS (2 << 5)
34 #define BRCM_LEG_INGRESS (3 << 5)
49 #define BRCM_OPCODE_SHIFT 5
56 /* 2nd byte in the tag */
65 /* 2nd byte in the tag */
71 #define BRCM_EG_RC_EXCEPTION (1 << 5)
77 #define BRCM_EG_TC_SHIFT 5
[all …]
/linux/arch/powerpc/crypto/
H A Dghashp10-ppc.pl77 le?lvsr 5,0,r7
79 le?vxor 5,5,6 # set a b-endian mask
80 le?vperm $H,$H,$H,5
167 vsldoi $t1,$Xl,$Xl,8 # 2nd reduction phase
207 vsldoi $t1,$Xl,$Xl,8 # 2nd reduction phase
208 vsldoi $t5,$Xl1,$Xl1,8 # 2nd reduction phase
273 vsldoi $t1,$Xl,$Xl,8 # 2nd phase
314 .align 5
336 vsldoi $t1,$Xl,$Xl,8 # 2nd phase
/linux/arch/powerpc/platforms/powermac/
H A Dpci.c1036 struct device_node* nd; in pmac_pcibios_after_init() local
1038 for_each_node_by_name(nd, "firewire") { in pmac_pcibios_after_init()
1039 if (nd->parent && (of_device_is_compatible(nd, "pci106b,18") || in pmac_pcibios_after_init()
1040 of_device_is_compatible(nd, "pci106b,30") || in pmac_pcibios_after_init()
1041 of_device_is_compatible(nd, "pci11c1,5811")) in pmac_pcibios_after_init()
1042 && of_device_is_compatible(nd->parent, "uni-north")) { in pmac_pcibios_after_init()
1043 pmac_call_feature(PMAC_FTR_1394_ENABLE, nd, 0, 0); in pmac_pcibios_after_init()
1044 pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, nd, 0, 0); in pmac_pcibios_after_init()
1047 for_each_node_by_name(nd, "ethernet") { in pmac_pcibios_after_init()
1048 if (nd->parent && of_device_is_compatible(nd, "gmac") in pmac_pcibios_after_init()
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm7120-l2-intc.yaml23 or if they will output an interrupt signal at this 2nd level interrupt
34 2nd level interrupt line Outputs for the parent controller (e.g: ARM GIC)
47 5 ---------------------|
101 this 2nd level interrupt controller, and how they match their respective
117 outputs bypass this 2nd level interrupt controller completely; it is
/linux/drivers/staging/media/atomisp/pci/
H A Dcss_trace.h42 /* 2nd field: command + data */
43 /* 2nd dword */
48 /* 5th & 6th dword: debug pointer mechanism */
195 CMD_SET_ONE_MAJOR = 1, /* mask in one major. 2nd byte in the command is the major code */
196 CMD_UNSET_ONE_MAJOR = 2, /* mask out one major. 2nd byte in the command is the major code */
226 #define FIELD_MAJOR_WIDTH (5)
/linux/arch/alpha/lib/
H A Dcsum_ipv6_magic.S29 extbl $18,1,$5 # e0 :
44 sll $5,16,$5 # e0 :
52 or $1,$22,$1 # .. e1 : 2nd src word complete
57 or $5,$6,$5 # .. e1 :
62 or $18,$5,$18 # .. e1 : len complete
65 or $3,$24,$3 # .. e1 : 2nd dst word complete
/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
H A Dia_css_ctc_types.h28 * of gain(=8), but also the bits(=5) to convert chroma
63 u16 y1; /** 2nd kneepoint gain.
72 u16 y4; /** 5th kneepoint gain.
81 u16 x1; /** 2nd kneepoint luma.
90 u16 x4; /** 5tn kneepoint luma.
/linux/include/sound/
H A Demu10k1.h468 #define CCCA_INTERPROM_5 0x0a000000 /* Select interpolation ROM 5 */
980 #define EMU_HANA_DESTLO 0x01 /* 00xxxxx 5 bits */
983 #define EMU_HANA_SRCLO 0x03 /* 00xxxxx 5 bits */
1027 #define EMU_HANA_SPDIF_MODE 0x0a /* 00xxxxx 5 bits SPDIF MODE */
1088 #define EMU_HANA_MIDI_OUT 0x12 /* 00xxxxx 5 bit Source for each MIDI out port */
1095 #define EMU_HANA_DAC_PADS 0x13 /* 00xxxxx 5 bit DAC 14dB attenuation pads */
1104 #define EMU_HANA_IRQ_STATUS 0x20 /* 00xxxxx 5 bits IRQ Status */
1115 /* 0010101 5 bits ID byte & 0x1f = 0x15 with Tina/2 */
1128 // the formula used is freq = 0x1770000 / (((X_HI << 5) | X_LO) + 1)
1246 #define EMU_DST_DOCK_DAC1_LEFT2 0x0101 /* Audio Dock DAC1 Left, 2nd or 96kHz */
[all …]
/linux/arch/arm64/boot/dts/renesas/
H A Dsalvator-xs.dtsi3 * Device Tree Source for the Salvator-X 2nd version board
11 model = "Renesas Salvator-X 2nd version board";
23 compatible = "idt,5p49v6901";

12345678910>>...26