Searched refs:init_size (Results 1 – 7 of 7) sorted by relevance
/drivers/block/ |
D | umem.c | 106 unsigned int init_size; /* initial segment, in sectors, member 465 card->init_size) { in process_page() 466 card->init_size += le32_to_cpu(desc->transfer_size) >> 9; in process_page() 467 if (card->init_size >> 1 >= card->mm_size) { in process_page() 992 card->init_size = 0; in mm_pci_probe() 996 card->init_size = card->mm_size; in mm_pci_probe()
|
/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-fw-file.h | 80 __le32 init_size; /* bytes of init code */ member 89 __le32 init_size; /* bytes of init code */ member
|
D | iwl-drv.c | 495 le32_to_cpu(ucode->u.v2.init_size)); in iwl_parse_v1_v2_firmware() 514 le32_to_cpu(ucode->u.v1.init_size)); in iwl_parse_v1_v2_firmware()
|
/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-mac.c | 1834 IL3945_UCODE_GET(init_size); 1856 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; in il3945_read_ucode() local 1898 init_size = il3945_ucode_get_init_size(ucode); in il3945_read_ucode() 1933 D_INFO("f/w package hdr init inst size = %u\n", init_size); in il3945_read_ucode() 1940 init_size + init_data_size + boot_size) { in il3945_read_ucode() 1960 if (init_size > IL39_MAX_INST_SIZE) { in il3945_read_ucode() 1962 init_size); in il3945_read_ucode() 1998 if (init_size && init_data_size) { in il3945_read_ucode() 1999 il->ucode_init.len = init_size; in il3945_read_ucode() 2038 if (init_size) { in il3945_read_ucode() [all …]
|
D | 4965-mac.c | 4718 size_t inst_size, data_size, init_size, init_data_size, boot_size; member 4744 pieces->init_size = le32_to_cpu(ucode->v1.init_size); in il4965_load_firmware() 4754 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware() 4766 src += pieces->init_size; in il4965_load_firmware() 4860 D_INFO("f/w package hdr init inst size = %Zd\n", pieces.init_size); in il4965_ucode_callback() 4877 if (pieces.init_size > il->hw_params.max_inst_size) { in il4965_ucode_callback() 4879 pieces.init_size); in il4965_ucode_callback() 4914 if (pieces.init_size && pieces.init_data_size) { in il4965_ucode_callback() 4915 il->ucode_init.len = pieces.init_size; in il4965_ucode_callback() 4958 if (pieces.init_size) { in il4965_ucode_callback() [all …]
|
D | common.h | 754 __le32 init_size; /* bytes of init code */ member
|
/drivers/regulator/ |
D | ab8500.c | 2963 int init_size; member 2974 abx500_regulator.init_size = AB9540_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info() 2981 abx500_regulator.init_size = AB8505_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info() 2988 abx500_regulator.init_size = AB8540_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info() 2995 abx500_regulator.init_size = AB8500_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info()
|