Searched full:addr (Results 1 – 25 of 205) sorted by relevance
123456789
| /Documentation/devicetree/bindings/leds/ |
| D | leds-netxbig.txt | 15 - mode-addr: Mode register address on gpio-ext bus. 18 - bright-addr: Brightness register address on gpio-ext bus. 37 mode-addr = <0>; 42 bright-addr = <1>; 47 mode-addr = <0>; 51 bright-addr = <1>; 56 mode-addr = <3>; 61 bright-addr = <2>; 66 mode-addr = <3>; 70 bright-addr = <2>; [all …]
|
| /Documentation/netlink/specs/ |
| D | mptcp_pm.yaml | 90 name-prefix: mptcp-pm-addr-attr- 166 name: addr 179 name: addr 195 name: addr-remote 277 name: add-addr 282 do: &add-addr-attrs 285 - addr 287 name: del-addr 292 do: *add-addr-attrs 294 name: get-addr [all …]
|
| D | rt_addr.yaml | 3 name: rt-addr 80 name: addr-attrs 130 attribute-set: addr-attrs 147 attribute-set: addr-attrs 162 attribute-set: addr-attrs
|
| D | tcp_metrics.yaml | 27 name: addr-ipv4 32 name: addr-ipv6 141 - addr-ipv4 142 - addr-ipv6 147 - addr-ipv4 148 - addr-ipv6
|
| /Documentation/ABI/testing/ |
| D | sysfs-bus-mdio | 42 What: /sys/bus/mdio_bus/devices/.../statistics/transfers_<addr> 43 What: /sys/class/mdio_bus/.../statistics/transfers_<addr> 50 What: /sys/bus/mdio_bus/devices/.../statistics/errors_<addr> 51 What: /sys/class/mdio_bus/.../statistics/errors_<addr> 58 What: /sys/bus/mdio_bus/devices/.../statistics/writes_<addr> 59 What: /sys/class/mdio_bus/.../statistics/writes_<addr> 66 What: /sys/bus/mdio_bus/devices/.../statistics/reads_<addr> 67 What: /sys/class/mdio_bus/.../statistics/reads_<addr>
|
| D | debugfs-driver-dcc | 45 echo R <addr> <n> <bus> >/sys/kernel/debug/dcc/../[list-number]/config 49 <addr> 65 echo W <addr> <n> <bus type> > /sys/kernel/debug/dcc/../[list-number]/config 69 <addr> 73 The value to be written at <addr>. 82 echo RW <addr> <n> <mask> > /sys/kernel/debug/dcc/../[list-number]/config 86 <addr> 90 The value to be written at <addr>.
|
| D | sysfs-bus-moxtet-devices | 1 What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_description 7 What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_id 13 What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_name
|
| /Documentation/devicetree/bindings/powerpc/fsl/ |
| D | mpc5200.txt | 76 cdm@<addr> fsl,mpc5200-cdm Clock Distribution 77 interrupt-controller@<addr> fsl,mpc5200-pic need an interrupt 79 bestcomm@<addr> fsl,mpc5200-bestcomm Bestcomm DMA controller 84 timer@<addr> fsl,mpc5200-gpt General purpose timers 85 gpio@<addr> fsl,mpc5200-gpio MPC5200 simple gpio controller 86 gpio@<addr> fsl,mpc5200-gpio-wkup MPC5200 wakeup gpio controller 87 rtc@<addr> fsl,mpc5200-rtc Real time clock 88 mscan@<addr> fsl,mpc5200-mscan CAN bus controller 89 pci@<addr> fsl,mpc5200-pci PCI bridge 90 serial@<addr> fsl,mpc5200-psc-uart PSC in serial mode [all …]
|
| /Documentation/networking/ |
| D | mctp.rst | 88 struct sockaddr_mctp addr; 90 addr.smctp_family = AF_MCTP; 91 addr.smctp_network = MCTP_NET_ANY; 92 addr.smctp_addr.s_addr = MCTP_ADDR_ANY; 93 addr.smctp_type = MCTP_TYPE_PLDM; 94 addr.smctp_tag = MCTP_TAG_OWNER; 96 int rc = bind(sd, (struct sockaddr *)&addr, sizeof(addr)); 131 struct sockaddr_mctp addr; 136 addr.smctp_family = AF_MCTP; 137 addr.smctp_network = 0; [all …]
|
| /Documentation/i2c/ |
| D | smbus-protocol.rst | 44 Addr (7 bits) I2C 7 bit address. Note that this can be expanded to 62 S Addr Rd/Wr [A] P 77 S Addr Rd [A] [Data] NA P 92 S Addr Wr [A] Data [A] P 105 S Addr Wr [A] Comm [A] Sr Addr Rd [A] [Data] NA P 119 S Addr Wr [A] Comm [A] Sr Addr Rd [A] [DataLow] A [DataHigh] NA P 139 S Addr Wr [A] Comm [A] Data [A] P 153 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P 168 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] 169 Sr Addr Rd [A] [DataLow] A [DataHigh] NA P [all …]
|
| D | i2c-protocol.rst | 16 Addr (7 bits) I2C 7 bit address. Note that this can be expanded to 30 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P 38 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P 50 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P 70 In a combined transaction, no 'S Addr Wr/Rd [A]' is generated at some 74 S Addr Rd [A] [Data] NA Data [A] P 77 we do not generate Addr, but we do generate the start condition S. 91 S Addr Rd [A] Data [A] Data [A] ... [A] Data [A] P
|
| /Documentation/translations/zh_CN/core-api/ |
| D | cachetlb.rst | 68 4) ``void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr)`` 75 在运行后,这个接口必须确保之前对用户虚拟地址“addr”的地址空间 77 中不会有虚拟地址‘addr’的‘vma->vm_mm’的页表项。 103 3) flush_cache_page(vma, addr, pfn); 105 flush_tlb_page(vma, addr); 150 4) ``void flush_cache_page(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn)`` 158 “pfn”表示“addr”所对应的物理页框(通过PAGE_SHIFT左移这个 161 在运行之后,对于虚拟地址‘addr’的‘vma->vm_mm’,在缓存中不会 223 ``void copy_user_page(void *to, void *from, unsigned long addr, struct page *page)`` 224 ``void clear_user_page(void *to, unsigned long addr, struct page *page)`` [all …]
|
| /Documentation/translations/it_IT/i2c/ |
| D | i2c-protocol.rst | 16 Addr (7 bit) Indirizzo I2C a 7 bit. Nota che questo può essere espanso 30 S Addr Wr [A] Dati [A] Dati [A] ... [A] Dati [A] P 38 S Addr Rd [A] [Dati] A [Dati] A ... A [Dati] NA P 50 S Addr Rd [A] [Dati] NA S Addr Wr [A] Dati [A] P 72 "S Addr Wr/Rd [A]". 76 S Addr Rd [A] [Dati] NA Dati [A] P 79 non viene generato Addr, ma si genera la condizione di avvio S. 94 S Addr Rd [A] Dati [A] Dati [A] ... [A] Dati [A] P
|
| /Documentation/devicetree/bindings/sound/ |
| D | ssm4567.txt | 7 - reg : the I2C address of the device. This will either be 0x34 (LR_SEL/ADDR connected to AGND), 8 0x35 (LR_SEL/ADDR connected to IOVDD) or 0x36 (LR_SEL/ADDR open).
|
| /Documentation/devicetree/bindings/nios2/ |
| D | nios2.txt | 29 - altr,reset-addr: Specifies CPU reset address 30 - altr,fast-tlb-miss-addr: Specifies CPU fast TLB miss exception address 31 - altr,exception-addr: Specifies CPU exception address 57 altr,reset-addr = <0xc2800000>; 58 altr,fast-tlb-miss-addr = <0xc7fff400>; 59 altr,exception-addr = <0xd0000020>;
|
| /Documentation/driver-api/media/drivers/ccs/ |
| D | mk-ccs-regs | 62 my $addr = hex $_[0]; 64 return 0 if $addr < 0x40; # weed out status registers 65 return 0 if $addr >= 0x100 && $addr < 0xfff; # weed out configuration registers 197 my ($name, $addr) = @_; 208 return ($name, $addr, $args); 290 my ($bit, $addr) = split /\t+/; 292 …$hdr_data .= sprintf "#define %-62s %s", "CCS_" . (uc ${this{name}}) ."_$bit", bit_def($addr) . "\… 297 @a = ( { "name" => "SHIFT", "addr" => $lsb, "fmt" => "%uU", }, 298 …{ "name" => "MASK", "addr" => (1 << ($msb + 1)) - 1 - ((1 << $lsb) - 1), "fmt" => "0x%" . join("."… 302 …}) . (defined $this_field ? "_" . uc $this_field : "") . "_" . $ar->{"name"}, $ar->{"addr"} . "\n"; [all …]
|
| /Documentation/devicetree/bindings/mtd/ |
| D | fsl-upm-nand.txt | 6 - fsl,upm-addr-offset : UPM pattern offset for the address latch. 10 - fsl,upm-addr-line-cs-offsets : address offsets for multi-chip support. 33 fsl,upm-addr-offset = <16>; 53 fsl,upm-addr-offset = <0x10>; 56 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
|
| /Documentation/arch/powerpc/ |
| D | ptrace.rst | 77 uint64_t addr; 103 p.addr = (uint64_t) address; 113 p.addr = (uint64_t) address; 123 p.addr = (uint64_t) address; 133 p.addr = (uint64_t) begin_range; 146 p.addr = (uint64_t) begin_range; 148 * addr2 - addr <= 8 Bytes.
|
| /Documentation/admin-guide/mm/damon/ |
| D | start.rst | 46 0 addr [85.541 TiB , 85.541 TiB ) (57.707 MiB ) access 0 % age 10.400 s 47 1 addr [85.541 TiB , 85.542 TiB ) (413.285 MiB) access 0 % age 11.400 s 48 2 addr [127.649 TiB , 127.649 TiB) (57.500 MiB ) access 0 % age 1.600 s 49 3 addr [127.649 TiB , 127.649 TiB) (32.500 MiB ) access 0 % age 500 ms 50 4 addr [127.649 TiB , 127.649 TiB) (9.535 MiB ) access 100 % age 300 ms 51 5 addr [127.649 TiB , 127.649 TiB) (8.000 KiB ) access 60 % age 0 ns 52 6 addr [127.649 TiB , 127.649 TiB) (6.926 MiB ) access 0 % age 1 s 53 7 addr [127.998 TiB , 127.998 TiB) (120.000 KiB) access 0 % age 11.100 s 54 8 addr [127.998 TiB , 127.998 TiB) (8.000 KiB ) access 40 % age 100 ms 55 9 addr [127.998 TiB , 127.998 TiB) (4.000 KiB ) access 0 % age 11 s [all …]
|
| /Documentation/devicetree/bindings/arm/ |
| D | cpus.yaml | 258 cpu-release-addr: 465 cpu-release-addr = <0 0x20000000>; 473 cpu-release-addr = <0 0x20000000>; 481 cpu-release-addr = <0 0x20000000>; 489 cpu-release-addr = <0 0x20000000>; 497 cpu-release-addr = <0 0x20000000>; 505 cpu-release-addr = <0 0x20000000>; 513 cpu-release-addr = <0 0x20000000>; 521 cpu-release-addr = <0 0x20000000>; 529 cpu-release-addr = <0 0x20000000>; [all …]
|
| /Documentation/devicetree/bindings/leds/backlight/ |
| D | lp855x-backlight.yaml | 66 rom-addr: 98 rom-addr = /bits/ 8 <0x14>; 104 rom-addr = /bits/ 8 <0x15>; 110 rom-addr = /bits/ 8 <0x19>; 145 rom-addr = /bits/ 8 <0x14>;
|
| /Documentation/devicetree/bindings/cpu/ |
| D | cpu-topology.txt | 281 cpu-release-addr = <0 0x20000000>; 289 cpu-release-addr = <0 0x20000000>; 297 cpu-release-addr = <0 0x20000000>; 305 cpu-release-addr = <0 0x20000000>; 313 cpu-release-addr = <0 0x20000000>; 321 cpu-release-addr = <0 0x20000000>; 329 cpu-release-addr = <0 0x20000000>; 337 cpu-release-addr = <0 0x20000000>; 345 cpu-release-addr = <0 0x20000000>; 353 cpu-release-addr = <0 0x20000000>; [all …]
|
| /Documentation/devicetree/bindings/phy/ |
| D | sunplus,sp7021-usb2-phy.yaml | 44 sunplus,disc-vol-addr-off: 57 - sunplus,disc-vol-addr-off 72 sunplus,disc-vol-addr-off = <0>;
|
| /Documentation/devicetree/bindings/soc/tegra/ |
| D | nvidia,nvec.yaml | 48 slave-addr: 64 - slave-addr 78 slave-addr = <138>;
|
| /Documentation/devicetree/bindings/arm/altera/ |
| D | socfpga-system.txt | 6 - cpu1-start-addr : CPU1 start address in hex. 12 cpu1-start-addr = <0xffd080c4>;
|
123456789