Searched refs:CMD (Results 1 – 4 of 4) sorted by relevance
/include/linux/mtd/ |
D | pfow.h | 106 map_write(map, CMD(cmd_code), map->pfow_base + PFOW_COMMAND_CODE); in send_pfow_command() 107 map_write(map, CMD(adr & ((1<<bits_per_chip) - 1)), in send_pfow_command() 109 map_write(map, CMD(adr>>bits_per_chip), in send_pfow_command() 112 map_write(map, CMD(len & ((1<<bits_per_chip) - 1)), in send_pfow_command() 114 map_write(map, CMD(len>>bits_per_chip), in send_pfow_command() 121 map_write(map, CMD(LPDDR_START_EXECUTION), in send_pfow_command()
|
D | qinfo.h | 86 #define CMD(x) lpddr_build_cmd(x, map) macro
|
D | cfi.h | 297 #define CMD(x) cfi_build_cmd((x), map, cfi) macro
|
/include/video/ |
D | trident.h | 136 #define CMD 0x2144 macro
|