/linux-6.12.1/arch/sh/include/cpu-sh4/cpu/ |
D | freq.h | 14 #define FRQCR 0xa4150000 15 #define VCLKCR 0xa4150004 16 #define SCLKACR 0xa4150008 17 #define SCLKBCR 0xa415000c 18 #define IrDACLKCR 0xa4150010 19 #define MSTPCR0 0xa4150030 20 #define MSTPCR1 0xa4150034 21 #define MSTPCR2 0xa4150038 23 #define FRQCR 0xffc80000 24 #define OSCCR 0xffc80018 [all …]
|
/linux-6.12.1/net/netfilter/ipset/ |
D | pfxlen.c | 12 E(0x00000000, 0x00000000, 0x00000000, 0x00000000), \ 13 E(0x80000000, 0x00000000, 0x00000000, 0x00000000), \ 14 E(0xC0000000, 0x00000000, 0x00000000, 0x00000000), \ 15 E(0xE0000000, 0x00000000, 0x00000000, 0x00000000), \ 16 E(0xF0000000, 0x00000000, 0x00000000, 0x00000000), \ 17 E(0xF8000000, 0x00000000, 0x00000000, 0x00000000), \ 18 E(0xFC000000, 0x00000000, 0x00000000, 0x00000000), \ 19 E(0xFE000000, 0x00000000, 0x00000000, 0x00000000), \ 20 E(0xFF000000, 0x00000000, 0x00000000, 0x00000000), \ 21 E(0xFF800000, 0x00000000, 0x00000000, 0x00000000), \ [all …]
|
/linux-6.12.1/drivers/gpu/drm/sun4i/ |
D | sun8i_csc.c | 26 0x000004A8, 0x00000000, 0x00000662, 0xFFFC8451, 27 0x000004A8, 0xFFFFFE6F, 0xFFFFFCC0, 0x00021E4D, 28 0x000004A8, 0x00000811, 0x00000000, 0xFFFBACA9, 31 0x000004A8, 0x00000000, 0x0000072B, 0xFFFC1F99, 32 0x000004A8, 0xFFFFFF26, 0xFFFFFDDF, 0x00013383, 33 0x000004A8, 0x00000873, 0x00000000, 0xFFFB7BEF, 38 0x00000400, 0x00000000, 0x0000059B, 0xFFFD322E, 39 0x00000400, 0xFFFFFEA0, 0xFFFFFD25, 0x00021DD5, 40 0x00000400, 0x00000716, 0x00000000, 0xFFFC74BD, 43 0x00000400, 0x00000000, 0x0000064C, 0xFFFCD9B4, [all …]
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | ar956x_initvals.h | 41 {0x00009800, 0xafe68e30}, 42 {0x00009804, 0xfd14e000}, 43 {0x00009808, 0x9c0a9f6b}, 44 {0x0000980c, 0x04900000}, 45 {0x00009814, 0x0280c00a}, 46 {0x00009818, 0x00000000}, 47 {0x0000981c, 0x00020028}, 48 {0x00009834, 0x6400a190}, 49 {0x00009838, 0x0108ecff}, 50 {0x0000983c, 0x14000600}, [all …]
|
/linux-6.12.1/drivers/mtd/maps/ |
D | amd76xrom.c | 62 module_param(win_size_bits, uint, 0); 63 MODULE_PARM_DESC(win_size_bits, "ROM window size bits override for 0x43 byte, normally set by BIOS.… 76 pci_read_config_byte(window->pdev, 0x40, &byte); in amd76xrom_cleanup() 77 pci_write_config_byte(window->pdev, 0x40, byte & ~1); in amd76xrom_cleanup() 97 window->phys = 0; in amd76xrom_cleanup() 98 window->size = 0; in amd76xrom_cleanup() 123 pci_read_config_byte(pdev, 0x43, &byte); in amd76xrom_init_one() 124 pci_write_config_byte(pdev, 0x43, byte | win_size_bits ); in amd76xrom_init_one() 127 pci_read_config_byte(pdev, 0x43, &byte); in amd76xrom_init_one() 129 window->phys = 0xffb00000; /* 5MiB */ in amd76xrom_init_one() [all …]
|
D | ichxrom.c | 30 #define BIOS_CNTL 0x4e 31 #define FWH_DEC_EN1 0xE3 32 #define FWH_DEC_EN2 0xF0 33 #define FWH_SEL1 0xE8 34 #define FWH_SEL2 0xEE 83 window->phys = 0; in ichxrom_cleanup() 84 window->size = 0; in ichxrom_cleanup() 113 window->phys = 0; in ichxrom_init_one() 115 if (byte == 0xff) { in ichxrom_init_one() 116 window->phys = 0xffc00000; in ichxrom_init_one() [all …]
|
D | ck804xrom.c | 68 * byte @0x88: bit 0..7 69 * byte @0x8c: bit 8..15 70 * word @0x90: bit 16..30 72 * Please set win_size_bits to 0x7fffffff if you actually want to do something 74 static uint win_size_bits = 0; 75 module_param(win_size_bits, uint, 0); 89 pci_read_config_byte(window->pdev, 0x6d, &byte); in ck804xrom_cleanup() 90 pci_write_config_byte(window->pdev, 0x6d, byte & ~1); in ck804xrom_cleanup() 109 window->phys = 0; in ck804xrom_cleanup() 110 window->size = 0; in ck804xrom_cleanup() [all …]
|
D | esb2rom.c | 34 #define BIOS_CNTL 0xDC 35 #define BIOS_LOCK_ENABLE 0x02 36 #define BIOS_WRITE_ENABLE 0x01 39 #define FWH_DEC_EN1 0xD8 40 #define FWH_F8_EN 0x8000 41 #define FWH_F0_EN 0x4000 42 #define FWH_E8_EN 0x2000 43 #define FWH_E0_EN 0x1000 44 #define FWH_D8_EN 0x0800 45 #define FWH_D0_EN 0x0400 [all …]
|
/linux-6.12.1/net/ipv6/ |
D | addrconf_core.c | 42 st = addr->s6_addr32[0]; in __ipv6_addr_type() 47 if ((st & htonl(0xE0000000)) != htonl(0x00000000) && in __ipv6_addr_type() 48 (st & htonl(0xE0000000)) != htonl(0xE0000000)) in __ipv6_addr_type() 52 if ((st & htonl(0xFF000000)) == htonl(0xFF000000)) { in __ipv6_addr_type() 59 if ((st & htonl(0xFFC00000)) == htonl(0xFE800000)) in __ipv6_addr_type() 62 if ((st & htonl(0xFFC00000)) == htonl(0xFEC00000)) in __ipv6_addr_type() 65 if ((st & htonl(0xFE000000)) == htonl(0xFC000000)) in __ipv6_addr_type() 69 if ((addr->s6_addr32[0] | addr->s6_addr32[1]) == 0) { in __ipv6_addr_type() 70 if (addr->s6_addr32[2] == 0) { in __ipv6_addr_type() 71 if (addr->s6_addr32[3] == 0) in __ipv6_addr_type() [all …]
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | p1020rdb_36b.dts | 18 reg = <0xf 0xffe05000 0 0x1000>; 21 ranges = <0x0 0x0 0xf 0xef000000 0x01000000 22 0x1 0x0 0xf 0xffa00000 0x00040000 23 0x2 0x0 0xf 0xffb00000 0x00020000>; 27 ranges = <0x0 0xf 0xffe00000 0x100000>; 31 reg = <0xf 0xffe09000 0 0x1000>; 32 ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000 33 0x1000000 0x0 0x00000000 0xf 0xffc10000 0x0 0x10000>; 34 pcie@0 { 35 ranges = <0x2000000 0x0 0xc0000000 [all …]
|
D | p1020rdb.dts | 18 reg = <0 0xffe05000 0 0x1000>; 21 ranges = <0x0 0x0 0x0 0xef000000 0x01000000 22 0x1 0x0 0x0 0xffa00000 0x00040000 23 0x2 0x0 0x0 0xffb00000 0x00020000>; 27 ranges = <0x0 0x0 0xffe00000 0x100000>; 31 ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000 32 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>; 33 reg = <0 0xffe09000 0 0x1000>; 34 pcie@0 { 35 ranges = <0x2000000 0x0 0xa0000000 [all …]
|
D | mpc8572ds_36b.dts | 19 reg = <0xf 0xffe05000 0 0x1000>; 21 ranges = <0x0 0x0 0xf 0xe8000000 0x08000000 22 0x1 0x0 0xf 0xe0000000 0x08000000 23 0x2 0x0 0xf 0xffa00000 0x00040000 24 0x3 0x0 0xf 0xffdf0000 0x00008000 25 0x4 0x0 0xf 0xffa40000 0x00040000 26 0x5 0x0 0xf 0xffa80000 0x00040000 27 0x6 0x0 0xf 0xffac0000 0x00040000>; 31 ranges = <0x0 0xf 0xffe00000 0x100000>; 35 reg = <0xf 0xffe08000 0 0x1000>; [all …]
|
D | mpc8572ds.dts | 19 reg = <0 0xffe05000 0 0x1000>; 21 ranges = <0x0 0x0 0x0 0xe8000000 0x08000000 22 0x1 0x0 0x0 0xe0000000 0x08000000 23 0x2 0x0 0x0 0xffa00000 0x00040000 24 0x3 0x0 0x0 0xffdf0000 0x00008000 25 0x4 0x0 0x0 0xffa40000 0x00040000 26 0x5 0x0 0x0 0xffa80000 0x00040000 27 0x6 0x0 0x0 0xffac0000 0x00040000>; 31 ranges = <0x0 0 0xffe00000 0x100000>; 35 reg = <0 0xffe08000 0 0x1000>; [all …]
|
D | p2020ds.dts | 19 ranges = <0x0 0x0 0x0 0xe8000000 0x08000000 20 0x1 0x0 0x0 0xe0000000 0x08000000 21 0x2 0x0 0x0 0xffa00000 0x00040000 22 0x3 0x0 0x0 0xffdf0000 0x00008000 23 0x4 0x0 0x0 0xffa40000 0x00040000 24 0x5 0x0 0x0 0xffa80000 0x00040000 25 0x6 0x0 0x0 0xffac0000 0x00040000>; 26 reg = <0 0xffe05000 0 0x1000>; 30 ranges = <0x0 0x0 0xffe00000 0x100000>; 34 ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000 [all …]
|
D | mpc8536ds_36b.dts | 17 #size-cells = <0>; 19 PowerPC,8536@0 { 21 reg = <0>; 28 reg = <0 0 0 0>; // Filled by U-Boot 32 reg = <0xf 0xffe05000 0 0x1000>; 34 ranges = <0x0 0x0 0xf 0xe8000000 0x08000000 35 0x2 0x0 0xf 0xffa00000 0x00040000 36 0x3 0x0 0xf 0xffdf0000 0x00008000>; 40 ranges = <0x0 0xf 0xffe00000 0x100000>; 44 reg = <0xf 0xffe08000 0 0x1000>; [all …]
|
D | mpc8536ds.dts | 17 #size-cells = <0>; 19 PowerPC,8536@0 { 21 reg = <0>; 28 reg = <0 0 0 0>; // Filled by U-Boot 32 reg = <0 0xffe05000 0 0x1000>; 34 ranges = <0x0 0x0 0x0 0xe8000000 0x08000000 35 0x2 0x0 0x0 0xffa00000 0x00040000 36 0x3 0x0 0x0 0xffdf0000 0x00008000>; 40 ranges = <0x0 0 0xffe00000 0x100000>; 44 reg = <0 0xffe08000 0 0x1000>; [all …]
|
D | p1024rdb_36b.dts | 45 reg = <0xf 0xffe05000 0 0x1000>; 46 ranges = <0x0 0x0 0xf 0xef000000 0x01000000 47 0x1 0x0 0xf 0xff800000 0x00040000>; 51 ranges = <0x0 0xf 0xffe00000 0x100000>; 55 reg = <0xf 0xffe09000 0 0x1000>; 56 ranges = <0x2000000 0x0 0xe0000000 0xc 0x20000000 0x0 0x20000000 57 0x1000000 0x0 0x00000000 0xf 0xffc10000 0x0 0x10000>; 58 pcie@0 { 59 ranges = <0x2000000 0x0 0xe0000000 60 0x2000000 0x0 0xe0000000 [all …]
|
D | p1024rdb_32b.dts | 45 reg = <0x0 0xffe05000 0 0x1000>; 46 ranges = <0x0 0x0 0x0 0xef000000 0x01000000 47 0x1 0x0 0x0 0xff800000 0x00040000>; 51 ranges = <0x0 0x0 0xffe00000 0x100000>; 55 reg = <0x0 0xffe09000 0 0x1000>; 56 ranges = <0x2000000 0x0 0xe0000000 0x0 0xa0000000 0x0 0x20000000 57 0x1000000 0x0 0x00000000 0x0 0xffc10000 0x0 0x10000>; 58 pcie@0 { 59 ranges = <0x2000000 0x0 0xe0000000 60 0x2000000 0x0 0xe0000000 [all …]
|
D | p1010rdb_32b.dtsi | 41 ranges = <0x0 0x0 0x0 0xee000000 0x02000000 42 0x1 0x0 0x0 0xff800000 0x00010000 43 0x3 0x0 0x0 0xffb00000 0x00000020>; 44 reg = <0x0 0xffe1e000 0 0x2000>; 48 ranges = <0x0 0x0 0xffe00000 0x100000>; 52 reg = <0 0xffe09000 0 0x1000>; 53 ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000 54 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>; 55 pcie@0 { 56 ranges = <0x2000000 0x0 0xa0000000 [all …]
|
D | p1021rdb-pc_36b.dts | 45 reg = <0xf 0xffe05000 0 0x1000>; 48 ranges = <0x0 0x0 0xf 0xef000000 0x01000000 49 0x1 0x0 0xf 0xff800000 0x00040000 50 0x2 0x0 0xf 0xffb00000 0x00020000>; 54 ranges = <0x0 0xf 0xffe00000 0x100000>; 58 ranges = <0x2000000 0x0 0xc0000000 0xc 0x20000000 0x0 0x20000000 59 0x1000000 0x0 0x00000000 0xf 0xffc10000 0x0 0x10000>; 60 reg = <0xf 0xffe09000 0 0x1000>; 61 pcie@0 { 62 ranges = <0x2000000 0x0 0xa0000000 [all …]
|
D | p1021rdb-pc_32b.dts | 45 reg = <0 0xffe05000 0 0x1000>; 48 ranges = <0x0 0x0 0x0 0xef000000 0x01000000 49 0x1 0x0 0x0 0xff800000 0x00040000 50 0x2 0x0 0x0 0xffb00000 0x00020000>; 54 ranges = <0x0 0x0 0xffe00000 0x100000>; 58 ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000 59 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>; 60 reg = <0 0xffe09000 0 0x1000>; 61 pcie@0 { 62 ranges = <0x2000000 0x0 0xa0000000 [all …]
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | vaddrs.h | 15 #define SRMMU_MAXMEM 0x0c000000 18 /* = 0x0fc000000 */ 47 /* Leave one empty page between IO pages at 0xfd000000 and 50 #define FIXADDR_TOP (0xfcfff000UL) 56 #define SUN4M_IOBASE_VADDR 0xfd000000 /* Base for mapping pages */ 57 #define IOBASE_VADDR 0xfe000000 58 #define IOBASE_END 0xfe600000 60 #define KADB_DEBUGGER_BEGVM 0xffc00000 /* Where kern debugger is in virt-mem */ 61 #define KADB_DEBUGGER_ENDVM 0xffd00000 65 #define LINUX_OPPROM_BEGVM 0xffd00000 [all …]
|
/linux-6.12.1/include/linux/phy/ |
D | omap_control_phy.h | 35 USB_MODE_UNDEFINED = 0, 41 #define OMAP_CTRL_DEV_PHY_PD BIT(0) 43 #define OMAP_CTRL_DEV_AVALID BIT(0) 49 #define OMAP_CTRL_PIPE3_PHY_PWRCTL_CLK_CMD_MASK 0x003FC000 50 #define OMAP_CTRL_PIPE3_PHY_PWRCTL_CLK_CMD_SHIFT 0xE 52 #define OMAP_CTRL_PIPE3_PHY_PWRCTL_CLK_FREQ_MASK 0xFFC00000 53 #define OMAP_CTRL_PIPE3_PHY_PWRCTL_CLK_FREQ_SHIFT 0x16 55 #define OMAP_CTRL_PIPE3_PHY_TX_RX_POWERON 0x3 56 #define OMAP_CTRL_PIPE3_PHY_TX_RX_POWEROFF 0x0 58 #define OMAP_CTRL_PCIE_PCS_MASK 0xff [all …]
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | vm_mmu.h | 24 #define __HVM_PDE_S (0x7 << 0) 25 #define __HVM_PDE_S_4KB 0 35 #define __HVM_PDE_PTMASK_4KB 0xfffff000 36 #define __HVM_PDE_PTMASK_16KB 0xfffffc00 37 #define __HVM_PDE_PTMASK_64KB 0xffffff00 38 #define __HVM_PDE_PTMASK_256KB 0xffffffc0 39 #define __HVM_PDE_PTMASK_1MB 0xfffffff0 46 #define __HVM_PTE_C (0x7<<6) 56 #define __HEXAGON_C_WB 0x0 /* Write-back, no L2 */ 57 #define __HEXAGON_C_WT 0x1 /* Write-through, no L2 */ [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/net/can/ |
D | bosch,c_can.yaml | 55 register offset to the RAMINIT register and the CAN instance number (0 103 reg = <0xffc00000 0x1000>; 104 interrupts = <0 131 4>, <0 132 4>, <0 133 4>, <0 134 4>; 109 can@0 { 111 reg = <0x0 0x2000>; 114 syscon-raminit = <&scm_conf 0x644 1>;
|