Searched refs:rf_size (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00soc.c | 51 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00soc_alloc_reg()
|
H A D | rt2x00pci.c | 51 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL); in rt2x00pci_alloc_reg()
|
H A D | rt2x00.h | 634 const unsigned int rf_size; member 1052 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_read() 1059 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_write()
|
H A D | rt2800soc.c | 230 .rf_size = RF_SIZE,
|
H A D | rt2800pci.c | 385 .rf_size = RF_SIZE,
|
H A D | rt2800usb.c | 765 .rf_size = RF_SIZE,
|
H A D | rt2500usb.c | 1895 .rf_size = RF_SIZE,
|
H A D | rt2400pci.c | 1808 .rf_size = RF_SIZE,
|
H A D | rt2500pci.c | 2106 .rf_size = RF_SIZE,
|
H A D | rt73usb.c | 2392 .rf_size = RF_SIZE,
|
H A D | rt61pci.c | 2976 .rf_size = RF_SIZE,
|