Searched refs:write_dword (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | lart.c | 468 static inline int write_dword (__u32 offset,__u32 x) in write_dword() function 530 if (!write_dword (aligned,*((__u32 *) tmp))) return (-EIO); in flash_write() 540 if (!write_dword (to,*((__u32 *) buf))) return (-EIO); in flash_write() 556 if (!write_dword (to,*((__u32 *) tmp))) return (-EIO); in flash_write()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 582 int (*write_dword)(struct pci_controller*, pci_dev_t, int where, u32); member 609 int (*write_dword)(struct pci_controller*, in pci_set_ops() 616 hose->write_dword = write_dword; in pci_set_ops()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0038-efi-Use-grub_is_lockdown-instead-of-hardcoding-a-dis.patch | 153 - grub_register_command ("write_dword", grub_cmd_write, 156 + grub_register_command_lockdown ("write_dword", grub_cmd_write,
|