Home
last modified time | relevance | path

Searched full:43 (Results 1 – 25 of 1545) sorted by relevance

12345678910>>...62

/Linux-v5.4/arch/arm/include/asm/hardware/
Dentry-macro-iomd.S114 irq_prio_ld: .byte 40,40,41,40,42,42,42,42,43,43,43,43,43,43,43,43
115 .byte 44,40,41,40,42,42,42,42,43,43,43,43,43,43,43,43
118 .byte 46,46,46,46,46,46,46,46,43,43,43,43,43,43,43,43
119 .byte 46,46,46,46,46,46,46,46,43,43,43,43,43,43,43,43
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
DKconfig3 tristate "Broadcom 43xx wireless support (mac80211 stack)"
10 b43 is a driver for the Broadcom 43xx series wireless devices.
77 bool "Broadcom 43xx SDIO device support"
81 Broadcom 43xx device support for Soft-MAC SDIO devices.
87 Note that this does not support Broadcom 43xx Full-MAC devices.
175 bool "Broadcom 43xx debugging"
178 Broadcom 43xx debugging.
/Linux-v5.4/arch/arm/boot/dts/
Dimx25.dtsi78 aips@43f00000 { /* AIPS1 */
85 aips1: bridge@43f00000 {
90 i2c1: i2c@43f80000 {
101 i2c3: i2c@43f84000 {
112 can1: can@43f88000 {
115 interrupts = <43>;
121 can2: can@43f8c000 {
130 uart1: serial@43f90000 {
139 uart2: serial@43f94000 {
148 i2c2: i2c@43f98000 {
[all …]
Dimx35.dtsi69 aips1: aips@43f00000 {
76 i2c1: i2c@43f80000 {
87 i2c3: i2c@43f84000 {
98 uart1: serial@43f90000 {
107 uart2: serial@43f94000 {
116 i2c2: i2c@43f98000 {
127 ssi1: ssi@43fa0000 {
140 spi1: spi@43fa4000 {
151 kpp: kpp@43fa8000 {
159 iomuxc: iomuxc@43fac000 {
[all …]
Dimx31.dtsi66 aips@43f00000 { /* AIPS1 */
73 i2c1: i2c@43f80000 {
83 i2c3: i2c@43f84000 {
93 ata: ata@43f8c000 {
101 uart1: serial@43f90000 {
110 uart2: serial@43f94000 {
119 i2c2: i2c@43f98000 {
129 spi1: spi@43fa4000 {
142 kpp: kpp@43fa8000 {
150 uart4: serial@43fb0000 {
[all …]
/Linux-v5.4/Documentation/core-api/
Dpacking.rst55 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32
71 56 57 58 59 60 61 62 63 48 49 50 51 52 53 54 55 40 41 42 43 44 45 46 47 32 33 34 35 36 37 38 39
84 39 38 37 36 35 34 33 32 47 46 45 44 43 42 41 40 55 54 53 52 51 50 49 48 63 62 61 60 59 58 57 56
98 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
110 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32
125 56 57 58 59 60 61 62 63 48 49 50 51 52 53 54 55 40 41 42 43 44 45 46 47 32 33 34 35 36 37 38 39
136 39 38 37 36 35 34 33 32 47 46 45 44 43 42 41 40 55 54 53 52 51 50 49 48 63 62 61 60 59 58 57 56
147 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
/Linux-v5.4/tools/testing/radix-tree/
Dtag_check.c66 item_insert(&tree, 43); in extend_checks()
67 assert(item_tag_get(&tree, 43, 0) == 0); in extend_checks()
68 item_tag_set(&tree, 43, 0); in extend_checks()
69 assert(item_tag_get(&tree, 43, 0) == 1); in extend_checks()
71 assert(item_tag_get(&tree, 43, 0) == 1); in extend_checks()
76 assert(item_tag_get(&tree, 43, 0) != 0); in extend_checks()
77 item_delete(&tree, 43); in extend_checks()
78 assert(item_tag_get(&tree, 43, 0) == 0); /* crash */ in extend_checks()
/Linux-v5.4/drivers/phy/
DKconfig28 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
33 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
35 This driver is need for USB0 support on LPC18xx/43xx and takes
/Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/
DKconfig3 tristate "Broadcom 43xx-legacy wireless support (mac80211 stack)"
54 bool "Broadcom 43xx-legacy debugging"
70 prompt "Broadcom 43xx-legacy data transfer mode"
/Linux-v5.4/drivers/media/pci/cx18/
Dcx18-vbi.c63 dst[sd + 12 + line * 43] = cx18_service2vbi(sdata->id); in copy_vbi_data()
64 memcpy(dst + sd + 12 + line * 43 + 1, sdata->data, 42); in copy_vbi_data()
70 (the max size of the VBI data is 36 * 43 + 4 bytes). in copy_vbi_data()
73 memmove(dst + sd + 4, dst + sd + 12, line * 43); in copy_vbi_data()
74 size = 4 + ((43 * line + 3) & ~3); in copy_vbi_data()
80 size = 12 + ((43 * line + 3) & ~3); in copy_vbi_data()
/Linux-v5.4/include/uapi/linux/
Dn_r3964.h26 * Revision 1.1.1.1 1998/10/13 16:43:14 dwmw2
35 * Revision 1.3 1998/02/12 18:58:43 root
42 * Revision 1.1 1998/02/06 19:19:43 root
/Linux-v5.4/arch/arm/mach-lpc18xx/
Dboard-dt.c2 * Device Tree board file for NXP LPC18xx/43xx
20 DT_MACHINE_START(LPC18XXDT, "NXP LPC18xx/43xx (Device Tree)")
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dseiko,43wvf1g.txt4 - compatible: should be "sii,43wvf1g".
14 compatible = "sii,43wvf1g";
/Linux-v5.4/arch/arm/mach-davinci/
Dirqs.h76 #define IRQ_SPINT0 43
133 #define IRQ_DM646X_SPINT0 43
184 #define IRQ_DM355_SPINT0_1 43
220 #define IRQ_DM365_SPIINT3_0 43
288 #define IRQ_DA8XX_GPIO1 43
/Linux-v5.4/drivers/net/appletalk/
Dcops_ffdrv.h80 230,128,194,191,132,43,58,44,152,119,33,76,
82 49,152,119,219,72,43,43,112,17,3,0,237,
127 62,132,119,43,43,197,205,203,135,193,62,1,
215 237,91,40,152,205,207,143,25,43,55,237,82,
221 133,43,70,58,44,152,119,43,112,17,3,0,
226 152,43,126,35,229,213,33,234,149,95,22,0,
234 173,24,2,54,133,43,70,58,44,152,119,43,
239 130,43,70,58,44,152,119,43,112,17,3,0,
251 20,139,43,126,33,8,152,119,35,58,44,152,
252 119,43,237,91,35,152,205,203,135,205,158,139,
[all …]
Dcops_ltdrv.h60 62,1,211,82,175,211,82,237,91,150,10,43,
63 62,132,190,32,44,54,133,43,70,58,154,10,
64 119,43,112,17,3,0,205,137,3,62,16,211,
67 2,62,129,190,194,227,2,54,130,43,70,58,
68 154,10,119,43,112,17,3,0,205,137,3,195,
94 126,230,128,194,145,4,43,58,154,10,119,43,
95 70,33,181,10,119,43,112,17,3,0,243,62,
140 43,221,229,225,124,181,40,42,33,190,10,17,
151 42,62,64,237,57,43,62,0,237,57,44,33,
/Linux-v5.4/include/linux/
Dn_r3964.h25 * Revision 1.1.1.1 1998/10/13 16:43:14 dwmw2
34 * Revision 1.3 1998/02/12 18:58:43 root
41 * Revision 1.1 1998/02/06 19:19:43 root
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Dnvidia,tegra20-sflash.txt32 clocks = <&tegra_car 43>;
33 resets = <&tegra_car 43>;
/Linux-v5.4/drivers/video/logo/
Dlogo_superh_clut224.ppm53 6 6 6 14 14 13 26 26 26 42 42 43
56 42 42 43 26 26 26 18 18 18 10 10 10
73 22 22 22 42 42 43 66 66 66 86 86 86
132 6 6 6 18 18 18 42 42 43 82 82 82
137 42 42 43 78 78 78 42 42 43 18 18 18
172 14 14 13 42 42 43 86 86 86 10 10 10
252 42 42 43 82 82 82 2 2 6 2 2 6
278 86 86 86 42 42 43 14 14 13 2 2 2
372 42 42 43 86 86 86 6 6 6 118 118 118
392 42 42 43 94 94 93 14 14 13 102 102 102
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dimx31-clock.txt58 sim_gate 43
84 uart1: serial@43f90000 {
Dimx35-clock.txt58 esdhc1_gate 43
112 clocks = <&clks 9>, <&clks 8>, <&clks 43>;
/Linux-v5.4/drivers/clk/ti/
DMakefile22 obj-$(CONFIG_SOC_AM43XX) += $(clk-common) dpll3xxx.o clk-43xx.o \
23 clk-43xx-compat.o
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc_coefs.c18 { 0, -2, 87, 43, 0 },
20 { 0, 43, 87, -2, 0 },
105 { 0, 9, 76, 43, 0 },
109 { 0, 43, 76, 9, 0 },
260 { 14, 43, 48, 22, 1 },
262 { 1, 22, 48, 43, 14 },
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Ddispc_coefs.c16 { 0, -2, 87, 43, 0 },
18 { 0, 43, 87, -2, 0 },
103 { 0, 9, 76, 43, 0 },
107 { 0, 43, 76, 9, 0 },
258 { 14, 43, 48, 22, 1 },
260 { 1, 22, 48, 43, 14 },
/Linux-v5.4/include/dt-bindings/clock/
Dimx8-clock.h43 #define IMX_CONN_ENET0_ROOT_CLK 43
182 #define IMX_LSIO_LPCG_GPT0_IPG_SLV_CLK 43
288 #define IMX_ADMA_LPCG_DSP_CORE_CLK 43

12345678910>>...62