Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Ddc395x.c3790 outb(send_data, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3793 io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3803 outb(send_data, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3806 io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3809 outb(NVR_SELECT, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3838 outb(send_data, io_port + TRM_S1040_GEN_NVRAM); in trms1040_set_data()
3847 outb(0, io_port + TRM_S1040_GEN_NVRAM); in trms1040_set_data()
3866 outb(0, io_port + TRM_S1040_GEN_NVRAM); in trms1040_set_data()
3889 outb(0, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_all()
3898 outb(0, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_all()
[all …]
H A Ddc395x.h563 #define TRM_S1040_GEN_NVRAM 0xD6 /* Serial NON-VOLATILE RAM port */ macro