Home
last modified time | relevance | path

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

1234

/linux/arch/arm64/boot/dts/renesas/
H A Dcat875.dtsi12 ethernet0 = &avb;
16 &avb {
51 avb_pins: avb {
54 function = "avb";
H A Dhihope-rzg2-ex.dtsi10 ethernet0 = &avb;
18 &avb {
56 avb_pins: avb {
59 function = "avb";
H A Dulcb.dtsi25 ethernet0 = &avb;
141 &avb {
286 avb_pins: avb {
289 function = "avb";
H A Dbeacon-renesom-som.dtsi50 &avb {
207 avb_pins: avb {
210 function = "avb";
H A Dr8a774b1-beacon-rzg2n-kit.dts32 ethernet0 = &avb;
H A Dr8a774a1-beacon-rzg2m-kit.dts31 ethernet0 = &avb;
H A Dr8a774e1-beacon-rzg2h-kit.dts32 ethernet0 = &avb;
H A Debisu.dtsi25 ethernet0 = &avb;
306 &avb {
582 avb_pins: avb {
584 function = "avb";
/linux/Documentation/devicetree/bindings/net/
H A Dsnps,dwmac.yaml225 snps,avb-algorithm:
227 description: Queue to be enabled as AVB
256 snps,avb-algorithm: false
259 - snps,avb-algorithm
366 snps,avb-algorithm:
369 TX queue will be working in AVB.
370 Queue 0 is reserved for legacy traffic and so no AVB is
403 snps,avb-algorithm: false
406 - snps,avb-algorithm
687 snps,avb-algorithm;
H A Drenesas,etheravb.yaml7 title: Renesas Ethernet AVB
301 - description: AVB functional clock
318 ethernet0 = &avb;
321 avb: ethernet@e6800000 {
H A Dfsl,fec.yaml154 The property is valid for enet-avb IP, which supports hw multi queues.
161 The property is valid for enet-avb IP, which supports hw multi queues.
/linux/arch/arm64/boot/dts/qcom/
H A Dsa8540p-ride.dts214 snps,avb-algorithm;
220 snps,avb-algorithm;
239 snps,avb-algorithm;
247 snps,avb-algorithm;
291 snps,avb-algorithm;
297 snps,avb-algorithm;
316 snps,avb-algorithm;
324 snps,avb-algorithm;
H A Dsa8775p-ride.dtsi299 snps,avb-algorithm;
305 snps,avb-algorithm;
324 snps,avb-algorithm;
332 snps,avb-algorithm;
368 snps,avb-algorithm;
374 snps,avb-algorithm;
393 snps,avb-algorithm;
401 snps,avb-algorithm;
/linux/arch/arm/boot/dts/renesas/
H A Dr8a77470-iwg23s-sbc.dts16 ethernet0 = &avb;
72 &avb {
183 avb_pins: avb {
185 function = "avb";
H A Dr8a7745-iwg22d-sodimm.dts40 ethernet0 = &avb;
112 &avb {
226 avb_pins: avb {
228 function = "avb";
H A Diwg20d-q7-common.dtsi35 ethernet0 = &avb;
151 &avb {
261 avb_pins: avb {
263 function = "avb";
H A Dr8a7742-iwg21d-q7.dts42 ethernet0 = &avb;
168 &avb {
319 avb_pins: avb {
321 function = "avb";
/linux/drivers/net/ethernet/renesas/
H A DKconfig30 tristate "Renesas Ethernet AVB support"
40 Renesas Ethernet AVB device driver.
H A Dravb.h2 /* Renesas Ethernet AVB device driver
49 /* AVB-DMAC registers */
217 /* Register bits of the Ethernet AVB */
883 /* The Ethernet AVB descriptor definitions. */
1063 unsigned internal_delay:1; /* AVB-DMAC has internal delays */
1066 unsigned multi_irqs:1; /* AVB-DMAC and E-MAC has multiple irqs */
1069 unsigned gptp:1; /* AVB-DMAC has gPTP support */
1070 unsigned ccc_gac:1; /* AVB-DMAC has gPTP support active in config mode */
1072 unsigned nc_queues:1; /* AVB-DMAC has RX and TX NC queues */
H A Dravb_main.c2 /* Renesas Ethernet AVB device driver
119 * Ethernet AVB device doesn't have ROM for MAC address.
194 /* Free TX skb function for AVB-IP */
252 /* Free skb's and DMA buffers for Ethernet AVB */
354 /* Format skb and descriptor buffer for Ethernet AVB */
417 /* Init skb and descriptor buffer for Ethernet AVB */
663 /* Set AVB RX */ in ravb_dmac_init_rcar()
692 /* Device init function for Ethernet AVB */
708 /* Setting the control will start the AVB-DMAC process. */ in ravb_dmac_init()
953 /* Packet receive function for Ethernet AVB */
[all …]
/linux/drivers/input/joystick/iforce/
H A 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 */
H A 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/drivers/net/dsa/mv88e6xxx/
H A Dglobal2_avb.c18 /* Offset 0x16: AVB Command Register
19 * Offset 0x17: AVB Data Register
/linux/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,pfc.yaml167 avb_pins: avb {
170 function = "avb";
/linux/drivers/ps3/
H A 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