Home
last modified time | relevance | path

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

/linux/drivers/usb/atm/
H A Dcxacru.c173 const struct cxacru_modem_type *modem_type; member
1022 if (instance->modem_type->boot_rom_patch) { in cxacru_heavy_init()
1032 val = cpu_to_le32(instance->modem_type->pll_f_clk); in cxacru_heavy_init()
1040 val = cpu_to_le32(instance->modem_type->pll_b_clk); in cxacru_heavy_init()
1064 if (instance->modem_type->boot_rom_patch) { in cxacru_heavy_init()
1081 if (instance->modem_type->boot_rom_patch) { in cxacru_heavy_init()
1107 if (instance->modem_type->boot_rom_patch) in cxacru_heavy_init()
1138 instance->modem_type = (struct cxacru_modem_type *) id->driver_info; in cxacru_bind()