Searched refs:gmac (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/drivers/ethernet/ |
D | eth_sam_gmac.c | 246 static int rx_descriptors_init(Gmac *gmac, struct gmac_queue *queue); 247 static void tx_descriptors_init(Gmac *gmac, struct gmac_queue *queue); 248 static int nonpriority_queue_init(Gmac *gmac, struct gmac_queue *queue); 251 static inline void set_receive_buf_queue_pointer(Gmac *gmac, in set_receive_buf_queue_pointer() argument 256 gmac->GMAC_RBQB = (uint32_t)queue->rx_desc_list.buf; in set_receive_buf_queue_pointer() 258 gmac->GMAC_RBQBAPQ[queue->que_idx - 1] = in set_receive_buf_queue_pointer() 263 static inline void disable_all_priority_queue_interrupt(Gmac *gmac) in disable_all_priority_queue_interrupt() argument 268 gmac->GMAC_IDRPQ[idx] = UINT32_MAX; in disable_all_priority_queue_interrupt() 269 (void)gmac->GMAC_ISRPQ[idx]; in disable_all_priority_queue_interrupt() 273 static int priority_queue_init(Gmac *gmac, struct gmac_queue *queue) in priority_queue_init() argument [all …]
|
D | Kconfig.sam_gmac | 22 DT_ETH_SAM_GMAC_PATH := $(dt_nodelabel_path,gmac)
|
/Zephyr-latest/dts/arm/atmel/ |
D | samx7xb.dtsi | 9 &gmac { 11 interrupt-names = "gmac", "q1", "q2", "q3", "q4", "q5";
|
D | same5x.dtsi | 13 gmac: ethernet@42000800 { label 14 compatible = "atmel,sam0-gmac"; 17 interrupt-names = "gmac";
|
D | sam4e.dtsi | 168 gmac: ethernet@40034000 { label 169 compatible = "atmel,sam-gmac"; 173 interrupt-names = "gmac";
|
D | samx7x.dtsi | 228 gmac: ethernet@40050000 { label 229 compatible = "atmel,sam-gmac"; 233 interrupt-names = "gmac", "q1", "q2";
|
/Zephyr-latest/samples/net/sockets/txtime/ |
D | README.rst | 15 are supported. Other mcux or gmac Ethernet driver based boards should
|
/Zephyr-latest/boards/atmel/sam0/same54_xpro/ |
D | same54_xpro.dts | 132 &gmac {
|
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/ |
D | sam_e70_xplained-common.dtsi | 123 &gmac {
|
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/ |
D | sam4e_xpro.dts | 184 &gmac {
|
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/ |
D | sam_v71_xult-common.dtsi | 233 &gmac {
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_s32k344_m7.dtsi | 641 compatible = "nxp,s32-gmac"; 649 compatible = "nxp,s32-gmac-mdio";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.3.rst | 386 * Added SAM0 family support to gmac driver 387 * Added sam4e support to queue in gmac 391 * Added Ethernet cable link status support to gmac 395 * Various fixes to setup and cache handling in gmac 1381 * :github:`16096` - Sam gmac Ethernet driver should be able to detect the carrier state
|
D | release-notes-3.5.rst | 535 * Updated esp32 and sam-gmac DT so that the phy is pointed by a phandle rather than 1573 * :dtcompatible:`nxp,s32-gmac`
|
D | release-notes-1.13.rst | 87 * eth: Enabled gPTP support in mcux and gmac drivers
|
D | release-notes-2.6.rst | 508 * Separated PTP clock from gPTP support in mcux and gmac drivers. This allows 511 * Changed to allow changing MAC address in gmac driver.
|
D | release-notes-1.14.rst | 879 - SAM-E70 gmac Ethernet driver Qav fixes. 2144 * :github:`9812` - drivers: eth: gmac: Fix incorrect cache coherency handling code
|
D | release-notes-2.0.rst | 402 - Ethernet gmac
|
D | release-notes-2.7.rst | 839 :dtcompatible:`arm,gic-v3-its`, :dtcompatible:`atmel,sam0-gmac`,
|
D | release-notes-3.2.rst | 593 * Atmel gmac: Add EEPROM devicetree bindings for MAC address.
|