/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-eeprom.c | 28 #define EEPROM_SIZE 128 macro 42 eeprom = kzalloc(EEPROM_SIZE, GFP_KERNEL); in pvr2_eeprom_fetch() 77 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_eeprom_fetch() 79 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_eeprom_fetch() 80 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_eeprom_fetch()
|
H A D | pvrusb2-hdw.c | 3322 #define EEPROM_SIZE 8192 macro 3335 eeprom = kzalloc(EEPROM_SIZE, GFP_KERNEL); in pvr2_full_eeprom_fetch() 3354 eepromSize = (mode16 ? EEPROM_SIZE : 256); in pvr2_full_eeprom_fetch() 3370 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch() 3372 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch() 3373 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_full_eeprom_fetch() 3460 hdw->fw_size = EEPROM_SIZE; in pvr2_hdw_cpufw_set_enabled()
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-eeprom.c | 28 #define EEPROM_SIZE 128 macro 42 eeprom = kzalloc(EEPROM_SIZE, GFP_KERNEL); in pvr2_eeprom_fetch() 77 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_eeprom_fetch() 79 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_eeprom_fetch() 80 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_eeprom_fetch()
|
H A D | pvrusb2-hdw.c | 3324 #define EEPROM_SIZE 8192 macro 3337 eeprom = kzalloc(EEPROM_SIZE, GFP_KERNEL); in pvr2_full_eeprom_fetch() 3356 eepromSize = (mode16 ? EEPROM_SIZE : 256); in pvr2_full_eeprom_fetch() 3372 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch() 3374 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch() 3375 offs = tcnt + (eepromSize - EEPROM_SIZE); in pvr2_full_eeprom_fetch() 3463 hdw->fw_size = EEPROM_SIZE; in pvr2_hdw_cpufw_set_enabled()
|
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | eeprom.c | 24 #define EEPROM_SIZE 256 macro 37 u8 data[EEPROM_SIZE]; /* Register values */ 113 .size = EEPROM_SIZE, 155 memset(data->data, 0xff, EEPROM_SIZE); in eeprom_probe()
|
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | eeprom.c | 24 #define EEPROM_SIZE 256 macro 37 u8 data[EEPROM_SIZE]; /* Register values */ 113 .size = EEPROM_SIZE, 154 memset(data->data, 0xff, EEPROM_SIZE); in eeprom_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800soc.c | 95 void __iomem *base_addr = ioremap(0x1F040000, EEPROM_SIZE); in rt2800soc_read_eeprom() 100 memcpy_fromio(rt2x00dev->eeprom, base_addr, EEPROM_SIZE); in rt2800soc_read_eeprom() 224 .eeprom_size = EEPROM_SIZE,
|
H A D | rt2800pci.c | 137 EEPROM_SIZE / sizeof(u16)); in rt2800pci_read_eeprom_pci() 379 .eeprom_size = EEPROM_SIZE,
|
H A D | rt2400pci.h | 35 #define EEPROM_SIZE 0x0100 macro
|
H A D | rt2500usb.h | 46 #define EEPROM_SIZE 0x006e macro
|
H A D | rt2800usb.c | 605 EEPROM_SIZE); in rt2800usb_read_eeprom() 759 .eeprom_size = EEPROM_SIZE,
|
H A D | rt2500pci.c | 174 .word_count = EEPROM_SIZE / sizeof(u16), 1576 EEPROM_SIZE / sizeof(u16)); in rt2500pci_validate_eeprom() 2100 .eeprom_size = EEPROM_SIZE,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800soc.c | 95 void __iomem *base_addr = ioremap(0x1F040000, EEPROM_SIZE); in rt2800soc_read_eeprom() 100 memcpy_fromio(rt2x00dev->eeprom, base_addr, EEPROM_SIZE); in rt2800soc_read_eeprom() 225 .eeprom_size = EEPROM_SIZE,
|
H A D | rt2800pci.c | 137 EEPROM_SIZE / sizeof(u16)); in rt2800pci_read_eeprom_pci() 380 .eeprom_size = EEPROM_SIZE,
|
H A D | rt2500usb.h | 46 #define EEPROM_SIZE 0x006e macro
|
H A D | rt2400pci.h | 35 #define EEPROM_SIZE 0x0100 macro
|
H A D | rt2800usb.c | 605 EEPROM_SIZE); in rt2800usb_read_eeprom() 760 .eeprom_size = EEPROM_SIZE,
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | cb_pcidda.c | 35 #define EEPROM_SIZE 128 /* number of entries in eeprom */ macro 149 u16 eeprom_data[EEPROM_SIZE]; /* software copy of board's eeprom */ 376 for (i = 0; i < EEPROM_SIZE; i++) in cb_pcidda_auto_attach()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | cb_pcidda.c | 33 #define EEPROM_SIZE 128 /* number of entries in eeprom */ macro 147 u16 eeprom_data[EEPROM_SIZE]; /* software copy of board's eeprom */ 374 for (i = 0; i < EEPROM_SIZE; i++) in cb_pcidda_auto_attach()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | tulip.h | 361 #define EEPROM_SIZE 512 /* 2 << EEPROM_ADDRLEN */ macro 439 unsigned char eeprom[EEPROM_SIZE]; /* Serial EEPROM contents. */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | tulip.h | 361 #define EEPROM_SIZE 512 /* 2 << EEPROM_ADDRLEN */ macro 439 unsigned char eeprom[EEPROM_SIZE]; /* Serial EEPROM contents. */
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | olpc_battery.c | 527 #define EEPROM_SIZE (EEPROM_END - EEPROM_START) macro 555 .size = EEPROM_SIZE,
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | olpc_battery.c | 527 #define EEPROM_SIZE (EEPROM_END - EEPROM_START) macro 555 .size = EEPROM_SIZE,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cxgb2.c | 87 #define EEPROM_SIZE 32 macro 775 return t1_is_asic(adapter) ? EEPROM_SIZE : 0; in get_eeprom_len() 785 u8 buf[EEPROM_SIZE] __attribute__((aligned(4))); in get_eeprom()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cxgb2.c | 87 #define EEPROM_SIZE 32 macro 784 return t1_is_asic(adapter) ? EEPROM_SIZE : 0; in get_eeprom_len() 794 u8 buf[EEPROM_SIZE] __attribute__((aligned(4))); in get_eeprom()
|