Searched refs:cod (Results 1 – 7 of 7) sorted by relevance
405 int sec,cod; in chip_get_bin_checksum() local411 cod = chip[FLASH_SECTOR_NUM].addr * (chip[FLASH_SECTOR_SIZE].addr/CHIP_FLASH_SOURCE_SIZE); in chip_get_bin_checksum()412 for(sec=0;sec<cod;sec++) in chip_get_bin_checksum()449 int sec,cod,sec_8byte_num; in chip_write_flash() local458 cod = chip[FLASH_SECTOR_NUM].addr * sec_8byte_num; in chip_write_flash()460 for(sec=0;sec<cod;) in chip_write_flash()741 int cod; in chip_write_infoblk() local752 for ( cod = 0; cod < 16; cod++ ) { in chip_write_infoblk()
4 *.py[cod]
10 *.py[cod]
114 unsigned int cod; //class of device member
2568 u8 cod[3]; in __hci_req_update_class() local2581 cod[0] = hdev->minor_class; in __hci_req_update_class()2582 cod[1] = hdev->major_class; in __hci_req_update_class()2583 cod[2] = get_service_classes(hdev); in __hci_req_update_class()2586 cod[1] |= 0x20; in __hci_req_update_class()2588 if (memcmp(cod, hdev->dev_class, 3) == 0) in __hci_req_update_class()2591 hci_req_add(req, HCI_OP_WRITE_CLASS_OF_DEV, sizeof(cod), cod); in __hci_req_update_class()
419 firmware files called "scope.cod" and "sndscape.co?" where the
584 printf(" class_of_device: 0x%x\n", dev_tmp->cod); in bt_test_get_scaned_devices()