Searched full:avb (Results 1 – 25 of 88) sorted by relevance
1234
| /Linux-v6.1/arch/arm64/boot/dts/renesas/ |
| D | cat875.dtsi | 12 ethernet0 = &avb; 16 &avb { 51 avb_pins: avb { 54 function = "avb";
|
| D | hihope-rzg2-ex.dtsi | 10 ethernet0 = &avb; 18 &avb { 56 avb_pins: avb { 59 function = "avb";
|
| D | r9a09g011-v2mevk2.dts | 18 ethernet0 = &avb; 40 &avb {
|
| D | beacon-renesom-som.dtsi | 50 &avb { 207 avb_pins: avb { 210 function = "avb";
|
| D | ulcb.dtsi | 33 ethernet0 = &avb; 158 &avb { 307 avb_pins: avb { 310 function = "avb";
|
| D | ebisu.dtsi | 25 ethernet0 = &avb; 306 &avb { 576 avb_pins: avb { 578 function = "avb";
|
| D | r8a77970-eagle.dts | 24 ethernet0 = &avb; 90 &avb {
|
| D | salvator-common.dtsi | 46 ethernet0 = &avb; 344 &avb { 659 avb_pins: avb { 662 function = "avb";
|
| D | r8a774b1-beacon-rzg2n-kit.dts | 24 ethernet0 = &avb;
|
| D | r8a774e1-beacon-rzg2h-kit.dts | 24 ethernet0 = &avb;
|
| /Linux-v6.1/drivers/net/ethernet/renesas/ |
| D | Kconfig | 33 tristate "Renesas Ethernet AVB support" 41 Renesas Ethernet AVB device driver.
|
| D | ravb.h | 2 /* Renesas Ethernet AVB device driver 48 /* AVB-DMAC registers */ 212 /* Register bits of the Ethernet AVB */ 877 /* The Ethernet AVB descriptor definitions. */ 1034 unsigned internal_delay:1; /* AVB-DMAC has internal delays */ 1037 unsigned multi_irqs:1; /* AVB-DMAC and E-MAC has multiple irqs */ 1040 unsigned gptp:1; /* AVB-DMAC has gPTP support */ 1041 unsigned ccc_gac:1; /* AVB-DMAC has gPTP support active in config mode */ 1043 unsigned nc_queues:1; /* AVB-DMAC has RX and TX NC queues */
|
| D | ravb_main.c | 2 /* Renesas Ethernet AVB device driver 126 * Ethernet AVB device doesn't have ROM for MAC address. 194 /* Free TX skb function for AVB-IP */ 289 /* Free skb's and DMA buffers for Ethernet AVB */ 390 /* Format skb and descriptor buffer for Ethernet AVB */ 459 /* Init skb and descriptor buffer for Ethernet AVB */ 640 /* Set AVB RX */ in ravb_dmac_init_rcar() 669 /* Device init function for Ethernet AVB */ 685 /* Setting the control will start the AVB-DMAC process. */ in ravb_dmac_init() 887 /* Packet receive function for Ethernet AVB */ [all …]
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | r8a77470-iwg23s-sbc.dts | 16 ethernet0 = &avb; 72 &avb { 183 avb_pins: avb { 185 function = "avb";
|
| D | r8a7745-iwg22d-sodimm.dts | 40 ethernet0 = &avb; 112 &avb { 226 avb_pins: avb { 228 function = "avb";
|
| D | iwg20d-q7-common.dtsi | 35 ethernet0 = &avb; 151 &avb { 261 avb_pins: avb { 263 function = "avb";
|
| D | r8a7742-iwg21d-q7.dts | 42 ethernet0 = &avb; 168 &avb { 319 avb_pins: avb { 321 function = "avb";
|
| /Linux-v6.1/Documentation/devicetree/bindings/net/ |
| D | snps,dwmac.yaml | 180 * snps,avb-algorithm, Queue to be enabled as AVB 208 * snps,avb-algorithm, TX queue will be working in AVB 210 and so no AVB is available in this queue. 211 * Configure Credit Base Shaper (if AVB Mode selected) 492 snps,avb-algorithm;
|
| D | renesas,etheravb.yaml | 7 title: Renesas Ethernet AVB 283 - description: AVB functional clock 300 ethernet0 = &avb; 303 avb: ethernet@e6800000 {
|
| D | fsl,fec.yaml | 147 The property is valid for enet-avb IP, which supports hw multi queues. 154 The property is valid for enet-avb IP, which supports hw multi queues.
|
| /Linux-v6.1/drivers/input/joystick/iforce/ |
| D | iforce-usb.c | 273 { USB_DEVICE(0x05ef, 0x020a) }, /* AVB Top Shot Pegasus */ 274 { USB_DEVICE(0x05ef, 0x8884) }, /* AVB Mag Turbo Force */ 275 { USB_DEVICE(0x05ef, 0x8888) }, /* AVB Top Shot FFB Racing Wheel */
|
| D | iforce-main.c | 51 { 0x05ef, 0x020a, "AVB Top Shot Pegasus", btn_joystick_avb, abs_avb_pegasus, ff_iforce }, 52 { 0x05ef, 0x8884, "AVB Mag Turbo Force", btn_wheel, abs_wheel, ff_iforce }, 54 …{ 0x05ef, 0x8888, "AVB Top Shot Force Feedback Racing Wheel", btn_wheel, abs_wheel, ff_iforce }, /…
|
| /Linux-v6.1/drivers/net/dsa/mv88e6xxx/ |
| D | global2_avb.c | 18 /* Offset 0x16: AVB Command Register 19 * Offset 0x17: AVB Data Register
|
| /Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
| D | renesas,pfc.yaml | 169 avb_pins: avb { 172 function = "avb";
|
| /Linux-v6.1/drivers/ps3/ |
| D | ps3av_cmd.c | 852 int ps3av_cmd_avb_param(struct ps3av_pkt_avb_param *avb, u32 send_len) in ps3av_cmd_avb_param() argument 858 /* avb packet */ in ps3av_cmd_avb_param() 859 res = ps3av_do_pkt(PS3AV_CID_AVB_PARAM, send_len, sizeof(*avb), in ps3av_cmd_avb_param() 860 &avb->send_hdr); in ps3av_cmd_avb_param() 864 res = get_status(avb); in ps3av_cmd_avb_param()
|
1234