Home
last modified time | relevance | path

Searched full:avb (Results 1 – 25 of 88) sorted by relevance

1234

/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dcat875.dtsi12 ethernet0 = &avb;
16 &avb {
51 avb_pins: avb {
54 function = "avb";
Dhihope-rzg2-ex.dtsi10 ethernet0 = &avb;
18 &avb {
56 avb_pins: avb {
59 function = "avb";
Dr9a09g011-v2mevk2.dts18 ethernet0 = &avb;
40 &avb {
Dbeacon-renesom-som.dtsi50 &avb {
207 avb_pins: avb {
210 function = "avb";
Dulcb.dtsi33 ethernet0 = &avb;
158 &avb {
307 avb_pins: avb {
310 function = "avb";
Debisu.dtsi25 ethernet0 = &avb;
306 &avb {
576 avb_pins: avb {
578 function = "avb";
Dr8a77970-eagle.dts24 ethernet0 = &avb;
90 &avb {
Dsalvator-common.dtsi46 ethernet0 = &avb;
344 &avb {
659 avb_pins: avb {
662 function = "avb";
Dr8a774b1-beacon-rzg2n-kit.dts24 ethernet0 = &avb;
Dr8a774e1-beacon-rzg2h-kit.dts24 ethernet0 = &avb;
/Linux-v6.1/drivers/net/ethernet/renesas/
DKconfig33 tristate "Renesas Ethernet AVB support"
41 Renesas Ethernet AVB device driver.
Dravb.h2 /* 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 */
Dravb_main.c2 /* 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/
Dr8a77470-iwg23s-sbc.dts16 ethernet0 = &avb;
72 &avb {
183 avb_pins: avb {
185 function = "avb";
Dr8a7745-iwg22d-sodimm.dts40 ethernet0 = &avb;
112 &avb {
226 avb_pins: avb {
228 function = "avb";
Diwg20d-q7-common.dtsi35 ethernet0 = &avb;
151 &avb {
261 avb_pins: avb {
263 function = "avb";
Dr8a7742-iwg21d-q7.dts42 ethernet0 = &avb;
168 &avb {
319 avb_pins: avb {
321 function = "avb";
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml180 * 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;
Drenesas,etheravb.yaml7 title: Renesas Ethernet AVB
283 - description: AVB functional clock
300 ethernet0 = &avb;
303 avb: ethernet@e6800000 {
Dfsl,fec.yaml147 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/
Diforce-usb.c273 { 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 */
Diforce-main.c51 { 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/
Dglobal2_avb.c18 /* Offset 0x16: AVB Command Register
19 * Offset 0x17: AVB Data Register
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc.yaml169 avb_pins: avb {
172 function = "avb";
/Linux-v6.1/drivers/ps3/
Dps3av_cmd.c852 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