Home
last modified time | relevance | path

Searched refs:TXCSR2_TXD_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2400pci.h321 #define TXCSR2_TXD_SIZE FIELD32(0x000000ff) macro
H A Drt2500pci.h398 #define TXCSR2_TXD_SIZE FIELD32(0x000000ff) macro
H A Drt2400pci.c766 rt2x00_set_field32(&reg, TXCSR2_TXD_SIZE, rt2x00dev->tx[0].desc_size); in rt2400pci_init_queues()
H A Drt2500pci.c851 rt2x00_set_field32(&reg, TXCSR2_TXD_SIZE, rt2x00dev->tx[0].desc_size); in rt2500pci_init_queues()